Searched refs:stbi__div16 (Results 1 – 2 of 2) sorted by relevance
3278 #define stbi__div16(x) ((stbi_uc) ((x) >> 4)) macro3294 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2()3295 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2()3405 out[i*2] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()3410 out[i*2-1] = stbi__div16(3*t0 + t1 + 8); in stbi__resample_row_hv_2_simd()3411 out[i*2 ] = stbi__div16(3*t1 + t0 + 8); in stbi__resample_row_hv_2_simd()