Home
last modified time | relevance | path

Searched refs:num_cols (Results 1 – 5 of 5) sorted by relevance

/external/jpeg/
Djdcolor.c148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert() local
163 for (col = 0; col < num_cols; col++) { in ycc_rgb_convert()
189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert() local
204 for (col = 0; col < num_cols; col++) { in ycc_rgba_8888_convert()
230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert() local
258 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() local
330 num_cols--; in ycc_rgb_565D_convert()
[all …]
Djccolor.c142 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local
150 for (col = 0; col < num_cols; col++) { in rgb_ycc_convert()
198 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local
204 for (col = 0; col < num_cols; col++) { in rgb_gray_convert()
237 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local
246 for (col = 0; col < num_cols; col++) { in cmyk_ycck_convert()
289 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local
296 for (col = 0; col < num_cols; col++) { in grayscale_convert()
350 JDIMENSION num_cols = cinfo->image_width; in null_convert() local
353 if (1 == num_rows && 3 == nc && num_cols > 0) { in null_convert()
[all …]
Djutils.c119 int num_rows, JDIMENSION num_cols) in jcopy_sample_rows() argument
128 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()
Djcprepct.c106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge() argument
113 1, num_cols); in expand_bottom_edge()
Djpegint.h408 int num_rows, JDIMENSION num_cols));