Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:idct

128    * scale up the chroma components via IDCT scaling rather than upsampling.

150 /* Size in samples, after IDCT scaling */
221 * limiting step (just after the IDCT), a wildly out-of-range value is
224 * post-IDCT limiting thus:
230 * For the post-IDCT step, we want to convert the data from signed to unsigned
232 * So the post-IDCT limiting table ends up looking like this:
240 * We can save some space by overlapping the start of the post-IDCT table
241 * with the simpler range limiting table. The post-IDCT table begins at
265 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
266 /* End of simple table, rest of first half of post-IDCT table */
269 /* Second half of post-IDCT table */
465 (*cinfo->idct->start_pass) (cinfo);