Home
last modified time | relevance | path

Searched refs:stbi__malloc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h890 static void *stbi__malloc(size_t size) in stbi__malloc() function
953 return stbi__malloc(a*b + add); in stbi__malloc_mad2()
959 return stbi__malloc(a*b*c + add); in stbi__malloc_mad3()
966 return stbi__malloc(a*b*c*d + add); in stbi__malloc_mad4()
1056 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8()
1072 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2); in stbi__convert_8_to_16()
1639 good = (stbi__uint16 *) stbi__malloc(req_comp * x * y * 2); in stbi__convert_format16()
3675 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3); in load_jpeg_image()
3802 stbi__jpeg* j = (stbi__jpeg*) stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_load()
3814 stbi__jpeg* j = (stbi__jpeg*)stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_test()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h890 static void *stbi__malloc(size_t size) in stbi__malloc() function
953 return stbi__malloc(a*b + add); in stbi__malloc_mad2()
959 return stbi__malloc(a*b*c + add); in stbi__malloc_mad3()
966 return stbi__malloc(a*b*c*d + add); in stbi__malloc_mad4()
1056 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8()
1072 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2); in stbi__convert_8_to_16()
1639 good = (stbi__uint16 *) stbi__malloc(req_comp * x * y * 2); in stbi__convert_format16()
3675 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3); in load_jpeg_image()
3802 stbi__jpeg* j = (stbi__jpeg*) stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_load()
3814 stbi__jpeg* j = (stbi__jpeg*)stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_test()
[all …]