Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h3501 #define stbi__div16(x) ((stbi_uc) ((x) >> 4)) macro
3517 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2()
3518 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2()
3628 out[i*2] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()
3633 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2_simd()
3634 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()

Completed in 15 milliseconds