Home
last modified time | relevance | path

Searched refs:Crrtab (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djdmerge.c262 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample() local
277 cred = Crrtab[cr]; in h2v1_merged_upsample()
296 cred = Crrtab[cr]; in h2v1_merged_upsample()
321 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample_565() local
338 cred = Crrtab[cr]; in h2v1_merged_upsample_565()
359 cred = Crrtab[cr]; in h2v1_merged_upsample_565()
385 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample_565D() local
404 cred = Crrtab[cr]; in h2v1_merged_upsample_565D()
427 cred = Crrtab[cr]; in h2v1_merged_upsample_565D()
459 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample() local
[all …]
Djdcolor.c153 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert() local
170 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgb_convert()
194 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgba_8888_convert() local
211 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgba_8888_convert()
235 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_565_convert() local
254 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
266 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
274 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
285 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
307 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_565D_convert() local
[all …]
/external/qemu/distrib/jpeg-6b/
Djdmerge.c262 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample() local
277 cred = Crrtab[cr]; in h2v1_merged_upsample()
296 cred = Crrtab[cr]; in h2v1_merged_upsample()
321 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample_565() local
338 cred = Crrtab[cr]; in h2v1_merged_upsample_565()
359 cred = Crrtab[cr]; in h2v1_merged_upsample_565()
385 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample_565D() local
404 cred = Crrtab[cr]; in h2v1_merged_upsample_565D()
427 cred = Crrtab[cr]; in h2v1_merged_upsample_565D()
459 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample() local
[all …]
Djdcolor.c151 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert() local
168 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgb_convert()
192 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgba_8888_convert() local
209 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgba_8888_convert()
233 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_565_convert() local
252 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
264 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
272 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
283 r = range_limit[y + Crrtab[cr]]; in ycc_rgb_565_convert()
305 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_565D_convert() local
[all …]