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:qtbl
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jddctmgr.c
104
JQUANT_TBL *
qtbl
;
in start_pass()
local
238
qtbl
= compptr->quant_table;
in start_pass()
239
if (
qtbl
== NULL) /* happens if no data yet for component */
in start_pass()
251
ismtbl[i] = (ISLOW_MULT_TYPE)
qtbl
->quantval[i];
in start_pass()
283
DESCALE(MULTIPLY16V16((JLONG)
qtbl
->quantval[i],
in start_pass()
309
((double)
qtbl
->quantval[i] *
in start_pass()
H
A
D
jcdctmgr.c
241
JQUANT_TBL *
qtbl
;
in start_pass_fdctmgr()
local
251
qtbl
= cinfo->quant_tbl_ptrs[qtblno];
in start_pass_fdctmgr()
268
if (!compute_reciprocal(
qtbl
->quantval[i] << 3, &dtbl[i]) &&
in start_pass_fdctmgr()
272
dtbl[i] = ((DCTELEM)
qtbl
->quantval[i]) << 3;
in start_pass_fdctmgr()
309
DESCALE(MULTIPLY16V16((JLONG)
qtbl
->quantval[i],
in start_pass_fdctmgr()
316
DESCALE(MULTIPLY16V16((JLONG)
qtbl
->quantval[i],
in start_pass_fdctmgr()
352
(1.0 / (((double)
qtbl
->quantval[i] *
in start_pass_fdctmgr()
H
A
D
jcmarker.c
153
JQUANT_TBL *
qtbl
= cinfo->quant_tbl_ptrs[index];
in emit_dqt()
local
157
if (
qtbl
== NULL)
in emit_dqt()
162
if (
qtbl
->quantval[i] > 255)
in emit_dqt()
166
if (!
qtbl
->sent_table) {
in emit_dqt()
175
unsigned int qval =
qtbl
->quantval[jpeg_natural_order[i]];
in emit_dqt()
181
qtbl
->sent_table = TRUE;
in emit_dqt()
H
A
D
jdinput.c
251
JQUANT_TBL *
qtbl
;
in latch_quant_tables()
local
264
qtbl
= (JQUANT_TBL *)
in latch_quant_tables()
267
MEMCOPY(
qtbl
, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL));
in latch_quant_tables()
268
compptr->quant_table =
qtbl
;
in latch_quant_tables()
H
A
D
jcapimin.c
137
JQUANT_TBL *
qtbl
;
in jpeg_suppress_tables()
local
141
if ((
qtbl
= cinfo->quant_tbl_ptrs[i]) != NULL)
in jpeg_suppress_tables()
142
qtbl
->sent_table = suppress;
in jpeg_suppress_tables()
Completed in 4 milliseconds