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:ac_stats
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdarith.c
48
unsigned char *
ac_stats
[NUM_ARITH_TBLS];
member
219
MEMZERO(entropy->
ac_stats
[compptr->ac_tbl_no], AC_STAT_BINS);
in process_restart()
354
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
372
st = entropy->
ac_stats
[tbl] +
in METHODDEF()
466
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
582
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
600
st = entropy->
ac_stats
[tbl] +
in METHODDEF()
727
if (entropy->
ac_stats
[tbl] == NULL)
in start_pass()
728
entropy->
ac_stats
[tbl] = (unsigned char *)(*cinfo->mem->alloc_small)
in start_pass()
730
MEMZERO(entropy->
ac_stats
[tb
in start_pass()
[all...]
H
A
D
jcarith.c
48
unsigned char *
ac_stats
[NUM_ARITH_TBLS];
member
348
MEMZERO(entropy->
ac_stats
[compptr->ac_tbl_no], AC_STAT_BINS);
in emit_restart()
499
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
528
st = entropy->
ac_stats
[tbl] +
in METHODDEF()
545
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
642
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
673
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
773
st = entropy->
ac_stats
[tbl] + 3 * (k - 1);
in METHODDEF()
797
st = entropy->
ac_stats
[tbl] +
in METHODDEF()
814
st = entropy->
ac_stats
[tb
in METHODDEF()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
msmpeg4enc.c
174
int inter_count = ms->
ac_stats
[0][0][level][run][last] + ms->
ac_stats
[0][1][level][run][last];
in find_best_tables()
175
int intra_luma_count = ms->
ac_stats
[1][0][level][run][last];
in find_best_tables()
176
int intra_chroma_count= ms->
ac_stats
[1][1][level][run][last];
in find_best_tables()
202
memset(ms->
ac_stats
, 0, sizeof(ms->
ac_stats
));
in find_best_tables()
611
ms->
ac_stats
[s->mb_intra][n>3][level][run][last]++;
in ff_msmpeg4_encode_block()
614
ms->
ac_stats
[s->mb_intra][n > 3][40][63][0]++; //esc3 like
in ff_msmpeg4_encode_block()
H
A
D
msmpeg4enc.h
34
unsigned
ac_stats
[2][2][MAX_LEVEL + 1][MAX_RUN + 1][2];
member
Completed in 4 milliseconds