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:ctab
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jccolext.c
38
register JLONG *
ctab
= cconvert->rgb_ycc_tab;
in rgb_ycc_convert_internal()
local
61
outptr0[col] = (JSAMPLE)((
ctab
[r + R_Y_OFF] +
ctab
[g + G_Y_OFF] +
in rgb_ycc_convert_internal()
62
ctab
[b + B_Y_OFF]) >> SCALEBITS);
in rgb_ycc_convert_internal()
64
outptr1[col] = (JSAMPLE)((
ctab
[r + R_CB_OFF] +
ctab
[g + G_CB_OFF] +
in rgb_ycc_convert_internal()
65
ctab
[b + B_CB_OFF]) >> SCALEBITS);
in rgb_ycc_convert_internal()
67
outptr2[col] = (JSAMPLE)((
ctab
[r + R_CR_OFF] +
ctab
[g + G_CR_OFF] +
in rgb_ycc_convert_internal()
68
ctab
[
in rgb_ycc_convert_internal()
92
register JLONG *
ctab
= cconvert->rgb_ycc_tab;
rgb_gray_convert_internal()
local
[all...]
H
A
D
jccolor.c
381
register JLONG *
ctab
= cconvert->rgb_ycc_tab;
in cmyk_ycck_convert()
local
407
outptr0[col] = (JSAMPLE)((
ctab
[r + R_Y_OFF] +
ctab
[g + G_Y_OFF] +
in cmyk_ycck_convert()
408
ctab
[b + B_Y_OFF]) >> SCALEBITS);
in cmyk_ycck_convert()
410
outptr1[col] = (JSAMPLE)((
ctab
[r + R_CB_OFF] +
ctab
[g + G_CB_OFF] +
in cmyk_ycck_convert()
411
ctab
[b + B_CB_OFF]) >> SCALEBITS);
in cmyk_ycck_convert()
413
outptr2[col] = (JSAMPLE)((
ctab
[r + R_CR_OFF] +
ctab
[g + G_CR_OFF] +
in cmyk_ycck_convert()
414
ctab
[
in cmyk_ycck_convert()
[all...]
H
A
D
jdcolor.c
331
register JLONG *
ctab
= cconvert->rgb_y_tab;
in rgb_gray_convert()
local
348
outptr[col] = (JSAMPLE)((
ctab
[r + R_Y_OFF] +
ctab
[g + G_Y_OFF] +
in rgb_gray_convert()
349
ctab
[b + B_Y_OFF]) >> SCALEBITS);
in rgb_gray_convert()
/third_party/ffmpeg/libavcodec/
H
A
D
indeo2.c
162
int ltab,
ctab
;
in ir2_decode_frame()
local
182
ctab
= buf[0x22] >> 2;
in ir2_decode_frame()
184
if (
ctab
> 3) {
in ir2_decode_frame()
185
av_log(avctx, AV_LOG_ERROR, "
ctab
%d is invalid\n",
ctab
);
in ir2_decode_frame()
198
ir2_delta_table[
ctab
])) < 0)
in ir2_decode_frame()
202
ir2_delta_table[
ctab
])) < 0)
in ir2_decode_frame()
212
ir2_delta_table[
ctab
])) < 0)
in ir2_decode_frame()
216
ir2_delta_table[
ctab
])) < 0)
in ir2_decode_frame()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
conditional.h
137
extern void cond_compute_av(avtab_t *
ctab
, avtab_key_t * key,
/third_party/selinux/libsepol/src/
H
A
D
conditional.c
861
void cond_compute_av(avtab_t *
ctab
, avtab_key_t * key,
in cond_compute_av()
argument
866
if (!
ctab
|| !key || !avd)
in cond_compute_av()
869
for (node = avtab_search_node(
ctab
, key); node != NULL;
in cond_compute_av()
Completed in 5 milliseconds