Searched refs:Cbbtab (Results 1 – 2 of 2) sorted by relevance
281 int * Cbbtab = upsample->Cb_b_tab; in h2v1_merged_upsample() local297 cblue = Cbbtab[cb]; in h2v1_merged_upsample()316 cblue = Cbbtab[cb]; in h2v1_merged_upsample()343 int * Cbbtab = upsample->Cb_b_tab; in h2v2_merged_upsample() local361 cblue = Cbbtab[cb]; in h2v2_merged_upsample()390 cblue = Cbbtab[cb]; in h2v2_merged_upsample()
217 register int * Cbbtab = cconvert->Cb_b_tab; in ycc_rgb_convert() local239 outptr[RGB_BLUE] = range_limit[y + Cbbtab[cb]]; in ycc_rgb_convert()521 register int * Cbbtab = cconvert->Cb_b_tab; in ycck_cmyk_convert() local544 outptr[2] = range_limit[MAXJSAMPLE - (y + Cbbtab[cb])]; /* blue */ in ycck_cmyk_convert()
Completed in 5 milliseconds