Searched refs:stbi__load_and_postprocess_16bit (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 | 1144 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() function 1250 result = stbi__load_and_postprocess_16bit(&s,x,y,comp,req_comp); in stbi_load_from_file_16() 1275 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_memory() 1282 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_callbacks()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1144 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() function 1250 result = stbi__load_and_postprocess_16bit(&s,x,y,comp,req_comp); in stbi_load_from_file_16() 1275 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_memory() 1282 return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); in stbi_load_16_from_callbacks()
|