Searched refs:Cr_r_tab (Results 1 – 5 of 5) sorted by relevance
54 int * Cr_r_tab; /* => table for Cr to R conversion */ member92 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()109 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()132 upsample->Cr_r_tab = (int *) in build_bg_ycc_rgb_table()149 upsample->Cr_r_tab[i] = (int) in build_bg_ycc_rgb_table()280 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()342 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
23 int * Cr_r_tab; /* => table for Cr to R conversion */ member121 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()138 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()161 cconvert->Cr_r_tab = (int *) in build_bg_ycc_rgb_table()178 cconvert->Cr_r_tab[i] = (int) in build_bg_ycc_rgb_table()216 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()520 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
193 i = ycbcr->Y_tab[Y] + ycbcr->Cr_r_tab[Cr]; in TIFFYCbCrtoRGB()252 ycbcr->Cr_r_tab = (int*) (clamptab + 3*256); in TIFFYCbCrToRGBInit()253 ycbcr->Cb_b_tab = ycbcr->Cr_r_tab + 256; in TIFFYCbCrToRGBInit()283 ycbcr->Cr_r_tab[i] = (int32)((D1*Cr + ONE_HALF)>>SHIFT); in TIFFYCbCrToRGBInit()
158 int* Cr_r_tab; member
Completed in 9 milliseconds