Searched refs:Cb_g_tab (Results 1 – 5 of 5) sorted by relevance
57 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ member101 upsample->Cb_g_tab = (INT32 *) in build_ycc_rgb_table()118 upsample->Cb_g_tab[i] = (- FIX(0.344136286)) * x + ONE_HALF; in build_ycc_rgb_table()141 upsample->Cb_g_tab = (INT32 *) in build_bg_ycc_rgb_table()158 upsample->Cb_g_tab[i] = (- FIX(0.688272572)) * x + ONE_HALF; in build_bg_ycc_rgb_table()283 INT32 * Cbgtab = upsample->Cb_g_tab; in h2v1_merged_upsample()345 INT32 * Cbgtab = upsample->Cb_g_tab; in h2v2_merged_upsample()
26 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ member130 cconvert->Cb_g_tab = (INT32 *) in build_ycc_rgb_table()147 cconvert->Cb_g_tab[i] = (- FIX(0.344136286)) * x + ONE_HALF; in build_ycc_rgb_table()170 cconvert->Cb_g_tab = (INT32 *) in build_bg_ycc_rgb_table()187 cconvert->Cb_g_tab[i] = (- FIX(0.688272572)) * x + ONE_HALF; in build_bg_ycc_rgb_table()219 register INT32 * Cbgtab = cconvert->Cb_g_tab; in ycc_rgb_convert()523 register INT32 * Cbgtab = cconvert->Cb_g_tab; in ycck_cmyk_convert()
196 + (int)((ycbcr->Cb_g_tab[Cb] + ycbcr->Cr_g_tab[Cr]) >> SHIFT); in TIFFYCbCrtoRGB()255 ycbcr->Cb_g_tab = ycbcr->Cr_g_tab + 256; in TIFFYCbCrToRGBInit()256 ycbcr->Y_tab = ycbcr->Cb_g_tab + 256; in TIFFYCbCrToRGBInit()286 ycbcr->Cb_g_tab[i] = D4*Cb + ONE_HALF; in TIFFYCbCrToRGBInit()
161 int32* Cb_g_tab; member
Completed in 10 milliseconds