Searched refs:stbi__free_jpeg_components (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 3240 static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) in stbi__free_jpeg_components() function 3337 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3346 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3843 stbi__free_jpeg_components(j, j->s->img_n, 0); in stbi__cleanup_jpeg()
|
Completed in 11 milliseconds