Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h3442 #define stbi__div16(x) ((stbi_uc) ((x) >> 4)) macro
3458 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2()
3459 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2()
3569 out[i*2] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()
3574 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2_simd()
3575 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()