Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1791 void *raw_data, *raw_coeff; member
3054 if (z->img_comp[i].raw_coeff) { in stbi__free_jpeg_components()
3055 STBI_FREE(z->img_comp[i].raw_coeff); in stbi__free_jpeg_components()
3056 z->img_comp[i].raw_coeff = 0; in stbi__free_jpeg_components()
3129 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
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()
3141 if (z->img_comp[i].raw_coeff == NULL) in stbi__process_frame_header()
3143 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
3189 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1791 void *raw_data, *raw_coeff; member
3054 if (z->img_comp[i].raw_coeff) { in stbi__free_jpeg_components()
3055 STBI_FREE(z->img_comp[i].raw_coeff); in stbi__free_jpeg_components()
3056 z->img_comp[i].raw_coeff = 0; in stbi__free_jpeg_components()
3129 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
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()
3141 if (z->img_comp[i].raw_coeff == NULL) in stbi__process_frame_header()
3143 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
3189 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()