Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:JSAMPLE

71   JSAMPLE *rescale;             /* => maxval-remapping array, or NULL */
132 * In all cases, input is scaled to the size of JSAMPLE.
146 register JSAMPLE *rescale = source->rescale;
165 register JSAMPLE *rescale = source->rescale;
186 register JSAMPLE *rescale = source->rescale;
207 register JSAMPLE *rescale = source->rescale;
226 * In this case we just read right into the JSAMPLE buffer!
245 register JSAMPLE *rescale = source->rescale;
272 register JSAMPLE *rescale = source->rescale;
372 } else if (maxval == MAXJSAMPLE && sizeof(JSAMPLE) == sizeof(U_CHAR)) {
387 } else if (maxval == MAXJSAMPLE && sizeof(JSAMPLE) == sizeof(U_CHAR)) {
426 source->rescale = (JSAMPLE *)
429 sizeof(JSAMPLE)));
433 source->rescale[val] = (JSAMPLE) ((val * MAXJSAMPLE + half_maxval) /