Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1818 …stbi_uc *(*resample_row_hv_2_kernel)(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int h…
3231 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
3234 STBI_NOTUSED(in_far); in resample_row_1()
3240 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2() argument
3246 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2); in stbi__resample_row_v_2()
3250 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2() argument
3272 STBI_NOTUSED(in_far); in stbi__resample_row_h_2()
3280 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2() argument
3285 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2); in stbi__resample_row_hv_2()
3289 t1 = 3*in_near[0] + in_far[0]; in stbi__resample_row_hv_2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1818 …stbi_uc *(*resample_row_hv_2_kernel)(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int h…
3231 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
3234 STBI_NOTUSED(in_far); in resample_row_1()
3240 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2() argument
3246 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2); in stbi__resample_row_v_2()
3250 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2() argument
3272 STBI_NOTUSED(in_far); in stbi__resample_row_h_2()
3280 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2() argument
3285 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2); in stbi__resample_row_hv_2()
3289 t1 = 3*in_near[0] + in_far[0]; in stbi__resample_row_hv_2()
[all …]