Searched refs:RGB_PIXELSIZE (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djdmerge.c261 outptr += RGB_PIXELSIZE;
266 outptr += RGB_PIXELSIZE;
325 outptr0 += RGB_PIXELSIZE;
330 outptr0 += RGB_PIXELSIZE;
335 outptr1 += RGB_PIXELSIZE;
340 outptr1 += RGB_PIXELSIZE;
H A Djdcolor.c154 outptr += RGB_PIXELSIZE;
231 outptr += RGB_PIXELSIZE;
359 cinfo->out_color_components = RGB_PIXELSIZE;
365 } else if (cinfo->jpeg_color_space == JCS_RGB && RGB_PIXELSIZE == 3) {
H A Djmorecfg.h303 * (one extra byte per pixel) by changing RGB_PIXELSIZE. Note that changing
309 * 3. The color quantizer modules will not behave desirably if RGB_PIXELSIZE
317 #define RGB_PIXELSIZE 3 /* JSAMPLEs per RGB scanline element */ macro
H A Djccolor.c152 inptr += RGB_PIXELSIZE;
206 inptr += RGB_PIXELSIZE;
371 #if RGB_PIXELSIZE != 3
372 if (cinfo->input_components != RGB_PIXELSIZE)
413 if (cinfo->in_color_space == JCS_RGB && RGB_PIXELSIZE == 3)
H A Djdmaster.c53 cinfo->out_color_components != RGB_PIXELSIZE)
178 #if RGB_PIXELSIZE != 3
179 cinfo->out_color_components = RGB_PIXELSIZE;

Completed in 37 milliseconds