Searched refs:x_high (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_compute_variance.cpp | 375 int x_high = x_src + alpha_kernel_radius + 1; in compute_pixel_region_variance() local 379 - VARBUF1(z_high, y_low, x_high).lane<3>() in compute_pixel_region_variance() 381 + VARBUF1(z_high, y_high, x_high).lane<3>()) - in compute_pixel_region_variance() 383 - VARBUF1(z_low, y_low, x_high).lane<3>() in compute_pixel_region_variance() 385 + VARBUF1(z_low, y_high, x_high).lane<3>()); in compute_pixel_region_variance() 407 int x_high = x_src + alpha_kernel_radius + 1; in compute_pixel_region_variance() local 411 - VARBUF1(0, y_low, x_high).lane<3>() in compute_pixel_region_variance() 413 + VARBUF1(0, y_high, x_high).lane<3>(); in compute_pixel_region_variance()
|