Searched refs:below_ptr (Results 1 – 3 of 3) sorted by relevance
/third_party/libjpeg-turbo/ |
D | jcsample.c | 303 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local 335 below_ptr = input_data[inrow + 2]; 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/ |
D | jcsample.c | 303 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local 335 below_ptr = input_data[inrow + 2]; 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/ |
D | jcsample.c | 305 register JSAMPROW inptr0, inptr1, above_ptr, below_ptr, outptr; in h2v2_smooth_downsample() local 337 below_ptr = input_data[inrow + 2]; in h2v2_smooth_downsample() 343 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample() 348 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[2]); in h2v2_smooth_downsample() 351 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample() 359 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample() 366 GETJSAMPLE(below_ptr[-1]) + GETJSAMPLE(below_ptr[2]); in h2v2_smooth_downsample() 371 inptr0 += 2; inptr1 += 2; above_ptr += 2; below_ptr += 2; in h2v2_smooth_downsample() 378 GETJSAMPLE(*below_ptr) + GETJSAMPLE(below_ptr[1]) + in h2v2_smooth_downsample() 383 GETJSAMPLE(below_ptr[-1]) + GETJSAMPLE(below_ptr[1]); in h2v2_smooth_downsample() [all …]
|