Lines Matching refs:JDIMENSION
140 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert()
147 register JDIMENSION col; in ycc_rgb_convert()
148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert()
181 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert()
188 register JDIMENSION col; in ycc_rgba_8888_convert()
189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert()
222 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert()
229 register JDIMENSION col; in ycc_rgb_565_convert()
230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert()
294 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565D_convert()
301 register JDIMENSION col; in ycc_rgb_565D_convert()
302 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565D_convert()
372 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_rgba_8888_convert()
377 register JDIMENSION col; in rgb_rgba_8888_convert()
378 JDIMENSION num_cols = cinfo->output_width; in rgb_rgba_8888_convert()
398 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_rgb_565_convert()
403 register JDIMENSION col; in rgb_rgb_565_convert()
404 JDIMENSION num_cols = cinfo->output_width; in rgb_rgb_565_convert()
449 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_rgb_565D_convert()
454 register JDIMENSION col; in rgb_rgb_565D_convert()
456 JDIMENSION num_cols = cinfo->output_width; in rgb_rgb_565D_convert()
510 JSAMPIMAGE input_buf, JDIMENSION input_row, in null_convert()
514 register JDIMENSION count; in null_convert()
516 JDIMENSION num_cols = cinfo->output_width; in null_convert()
542 JSAMPIMAGE input_buf, JDIMENSION input_row, in grayscale_convert()
558 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_convert()
562 register JDIMENSION col; in gray_rgb_convert()
563 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_convert()
579 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgba_8888_convert()
583 register JDIMENSION col; in gray_rgba_8888_convert()
584 JDIMENSION num_cols = cinfo->output_width; in gray_rgba_8888_convert()
600 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_565_convert()
604 register JDIMENSION col; in gray_rgb_565_convert()
605 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_565_convert()
637 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_565D_convert()
641 register JDIMENSION col; in gray_rgb_565D_convert()
643 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_565D_convert()
690 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycck_cmyk_convert()
697 register JDIMENSION col; in ycck_cmyk_convert()
698 JDIMENSION num_cols = cinfo->output_width; in ycck_cmyk_convert()