Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h3452 #define stbi__div4(x) ((stbi_uc) ((x) >> 2)) macro
3469 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2); in stbi__resample_row_v_2()
3486 out[1] = stbi__div4(input[0]*3 + input[1] + 2); in stbi__resample_row_h_2()
3489 out[i*2+0] = stbi__div4(n+input[i-1]); in stbi__resample_row_h_2()
3490 out[i*2+1] = stbi__div4(n+input[i+1]); in stbi__resample_row_h_2()
3492 out[i*2+0] = stbi__div4(input[w-2]*3 + input[w-1] + 2); in stbi__resample_row_h_2()
3508 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2); in stbi__resample_row_hv_2()
3513 out[0] = stbi__div4(t1+2); in stbi__resample_row_hv_2()
3520 out[w*2-1] = stbi__div4(t1+2); in stbi__resample_row_hv_2()
3534 out[0] = out[1] = stbi__div4( in stbi__resample_row_hv_2_simd()
[all...]

Completed in 8 milliseconds