Searched refs:coeff_w (Results 1 – 2 of 2) sorted by relevance
1794 int coeff_w, coeff_h; // number of 8x8 coefficient blocks member2826 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()2857 … short *data = z->img_comp[n].coeff + 64 * (x2 + y2 * z->img_comp[n].coeff_w); in stbi__parse_entropy_coded_data()2894 short *data = z->img_comp[n].coeff + 64 * (i + j * z->img_comp[n].coeff_w); in stbi__jpeg_finish()3138 z->img_comp[i].coeff_w = z->img_comp[i].w2 / 8; in stbi__process_frame_header()