Home
last modified time | relevance | path

Searched refs:Cr_r_tab (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
Dfpdfapi_jdmerge.c52 int * Cr_r_tab; /* => table for Cr to R conversion */ member
89 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()
106 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
237 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
299 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/external/pdfium/third_party/libtiff/
Dtif_color.c191 i = ycbcr->Y_tab[Y] + ycbcr->Cr_r_tab[Cr]; in TIFFYCbCrtoRGB()
233 ycbcr->Cr_r_tab = (int*) (clamptab + 3*256); in TIFFYCbCrToRGBInit()
234 ycbcr->Cb_b_tab = ycbcr->Cr_r_tab + 256; in TIFFYCbCrToRGBInit()
262 ycbcr->Cr_r_tab[i] = (int32)((D1*Cr + ONE_HALF)>>SHIFT); in TIFFYCbCrToRGBInit()
Dtiffio.h158 int* Cr_r_tab; member
/external/libjpeg-turbo/
Djdmrg565.c31 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
102 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
176 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
272 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
Djdmrgext.c37 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
110 int * Crrtab = upsample->Cr_r_tab; in LOCAL()
Djdmerge.c59 int *Cr_r_tab; /* => table for Cr to R conversion */ member
197 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()
214 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
Djdcolor.c30 int *Cr_r_tab; /* => table for Cr to R conversion */ member
218 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
235 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
547 register int *Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
Djdcolext.c43 register int * Crrtab = cconvert->Cr_r_tab; in LOCAL()
Djdcol565.c32 register int * Crrtab = cconvert->Cr_r_tab; in LOCAL()
111 register int * Crrtab = cconvert->Cr_r_tab; in LOCAL()