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
defs:dqm
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
filter_enc.c
219
VP8SegmentInfo* const
dqm
= &enc->dqm_[s];
in VP8AdjustFilterStrength()
local
H
A
D
quant_enc.c
761
const VP8SegmentInfo* const
dqm
= &enc->dqm_[it->mb_->segment_];
in ReconstructIntra16()
local
813
const VP8SegmentInfo* const
dqm
= &enc->dqm_[it->mb_->segment_];
in ReconstructIntra4()
local
914
const VP8SegmentInfo* const
dqm
in ReconstructUV()
local
954
StoreMaxDelta(VP8SegmentInfo* const
dqm
, const int16_t DCs[16])
StoreMaxDelta()
argument
983
VP8SegmentInfo* const
dqm
= &it->enc_->
dqm
_[it->mb_->segment_];
PickBestIntra16()
local
1052
const VP8SegmentInfo* const
dqm
= &enc->
dqm
_[it->mb_->segment_];
PickBestIntra4()
local
1148
const VP8SegmentInfo* const
dqm
= &it->enc_->
dqm
_[it->mb_->segment_];
PickBestUV()
local
1231
const VP8SegmentInfo* const
dqm
= &it->enc_->
dqm
_[it->mb_->segment_];
RefineUsingDistortion()
local
[all...]
/third_party/libsnd/src/G72x/
H
A
D
g72x.c
333
short
dqm
; /* Magnitude of 'd' */
in quantize()
local
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
frame_dec.c
339
VP8QuantMatrix* const
dqm
= &dec->dqm_[s];
in VP8InitDithering()
local
Completed in 5 milliseconds