Lines Matching refs:JSAMPLE
164 register JSAMPLE invalue; in int_upsample()
207 register JSAMPLE invalue; in h2v1_upsample()
235 register JSAMPLE invalue; in h2v2_upsample()
287 *outptr++ = (JSAMPLE) invalue; in h2v1_fancy_upsample()
288 *outptr++ = (JSAMPLE) ((invalue * 3 + GETJSAMPLE(*inptr) + 2) >> 2); in h2v1_fancy_upsample()
293 *outptr++ = (JSAMPLE) ((invalue + GETJSAMPLE(inptr[-2]) + 1) >> 2); in h2v1_fancy_upsample()
294 *outptr++ = (JSAMPLE) ((invalue + GETJSAMPLE(*inptr) + 2) >> 2); in h2v1_fancy_upsample()
299 *outptr++ = (JSAMPLE) ((invalue * 3 + GETJSAMPLE(inptr[-1]) + 1) >> 2); in h2v1_fancy_upsample()
300 *outptr++ = (JSAMPLE) invalue; in h2v1_fancy_upsample()
341 *outptr++ = (JSAMPLE) ((thiscolsum * 4 + 8) >> 4); in h2v2_fancy_upsample()
342 *outptr++ = (JSAMPLE) ((thiscolsum * 3 + nextcolsum + 7) >> 4); in h2v2_fancy_upsample()
349 *outptr++ = (JSAMPLE) ((thiscolsum * 3 + lastcolsum + 8) >> 4); in h2v2_fancy_upsample()
350 *outptr++ = (JSAMPLE) ((thiscolsum * 3 + nextcolsum + 7) >> 4); in h2v2_fancy_upsample()
355 *outptr++ = (JSAMPLE) ((thiscolsum * 3 + lastcolsum + 8) >> 4); in h2v2_fancy_upsample()
356 *outptr++ = (JSAMPLE) ((thiscolsum * 4 + 7) >> 4); in h2v2_fancy_upsample()