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:dqm_
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
filter_enc.c
161
const int level0 = enc->
dqm_
[s].fstrength_;
in VP8StoreFilterStats()
164
const int delta_min = -enc->
dqm_
[s].quant_;
in VP8StoreFilterStats()
165
const int delta_max = enc->
dqm_
[s].quant_;
in VP8StoreFilterStats()
210
enc->
dqm_
[s].fstrength_ = best_level;
in VP8AdjustFilterStrength()
219
VP8SegmentInfo* const dqm = &enc->
dqm_
[s];
in VP8AdjustFilterStrength()
H
A
D
quant_enc.c
247
VP8SegmentInfo* const m = &enc->
dqm_
[i];
in SetupMatrices()
301
VP8SegmentInfo* const m = &enc->
dqm_
[i];
in SetupFilterStrength()
311
enc->filter_hdr_.level_ = enc->
dqm_
[0].fstrength_;
in SetupFilterStrength()
366
// array bounds of '
dqm_
' with some compilers (noticed with gcc-4.9).
in SimplifySegments()
373
const VP8SegmentInfo* const S1 = &enc->
dqm_
[s1];
in SimplifySegments()
377
const VP8SegmentInfo* const S2 = &enc->
dqm_
[s2];
in SimplifySegments()
386
enc->
dqm_
[num_final_segments] = enc->
dqm_
[s1];
in SimplifySegments()
397
enc->
dqm_
[i] = enc->
dqm_
[num_final_segment
in SimplifySegments()
[all...]
H
A
D
analysis_enc.c
94
enc->
dqm_
[n].alpha_ = clip(alpha, -127, 127);
in SetSegmentAlphas()
95
enc->
dqm_
[n].beta_ = clip(beta, 0, 255);
in SetSegmentAlphas()
359
enc->
dqm_
[0].alpha_ = 0;
in ResetAllMBInfo()
360
enc->
dqm_
[0].beta_ = 0;
in ResetAllMBInfo()
H
A
D
syntax_enc.c
200
VP8PutSignedBits(bw, enc->
dqm_
[s].quant_, 7);
in PutSegmentHeader()
203
VP8PutSignedBits(bw, enc->
dqm_
[s].fstrength_, 6);
in PutSegmentHeader()
H
A
D
webp_enc.c
289
stats->segment_level[i] = enc->
dqm_
[i].fstrength_;
in StoreStats()
290
stats->segment_quant[i] = enc->
dqm_
[i].quant_;
in StoreStats()
H
A
D
vp8i_enc.h
377
VP8SegmentInfo
dqm_
[NUM_MB_SEGMENTS];
member
H
A
D
frame_enc.c
508
case 3: *info = enc->
dqm_
[mb->segment_].quant_; break;
in StoreSideInfo()
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
quant_dec.c
88
dec->
dqm_
[i] = dec->
dqm_
[0];
in VP8ParseQuant()
95
VP8QuantMatrix* const m = &dec->
dqm_
[i];
in VP8ParseQuant()
H
A
D
vp8i_dec.h
221
VP8QuantMatrix
dqm_
[NUM_MB_SEGMENTS];
member
H
A
D
vp8_dec.c
516
const VP8QuantMatrix* const q = &dec->
dqm_
[block->segment_];
in ParseResiduals()
H
A
D
frame_dec.c
339
VP8QuantMatrix* const dqm = &dec->
dqm_
[s];
in VP8InitDithering()
Completed in 13 milliseconds