Home
last modified time | relevance | path

Searched refs:above_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/libjpeg-turbo/
Djcsample.c303 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local
334 above_ptr = input_data[inrow - 1]; in h2v2_smooth_downsample()
339 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
342 neighsum += above_ptr[0] + above_ptr[2] + below_ptr[0] + below_ptr[2]; in h2v2_smooth_downsample()
345 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
351 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
356 neighsum += above_ptr[-1] + above_ptr[2] + below_ptr[-1] + below_ptr[2]; in h2v2_smooth_downsample()
361 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
366 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
369 neighsum += above_ptr[-1] + above_ptr[1] + below_ptr[-1] + below_ptr[1]; in h2v2_smooth_downsample()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcsample.c303 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local
334 above_ptr = input_data[inrow - 1]; in h2v2_smooth_downsample()
339 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
342 neighsum += above_ptr[0] + above_ptr[2] + below_ptr[0] + below_ptr[2]; in h2v2_smooth_downsample()
345 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
351 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
356 neighsum += above_ptr[-1] + above_ptr[2] + below_ptr[-1] + below_ptr[2]; in h2v2_smooth_downsample()
361 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
366 neighsum = above_ptr[0] + above_ptr[1] + below_ptr[0] + below_ptr[1] + in h2v2_smooth_downsample()
369 neighsum += above_ptr[-1] + above_ptr[1] + below_ptr[-1] + below_ptr[1]; in h2v2_smooth_downsample()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcsample.c305 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local
336 above_ptr = input_data[inrow - 1]; in h2v2_smooth_downsample()
342 neighsum = GETJSAMPLE(*above_ptr) + GETJSAMPLE(above_ptr[1]) + in h2v2_smooth_downsample()
347 neighsum += GETJSAMPLE(*above_ptr) + GETJSAMPLE(above_ptr[2]) + in h2v2_smooth_downsample()
351 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
358 neighsum = GETJSAMPLE(*above_ptr) + GETJSAMPLE(above_ptr[1]) + in h2v2_smooth_downsample()
365 neighsum += GETJSAMPLE(above_ptr[-1]) + GETJSAMPLE(above_ptr[2]) + in h2v2_smooth_downsample()
371 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample()
377 neighsum = GETJSAMPLE(*above_ptr) + GETJSAMPLE(above_ptr[1]) + in h2v2_smooth_downsample()
382 neighsum += GETJSAMPLE(above_ptr[-1]) + GETJSAMPLE(above_ptr[1]) + in h2v2_smooth_downsample()
[all …]