Home | History | Annotate | Download | only in gdx2d

Lines Matching full:coeff_h

1497       int      coeff_w, coeff_h; // number of 8x8 coefficient blocks
2774 z->img_comp[i].coeff_h = (z->img_comp[i].h2 + 7) >> 3;
2775 z->img_comp[i].raw_coeff = STBI_MALLOC(z->img_comp[i].coeff_w * z->img_comp[i].coeff_h * 64 * sizeof(short) + 15);