Searched refs:num_cols (Results 1 – 5 of 5) sorted by relevance
148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert() local163 for (col = 0; col < num_cols; col++) { in ycc_rgb_convert()189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert() local204 for (col = 0; col < num_cols; col++) { in ycc_rgba_8888_convert()230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert() local258 num_cols--; in ycc_rgb_565_convert()260 for (col = 0; col < (num_cols>>1); col++) { in ycc_rgb_565_convert()279 if (num_cols&1) { in ycc_rgb_565_convert()302 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565D_convert() local330 num_cols--; in ycc_rgb_565D_convert()[all …]
142 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local150 for (col = 0; col < num_cols; col++) { in rgb_ycc_convert()198 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local204 for (col = 0; col < num_cols; col++) { in rgb_gray_convert()237 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local246 for (col = 0; col < num_cols; col++) { in cmyk_ycck_convert()289 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local296 for (col = 0; col < num_cols; col++) { in grayscale_convert()350 JDIMENSION num_cols = cinfo->image_width; in null_convert() local353 if (1 == num_rows && 3 == nc && num_cols > 0) { in null_convert()[all …]
119 int num_rows, JDIMENSION num_cols) in jcopy_sample_rows() argument128 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); in jcopy_sample_rows()143 for (count = num_cols; count > 0; count--) in jcopy_sample_rows()
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge() argument113 1, num_cols); in expand_bottom_edge()
408 int num_rows, JDIMENSION num_cols));