Searched refs:Crrtab (Results 1 – 2 of 2) sorted by relevance
280 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample() local295 cred = Crrtab[cr]; in h2v1_merged_upsample()314 cred = Crrtab[cr]; in h2v1_merged_upsample()342 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample() local359 cred = Crrtab[cr]; in h2v2_merged_upsample()388 cred = Crrtab[cr]; in h2v2_merged_upsample()
216 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert() local235 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgb_convert()520 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert() local540 outptr[0] = range_limit[MAXJSAMPLE - (y + Crrtab[cr])]; /* red */ in ycck_cmyk_convert()
Completed in 5 milliseconds