Searched refs:stbi__malloc_mad3 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 956 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function 1590 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format() 1707 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr() 3140 …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() 3693 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image() 4411 …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() 4619 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image() 5254 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load() 5580 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load() 5846 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 956 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function 1590 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format() 1707 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr() 3140 …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() 3693 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image() 4411 …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() 4619 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image() 5254 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load() 5580 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load() 5846 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load() [all …]
|