Searched refs:stbi__resample_row_v_2 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 3129 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() function 3575 else if (r->hs == 1 && r->vs == 2) r->resample = stbi__resample_row_v_2; in load_jpeg_image()
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 3173 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() function 3619 else if (r->hs == 1 && r->vs == 2) r->resample = stbi__resample_row_v_2; in load_jpeg_image()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 3404 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() function 3854 else if (r->hs == 1 && r->vs == 2) r->resample = stbi__resample_row_v_2; in load_jpeg_image()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 3411 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() function 3861 else if (r->hs == 1 && r->vs == 2) r->resample = stbi__resample_row_v_2; in load_jpeg_image()
|