Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1971 void *raw_data, *raw_coeff; member
3249 if (z->img_comp[i].raw_coeff) { in stbi__free_jpeg_components()
3250 STBI_FREE(z->img_comp[i].raw_coeff); in stbi__free_jpeg_components()
3251 z->img_comp[i].raw_coeff = 0; in stbi__free_jpeg_components()
3333 z->img_comp[i].raw_coeff = 0; in stbi__process_frame_header()
3344 z->img_comp[i].raw_coeff = stbi__malloc_mad3(z->img_comp[i].w2, z->img_comp[i].h2, sizeof(short), 15); in stbi__process_frame_header()
3345 if (z->img_comp[i].raw_coeff == NULL) in stbi__process_frame_header()
3347 z->img_comp[i].coeff = (short*) (((size_t) z->img_comp[i].raw_coeff + 15) & ~15); in stbi__process_frame_header()
3415 j->img_comp[m].raw_coeff = NULL; in stbi__decode_jpeg_image()

Completed in 15 milliseconds