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:NUM_VLC_SETS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
tscc2.c
54
static VLC dc_vlc, nc_vlc[
NUM_VLC_SETS
], ac_vlc[
NUM_VLC_SETS
];
79
for (i = 0; i <
NUM_VLC_SETS
; i++) {
in tscc2_init_vlcs()
244
if (c->quant[0] < 2 || c->quant[0] >
NUM_VLC_SETS
+ 1 ||
in tscc2_decode_frame()
245
c->quant[1] < 2 || c->quant[1] >
NUM_VLC_SETS
+ 1) {
in tscc2_decode_frame()
H
A
D
tscc2data.h
27
#define
NUM_VLC_SETS
13
macro
29
static const uint16_t tscc2_quants[
NUM_VLC_SETS
][3] = {
53
static const uint8_t tscc2_nc_vlc_syms[
NUM_VLC_SETS
][16] = {
82
static const uint8_t tscc2_nc_vlc_lens[
NUM_VLC_SETS
][16] = {
431
static const int tscc2_ac_vlc_sizes[
NUM_VLC_SETS
] = {
Completed in 2 milliseconds