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:qval
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
amfenc_hevc.c
235
int
qval
= avctx->qmin > 51 ? 51 : avctx->qmin;
in amf_encode_init_hevc()
local
241
int
qval
= avctx->qmax > 51 ? 51 : avctx->qmax;
in amf_encode_init_hevc()
local
247
int
qval
= avctx->qmin > 51 ? 51 : avctx->qmin;
in amf_encode_init_hevc()
local
253
int
qval
= avctx->qmax > 51 ? 51 : avctx->qmax;
in amf_encode_init_hevc()
local
H
A
D
amfenc_h264.c
252
int
qval
= avctx->qmin > 51 ? 51 : avctx->qmin;
in amf_encode_init_h264()
local
256
int
qval
= avctx->qmax > 51 ? 51 : avctx->qmax;
in amf_encode_init_h264()
local
H
A
D
mobiclip.c
432
int
qval
, last, run, level;
in add_coefficients()
local
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jcdctmgr.c
442
register DCTELEM
qval
;
in quantize()
local
H
A
D
jcmarker.c
175
unsigned int
qval
= qtbl->quantval[jpeg_natural_order[i]];
in emit_dqt()
local
H
A
D
transupp.c
131
JCOEF temp,
qval
;
in requant_comp()
local
/third_party/lame/libmp3lame/
H
A
D
lame.c
680
float const
qval
= gfp->VBR_q + gfp->VBR_q_frac;
in lame_init_params()
local
/third_party/mksh/
H
A
D
var.c
853
const char *
qval
, *ccp;
in vtypeset()
local
[all...]
/third_party/cups-filters/cupsfilters/
H
A
D
ppdgenerator.c
4210
int
qval
= ippGetInteger(member, 0);
in ppdCreateFromIPP2()
local
Completed in 28 milliseconds