Searched refs:two_back (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 6693 …uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp, stbi_uc *two_back) in stbi__gif_load_next() argument 6726 if ((dispose == 3) && (two_back == 0)) { in stbi__gif_load_next() 6733 memcpy( &g->out[pi * 4], &two_back[pi * 4], 4 ); in stbi__gif_load_next() 6884 stbi_uc *two_back = 0; in stbi__load_gif_main() local 6899 u = stbi__gif_load_next(s, &g, comp, req_comp, two_back); in stbi__load_gif_main() 6938 two_back = out - 2 * stride; in stbi__load_gif_main()
|