Searched refs:tga_width (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 | 5539 int tga_width = stbi__get16le(s); in stbi__tga_load() local 5573 *x = tga_width; in stbi__tga_load() 5577 if (!stbi__mad3sizes_valid(tga_width, tga_height, tga_comp, 0)) in stbi__tga_load() 5580 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load() 5589 stbi_uc *tga_row = tga_data + row*tga_width*tga_comp; in stbi__tga_load() 5590 stbi__getn(s, tga_row, tga_width * tga_comp); in stbi__tga_load() 5618 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load() 5679 int index1 = j * tga_width * tga_comp; in stbi__tga_load() 5680 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load() 5681 for (i = tga_width * tga_comp; i > 0; --i) in stbi__tga_load() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5539 int tga_width = stbi__get16le(s); in stbi__tga_load() local 5573 *x = tga_width; in stbi__tga_load() 5577 if (!stbi__mad3sizes_valid(tga_width, tga_height, tga_comp, 0)) in stbi__tga_load() 5580 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load() 5589 stbi_uc *tga_row = tga_data + row*tga_width*tga_comp; in stbi__tga_load() 5590 stbi__getn(s, tga_row, tga_width * tga_comp); in stbi__tga_load() 5618 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load() 5679 int index1 = j * tga_width * tga_comp; in stbi__tga_load() 5680 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load() 5681 for (i = tga_width * tga_comp; i > 0; --i) in stbi__tga_load() [all …]
|