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:uni_ac_vlc_len
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mjpegenc.c
58
uint8_t *
uni_ac_vlc_len
)
in init_uni_ac_vlc()
75
uni_ac_vlc_len
[UNI_AC_ENC_INDEX(run, i)] = len;
in init_uni_ac_vlc()
234
init_uni_ac_vlc(m->huff_size_ac_luminance, m->
uni_ac_vlc_len
);
in ff_mjpeg_encode_stuffing()
237
s->intra_ac_vlc_last_length = m->
uni_ac_vlc_len
;
in ff_mjpeg_encode_stuffing()
348
init_uni_ac_vlc(m->huff_size_ac_luminance, m->
uni_ac_vlc_len
);
in ff_mjpeg_encode_init()
351
s->intra_ac_vlc_last_length = m->
uni_ac_vlc_len
;
in ff_mjpeg_encode_init()
57
init_uni_ac_vlc(const uint8_t huff_size_ac[256], uint8_t *
uni_ac_vlc_len
)
init_uni_ac_vlc()
argument
H
A
D
mpeg12enc.h
30
void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *
uni_ac_vlc_len
);
H
A
D
mjpegenc.h
75
uint8_t
uni_ac_vlc_len
[64 * 64 * 2];
member
H
A
D
mpeg12enc.c
89
av_cold void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *
uni_ac_vlc_len
)
in ff_mpeg1_init_uni_ac_vlc()
argument
119
uni_ac_vlc_len
[UNI_AC_ENC_INDEX(run, i)] = len;
in ff_mpeg1_init_uni_ac_vlc()
Completed in 4 milliseconds