Lines Matching +defs:g +defs:n

852 static void stbi__stdio_skip(void *user, int n)  in stbi__stdio_skip()
1579 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() local
1624 static void stbi__skip(stbi__context *s, int n) in stbi__skip()
1646 static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) in stbi__getn()
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()
1840 int i,k,n; in stbi__ldr_to_hdr() local
1866 int i,k,n; in stbi__hdr_to_ldr() local
2128 stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) in stbi__extend_receive()
2143 stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) in stbi__jpeg_get_bits()
2922 int n = z->order[0]; in stbi__parse_entropy_coded_data() local
2952 int n = z->order[k]; in stbi__parse_entropy_coded_data() local
2979 int n = z->order[0]; in stbi__parse_entropy_coded_data() local
3012 int n = z->order[k]; in stbi__parse_entropy_coded_data() local
3050 int i,j,n; in stbi__jpeg_finish() local
3096 int sizes[16],i,n=0; in stbi__process_marker() local
3429 int n = 3*input[i]+2; in stbi__resample_row_h_2() local
3604 int r,g,b; in stbi__YCbCr_to_RGB_row() local
3738 int r,g,b; in stbi__YCbCr_to_RGB_simd() local
3806 int n, decode_n, is_rgb; in load_jpeg_image() local
3938 stbi_uc g = stbi__blinn_8x8(coutput[1][i], m); in load_jpeg_image() local
4043 stbi_inline static int stbi__bitreverse16(int n) in stbi__bitreverse16()
4149 stbi_inline static unsigned int stbi__zreceive(stbi__zbuf *z, int n) in stbi__zreceive()
4197 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand()
4281 int i,n; in stbi__compute_huffman_codes() local
4907 int n = orig[i]*4; in stbi__expand_png_palette() local
4915 int n = orig[i]*4; in stbi__expand_png_palette() local
5192 static void *stbi__do_png(stbi__png *p, int *x, int *y, int *n, int req_comp, stbi__result_info *ri) in stbi__do_png()
5301 int n=0; in stbi__high_bit() 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()
6885 stbi__gif g; in stbi__load_gif_main() local
6966 stbi__gif g; in stbi__gif_load() local