Searched refs:below_ptr (Results 1 – 2 of 2) sorted by relevance
298 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local330 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()[all …]