Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:DCTSIZE2

915   int newnz_pos[DCTSIZE2];
1256 * if k >= DCTSIZE2, which could happen if the data is corrupted.
1274 for (; k < DCTSIZE2; k++) {
1406 ((cinfo->is_baseline || cinfo->Se < DCTSIZE2) &&
1417 if (cinfo->lim_Se != DCTSIZE2-1)
1524 cinfo->coef_bits = (int (*)[DCTSIZE2])
1526 cinfo->num_components*DCTSIZE2*SIZEOF(int));
1529 for (i = 0; i < DCTSIZE2; i++)