Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:free_colours
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mss1.c
127
uint32_t *pal = ctx->pal + 256 - ctx->
free_colours
;
in decode_pal()
129
if (!ctx->
free_colours
)
in decode_pal()
132
ncol = arith_get_number(acoder, ctx->
free_colours
+ 1);
in decode_pal()
H
A
D
mss2.c
165
uint32_t *pal = ctx->pal + 256 - ctx->
free_colours
;
in decode_pal_v2()
167
if (!ctx->
free_colours
)
in decode_pal_v2()
171
if (ncol > ctx->
free_colours
|| buf_size < 2 + ncol * 3)
in decode_pal_v2()
840
avctx->pix_fmt = c->
free_colours
== 127 ? AV_PIX_FMT_RGB555
in mss2_decode_init()
H
A
D
mss12.c
621
c->
free_colours
= AV_RB32(avctx->extradata + 48);
in ff_mss12_decode_init()
622
if ((unsigned)c->
free_colours
> 256) {
in ff_mss12_decode_init()
625
c->
free_colours
);
in ff_mss12_decode_init()
628
av_log(avctx, AV_LOG_DEBUG, "%d free colour(s)\n", c->
free_colours
);
in ff_mss12_decode_init()
H
A
D
mss12.h
88
int
free_colours
;
member
Completed in 4 milliseconds