Searched refs:stbi__load_and_postprocess_8bit (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 1120 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1237 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1289 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1296 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1328 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1120 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1237 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1289 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1296 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1328 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|