Searched refs:tga_rgb16 (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 | 5542 int tga_comp, tga_rgb16=0; in stbi__tga_load() local 5566 if ( tga_indexed ) tga_comp = stbi__tga_get_comp(tga_palette_bits, 0, &tga_rgb16); in stbi__tga_load() 5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load() 5586 if ( !tga_indexed && !tga_is_RLE && !tga_rgb16 ) { in stbi__tga_load() 5604 if (tga_rgb16) { in stbi__tga_load() 5654 } else if(tga_rgb16) { in stbi__tga_load() 5699 if (tga_comp >= 3 && !tga_rgb16) in stbi__tga_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5542 int tga_comp, tga_rgb16=0; in stbi__tga_load() local 5566 if ( tga_indexed ) tga_comp = stbi__tga_get_comp(tga_palette_bits, 0, &tga_rgb16); in stbi__tga_load() 5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load() 5586 if ( !tga_indexed && !tga_is_RLE && !tga_rgb16 ) { in stbi__tga_load() 5604 if (tga_rgb16) { in stbi__tga_load() 5654 } else if(tga_rgb16) { in stbi__tga_load() 5699 if (tga_comp >= 3 && !tga_rgb16) in stbi__tga_load()
|