Lines Matching refs:data
27 * For 12-bit JPEG data, we either downscale the values to 8 bits
32 * (When the core library supports data precision reduction, a cleaner
76 * Write some pixel data.
85 JDIMENSION rows_supplied, char *data)
92 memcpy (data, dest->iobuffer, dest->buffer_width);
97 * This code is used when we have to copy the data and apply a pixel
103 JDIMENSION rows_supplied, char *data)
120 memcpy (data, dest->iobuffer, dest->buffer_width);
125 * Write some pixel data when color quantization is in effect.
126 * We have to demap the color index values to straight data.
131 JDIMENSION rows_supplied, char *data)
154 memcpy (data, dest->iobuffer, dest->buffer_width);
160 JDIMENSION rows_supplied, char *data)
177 memcpy (data, dest->iobuffer, dest->buffer_width);