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:coeffs_
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
tree_enc.c
160
memcpy(probas->
coeffs_
, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
in VP8DefaultProbas()
491
const uint8_t p0 = probas->
coeffs_
[t][b][c][p];
in VP8WriteProbas()
H
A
D
cost_enc.c
69
const uint8_t* const p = proba->
coeffs_
[ctype][band][ctx];
in VP8CalculateLevelCosts()
209
res->prob = enc->proba_.
coeffs_
[coeff_type];
in VP8InitResidual()
H
A
D
frame_enc.c
168
proba->
coeffs_
[t][b][c][p] = new_p;
in FinalizeTokenProbas()
172
proba->
coeffs_
[t][b][c][p] = old_p;
in FinalizeTokenProbas()
845
(const uint8_t*)proba->
coeffs_
);
in VP8EncTokenLoop()
879
(const uint8_t*)proba->
coeffs_
, 1);
in VP8EncTokenLoop()
H
A
D
vp8i_enc.h
151
ProbaArray
coeffs_
[NUM_TYPES][NUM_BANDS]; // 1056 bytes
member
H
A
D
quant_enc.c
593
const ProbaArray* const probas = enc->proba_.
coeffs_
[coeff_type];
in TrellisQuantizeBlock()
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
vp8i_dec.h
146
int16_t
coeffs_
[384]; // 384 coeffs = (16+4+4) * 4*4
member
H
A
D
vp8_dec.c
517
int16_t* dst = block->
coeffs_
;
in ParseResiduals()
H
A
D
frame_dec.c
119
const int16_t* const coeffs = block->
coeffs_
;
in ReconstructRow()
Completed in 12 milliseconds