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:PALETTE_COUNT
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vmdvideo.c
47
#define
PALETTE_COUNT
256
macro
57
unsigned char palette[
PALETTE_COUNT
* 4];
249
if (bytestream2_get_bytes_left(&gb) >=
PALETTE_COUNT
* 3) {
in vmd_decode()
250
for (i = 0; i <
PALETTE_COUNT
; i++) {
in vmd_decode()
418
for (i = 0; i <
PALETTE_COUNT
; i++) {
in vmdvideo_decode_init()
454
memcpy(frame->data[1], s->palette,
PALETTE_COUNT
* 4);
in vmdvideo_decode_frame()
H
A
D
xan.c
50
#define
PALETTE_COUNT
256
macro
51
#define PALETTE_SIZE (
PALETTE_COUNT
* 3)
575
for (i = 0; i <
PALETTE_COUNT
; i++) {
in xan_decode_frame()
H
A
D
idcinvideo.c
59
#define
PALETTE_COUNT
256
macro
H
A
D
vqavideo.c
83
#define
PALETTE_COUNT
256
macro
108
uint32_t palette[
PALETTE_COUNT
];
813
memcpy(s->frame->data[1], s->palette,
PALETTE_COUNT
* 4);
in vqa_decode_frame()
H
A
D
msvideo1.c
40
#define
PALETTE_COUNT
256
macro
H
A
D
interplayvideo.c
52
#define
PALETTE_COUNT
256
macro
/third_party/ffmpeg/libavformat/
H
A
D
ipmovie.c
80
#define
PALETTE_COUNT
256
macro
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
447
#define
PALETTE_COUNT
(bit_depth) ((bit_depth) > 4 ? 1U : 16U)
macro
473
(ct == 3/*PALETTE*/ && pn <
PALETTE_COUNT
(*bit_depth)))
in next_format()
Completed in 22 milliseconds