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:Crrtab
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdmrg565.c
30
int *
Crrtab
= upsample->Cr_r_tab;
in h2v1_merged_upsample_565_internal()
local
48
cred =
Crrtab
[cr];
in h2v1_merged_upsample_565_internal()
73
cred =
Crrtab
[cr];
in h2v1_merged_upsample_565_internal()
101
int *
Crrtab
= upsample->Cr_r_tab;
in h2v1_merged_upsample_565D_internal()
local
120
cred =
Crrtab
[cr];
in h2v1_merged_upsample_565D_internal()
147
cred =
Crrtab
[cr];
in h2v1_merged_upsample_565D_internal()
174
int *
Crrtab
= upsample->Cr_r_tab;
in h2v2_merged_upsample_565_internal()
local
194
cred =
Crrtab
[cr];
in h2v2_merged_upsample_565_internal()
234
cred =
Crrtab
[cr];
in h2v2_merged_upsample_565_internal()
270
int *
Crrtab
in h2v2_merged_upsample_565D_internal()
local
[all...]
H
A
D
jdmrgext.c
36
int *
Crrtab
= upsample->Cr_r_tab;
in h2v1_merged_upsample_internal()
local
51
cred =
Crrtab
[cr];
in h2v1_merged_upsample_internal()
76
cred =
Crrtab
[cr];
in h2v1_merged_upsample_internal()
108
int *
Crrtab
= upsample->Cr_r_tab;
in h2v2_merged_upsample_internal()
local
125
cred =
Crrtab
[cr];
in h2v2_merged_upsample_internal()
166
cred =
Crrtab
[cr];
in h2v2_merged_upsample_internal()
H
A
D
jdcol565.c
32
register int *
Crrtab
= cconvert->Cr_r_tab;
in ycc_rgb565_convert_internal()
local
51
r = range_limit[y +
Crrtab
[cr]];
in ycc_rgb565_convert_internal()
64
r = range_limit[y +
Crrtab
[cr]];
in ycc_rgb565_convert_internal()
73
r = range_limit[y +
Crrtab
[cr]];
in ycc_rgb565_convert_internal()
86
r = range_limit[y +
Crrtab
[cr]];
in ycc_rgb565_convert_internal()
111
register int *
Crrtab
= cconvert->Cr_r_tab;
in ycc_rgb565D_convert_internal()
local
131
r = range_limit[DITHER_565_R(y +
Crrtab
[cr], d0)];
in ycc_rgb565D_convert_internal()
145
r = range_limit[DITHER_565_R(y +
Crrtab
[cr], d0)];
in ycc_rgb565D_convert_internal()
156
r = range_limit[DITHER_565_R(y +
Crrtab
[cr], d0)];
in ycc_rgb565D_convert_internal()
171
r = range_limit[DITHER_565_R(y +
Crrtab
[c
in ycc_rgb565D_convert_internal()
[all...]
H
A
D
jdcolext.c
43
register int *
Crrtab
= cconvert->Cr_r_tab;
in ycc_rgb_convert_internal()
local
60
outptr[RGB_RED] = range_limit[y +
Crrtab
[cr]];
in ycc_rgb_convert_internal()
H
A
D
jdcolor.c
539
register int *
Crrtab
= cconvert->Cr_r_tab;
in ycck_cmyk_convert()
local
557
outptr[0] = range_limit[MAXJSAMPLE - (y +
Crrtab
[cr])]; /* red */
in ycck_cmyk_convert()
Completed in 4 milliseconds