Home | History | Annotate | Download | only in jpeg

Lines Matching refs:CENTERJSAMPLE

253  * representation by adding CENTERJSAMPLE at the same time that we limit it.
255 * CENTERJSAMPLE,CENTERJSAMPLE+1,...,MAXJSAMPLE,
256 * MAXJSAMPLE (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
257 * 0 (repeat 2*(MAXJSAMPLE+1)-CENTERJSAMPLE times),
258 * 0,1,...,CENTERJSAMPLE-1
264 * sample_range_limit + CENTERJSAMPLE.
279 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
287 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
289 for (i = CENTERJSAMPLE; i < 2*(MAXJSAMPLE+1); i++)
293 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
294 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
295 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));