Searched refs:ctab (Results 1 – 6 of 6) sorted by relevance
38 register JLONG *ctab = cconvert->rgb_ycc_tab; in LOCAL() local61 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() local108 outptr[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in LOCAL()109 ctab[b + B_Y_OFF]) >> SCALEBITS); in LOCAL()
381 register JLONG *ctab = cconvert->rgb_ycc_tab; in cmyk_ycck_convert() local407 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()
331 register JLONG *ctab = cconvert->rgb_y_tab; in rgb_gray_convert() local348 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()
163 int ltab, ctab; in ir2_decode_frame() local183 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()
137 extern void cond_compute_av(avtab_t * ctab, avtab_key_t * key,
861 void cond_compute_av(avtab_t * ctab, avtab_key_t * key, in cond_compute_av() argument866 if (!ctab || !key || !avd) in cond_compute_av()869 for (node = avtab_search_node(ctab, key); node != NULL; in cond_compute_av()