Searched refs:stbi_write_hdr_core (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_write.h | 723 static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int comp, float *data) in stbi_write_hdr_core() function 753 return stbi_write_hdr_core(&s, x, y, comp, (float *) data); in stbi_write_hdr_to_func() 761 int r = stbi_write_hdr_core(&s, x, y, comp, (float *) data); in stbi_write_hdr()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 723 static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int comp, float *data) in stbi_write_hdr_core() function 753 return stbi_write_hdr_core(&s, x, y, comp, (float *) data); in stbi_write_hdr_to_func() 761 int r = stbi_write_hdr_core(&s, x, y, comp, (float *) data); in stbi_write_hdr()
|