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:coef_vlcs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmaenc.c
328
if (abs_level <= s->
coef_vlcs
[tindex]->max_level)
in encode_block()
329
if (run < s->
coef_vlcs
[tindex]->levels[abs_level - 1])
in encode_block()
332
av_assert2(code < s->
coef_vlcs
[tindex]->n);
in encode_block()
333
put_bits(&s->pb, s->
coef_vlcs
[tindex]->huffbits[code],
in encode_block()
334
s->
coef_vlcs
[tindex]->huffcodes[code]);
in encode_block()
350
put_bits(&s->pb, s->
coef_vlcs
[tindex]->huffbits[1],
in encode_block()
351
s->
coef_vlcs
[tindex]->huffcodes[1]);
in encode_block()
H
A
D
wma.c
341
s->
coef_vlcs
[0] = &
coef_vlcs
[coef_vlc_table * 2];
in ff_wma_init()
342
s->
coef_vlcs
[1] = &
coef_vlcs
[coef_vlc_table * 2 + 1];
in ff_wma_init()
344
&s->int_table[0], s->
coef_vlcs
[0]);
in ff_wma_init()
349
&s->int_table[1], s->
coef_vlcs
[1]);
in ff_wma_init()
H
A
D
wma.h
98
const CoefVLCTable *
coef_vlcs
[2];
member
H
A
D
wmadata.h
1371
static const CoefVLCTable
coef_vlcs
[6] = {
variable
Completed in 5 milliseconds