Searched refs:in_far (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1998 stbi_uc *(*resample_row_hv_2_kernel)(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs); 3454 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1() argument 3457 STBI_NOTUSED(in_far); in resample_row_1() 3463 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_v_2() argument 3469 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2); in stbi__resample_row_v_2() 3473 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_h_2() argument 3495 STBI_NOTUSED(in_far); in stbi__resample_row_h_2() 3503 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_hv_2() argument 3508 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2); in stbi__resample_row_hv_2() 3512 t1 = 3*in_near[0] + in_far[ in stbi__resample_row_hv_2() 3528 stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_hv_2_simd() argument 3644 stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_generic() argument [all...] |
Completed in 8 milliseconds