Lines Matching refs:below_ptr
298 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local
330 below_ptr = input_data[inrow+2]; in h2v2_smooth_downsample()
336 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample()
341 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[2]); in h2v2_smooth_downsample()
344 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
352 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample()
359 GETJSAMPLE(below_ptr[-1]) + GETJSAMPLE(below_ptr[2]); in h2v2_smooth_downsample()
364 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
371 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample()
376 GETJSAMPLE(below_ptr[-1]) + GETJSAMPLE(below_ptr[1]); in h2v2_smooth_downsample()
398 register JSAMPROW inptr, above_ptr, below_ptr, outptr; in fullsize_smooth_downsample() local
422 below_ptr = input_data[outrow+1]; in fullsize_smooth_downsample()
425 colsum = GETJSAMPLE(*above_ptr++) + GETJSAMPLE(*below_ptr++) + in fullsize_smooth_downsample()
428 nextcolsum = GETJSAMPLE(*above_ptr) + GETJSAMPLE(*below_ptr) + in fullsize_smooth_downsample()
437 above_ptr++; below_ptr++; in fullsize_smooth_downsample()
438 nextcolsum = GETJSAMPLE(*above_ptr) + GETJSAMPLE(*below_ptr) + in fullsize_smooth_downsample()