Lines Matching +defs:u +defs:g
1726 static stbi_uc stbi__compute_y(int r, int g, int b) in stbi__compute_y()
1783 static stbi__uint16 stbi__compute_y_16(int r, int g, int b) in stbi__compute_y_16()
3604 int r,g,b; in stbi__YCbCr_to_RGB_row() local
3738 int r,g,b; in stbi__YCbCr_to_RGB_simd() local
3938 stbi_uc g = stbi__blinn_8x8(coutput[1][i], m); in load_jpeg_image() local
5773 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() local
6523 static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info) in stbi__gif_header()
6556 stbi__gif* g = (stbi__gif*) stbi__malloc(sizeof(stbi__gif)); in stbi__gif_info_raw() local
6569 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6606 static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) in stbi__process_gif_raster()
6693 static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp, stbi_u… in stbi__gif_load_next()
6867 static void *stbi__load_gif_main_outofmem(stbi__gif *g, stbi_uc *out, int **delays) in stbi__load_gif_main_outofmem()
6882 stbi_uc *u = 0; in stbi__load_gif_main() local
6885 stbi__gif g; in stbi__load_gif_main() local
6965 stbi_uc *u = 0; in stbi__gif_load() local
6966 stbi__gif g; in stbi__gif_load() local