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:color_table_index
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
smc.c
110
int
color_table_index
; /* indexes to color pair, quad, or octet tables */
in smc_decode_stream()
local
263
color_table_index
= CPAIR * color_pair_index + i;
in smc_decode_stream()
264
s->color_pairs[
color_table_index
] = pixel;
in smc_decode_stream()
267
color_table_index
= CPAIR * color_pair_index;
in smc_decode_stream()
273
color_table_index
= CPAIR * bytestream2_get_byte(gb);
in smc_decode_stream()
282
pixel =
color_table_index
+ 1;
in smc_decode_stream()
284
pixel =
color_table_index
;
in smc_decode_stream()
305
color_table_index
= CQUAD * color_quad_index + i;
in smc_decode_stream()
306
s->color_quads[
color_table_index
] = pixel;
in smc_decode_stream()
309
color_table_index
in smc_decode_stream()
[all...]
H
A
D
smcenc.c
128
int
color_table_index
; /* indexes to color pair, quad, or octet tables */
in smc_encode_stream()
local
289
color_table_index
= cache_index;
in smc_encode_stream()
293
color_table_index
= color_pair_index;
in smc_encode_stream()
295
s->color_pairs[
color_table_index
][i] = distinct_values[i];
in smc_encode_stream()
305
uint8_t value = s->color_pairs[
color_table_index
][1];
in smc_encode_stream()
337
color_table_index
= cache_index;
in smc_encode_stream()
341
color_table_index
= color_quad_index;
in smc_encode_stream()
343
s->color_quads[
color_table_index
][i] = distinct_values[i];
in smc_encode_stream()
358
quad[k] = s->color_quads[
color_table_index
][k];
in smc_encode_stream()
404
color_table_index
in smc_encode_stream()
[all...]
Completed in 2 milliseconds