Searched refs:stbi__malloc_mad3 (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 1052 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function 1743 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format() 1869 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr() 3304 …z->img_comp[i].raw_coeff = stbi__malloc_mad3(z->img_comp[i].w2, z->img_comp[i].h2, sizeof(short), … in stbi__process_frame_header() 3861 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image() 4601 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw() 4809 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image() 5512 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load() 5842 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load() 6116 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load() [all …]
|