Searched refs:cgreen (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | jdmrg565.c | 23 register int y, cred, cgreen, cblue; in LOCAL() local 49 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 55 g = range_limit[y + cgreen]; in LOCAL() 61 g = range_limit[y + cgreen]; in LOCAL() 74 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 78 g = range_limit[y + cgreen]; in LOCAL() 94 register int y, cred, cgreen, cblue; in LOCAL() local 121 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 127 g = range_limit[DITHER_565_G(y + cgreen, d0)]; in LOCAL() 134 g = range_limit[DITHER_565_G(y + cgreen, d0)]; in LOCAL() [all …]
|
D | jdmrgext.c | 29 register int y, cred, cgreen, cblue; in LOCAL() local 52 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 57 outptr[RGB_GREEN] = range_limit[y + cgreen]; in LOCAL() 65 outptr[RGB_GREEN] = range_limit[y + cgreen]; in LOCAL() 77 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 81 outptr[RGB_GREEN] = range_limit[y + cgreen]; in LOCAL() 102 register int y, cred, cgreen, cblue; in LOCAL() local 127 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in LOCAL() 132 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in LOCAL() 140 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in LOCAL() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmerge.c | 234 register int y, cred, cgreen, cblue; in h2v1_merged_upsample() local 257 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v1_merged_upsample() 262 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 267 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 276 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v1_merged_upsample() 280 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 296 register int y, cred, cgreen, cblue; in h2v2_merged_upsample() local 321 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v2_merged_upsample() 326 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in h2v2_merged_upsample() 331 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in h2v2_merged_upsample() [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdmerge.c | 231 register int y, cred, cgreen, cblue; in h2v1_merged_upsample() local 254 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v1_merged_upsample() 259 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 264 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 273 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v1_merged_upsample() 277 outptr[RGB_GREEN] = range_limit[y + cgreen]; in h2v1_merged_upsample() 293 register int y, cred, cgreen, cblue; in h2v2_merged_upsample() local 318 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); in h2v2_merged_upsample() 323 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in h2v2_merged_upsample() 328 outptr0[RGB_GREEN] = range_limit[y + cgreen]; in h2v2_merged_upsample() [all …]
|