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/
Djccolext.c38 register JLONG *ctab = cconvert->rgb_ycc_tab; in LOCAL() local
61 outptr0[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in LOCAL()
62 ctab[b + B_Y_OFF]) >> SCALEBITS); in LOCAL()
64 outptr1[col] = (JSAMPLE)((ctab[r + R_CB_OFF] + ctab[g + G_CB_OFF] + in LOCAL()
65 ctab[b + B_CB_OFF]) >> SCALEBITS); in LOCAL()
67 outptr2[col] = (JSAMPLE)((ctab[r + R_CR_OFF] + ctab[g + G_CR_OFF] + in LOCAL()
68 ctab[b + B_CR_OFF]) >> SCALEBITS); in LOCAL()
92 register JLONG *ctab = cconvert->rgb_ycc_tab; in LOCAL() local
108 outptr[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in LOCAL()
109 ctab[b + B_Y_OFF]) >> SCALEBITS); in LOCAL()
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[b + B_CR_OFF]) >> SCALEBITS); in cmyk_ycck_convert()
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/
Dindeo2.c163 int ltab, ctab; in ir2_decode_frame() local
183 ctab = buf[0x22] >> 2; in ir2_decode_frame()
185 if (ctab > 3) { in ir2_decode_frame()
186 av_log(avctx, AV_LOG_ERROR, "ctab %d is invalid\n", ctab); in ir2_decode_frame()
199 ir2_delta_table[ctab])) < 0) in ir2_decode_frame()
203 ir2_delta_table[ctab])) < 0) in ir2_decode_frame()
213 ir2_delta_table[ctab])) < 0) in ir2_decode_frame()
217 ir2_delta_table[ctab])) < 0) in ir2_decode_frame()
/third_party/selinux/libsepol/include/sepol/policydb/
Dconditional.h137 extern void cond_compute_av(avtab_t * ctab, avtab_key_t * key,
/third_party/selinux/libsepol/src/
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()