Home
last modified time | relevance | path

Searched refs:ctab (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djccolext.c38 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 Djccolor.c381 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 Djdcolor.c331 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 Dindeo2.c162 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 Dconditional.h137 extern void cond_compute_av(avtab_t * ctab, avtab_key_t * key,
/third_party/selinux/libsepol/src/
H A Dconditional.c861 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