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:nb_symbols
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mvha.c
42
int
nb_symbols
;
member
93
for (i = 0; i < s->
nb_symbols
; i++) {
in build_vlc()
101
cur_node = s->
nb_symbols
;
in build_vlc()
144
} while (cur_node - s->
nb_symbols
== j);
in build_vlc()
206
s->
nb_symbols
= get_bits(gb, 8) + 1;
in decode_frame()
209
for (int i = 0; i < s->
nb_symbols
; symbol++) {
in decode_frame()
H
A
D
webp.c
175
int
nb_symbols
; /* number of coded symbols */
member
246
if (r->
nb_symbols
== 1)
in huff_reader_get_symbol()
271
r->
nb_symbols
= 1;
in huff_reader_build_canonical()
288
r->
nb_symbols
= 0;
in huff_reader_build_canonical()
294
r->
nb_symbols
++;
in huff_reader_build_canonical()
298
if (!r->
nb_symbols
) {
in huff_reader_build_canonical()
318
hc->
nb_symbols
= get_bits1(&s->gb) + 1;
in read_huffman_code_simple()
325
if (hc->
nb_symbols
== 2)
in read_huffman_code_simple()
Completed in 4 milliseconds