Searched refs:raw_coeff (Results 1 – 2 of 2) sorted by relevance
1791 void *raw_data, *raw_coeff; member3054 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()