Searched refs:stbi__jpeg_load (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 907 static void *stbi__jpeg_load(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__re… 1148 if (stbi__jpeg_test(s)) return stbi__jpeg_load(s,x,y,comp,req_comp, ri); in stbi__load_main() 3967 static void *stbi__jpeg_load(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__jpeg_load() function
|