Searched refs:num_cols (Results 1 – 10 of 10) sorted by relevance
/external/jpeg/ |
D | jdcolor.c | 148 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 …]
|
D | jccolor.c | 142 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 …]
|
D | jutils.c | 119 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()
|
D | jcprepct.c | 106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge() argument 113 1, num_cols); in expand_bottom_edge()
|
D | jpegint.h | 408 int num_rows, JDIMENSION num_cols));
|
/external/qemu/distrib/jpeg-6b/ |
D | jdcolor.c | 148 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 …]
|
D | jccolor.c | 142 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local 150 for (col = 0; col < num_cols; col++) { in rgb_ycc_convert() 189 JDIMENSION num_cols = cinfo->image_width; in rgb565_ycc_convert() local 197 for (col = 0; col < num_cols; col++) { in rgb565_ycc_convert() 235 JDIMENSION num_cols = cinfo->image_width; in rgba8888_ycc_convert() local 243 for (col = 0; col < num_cols; col++) { in rgba8888_ycc_convert() 291 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local 297 for (col = 0; col < num_cols; col++) { in rgb_gray_convert() 330 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local 339 for (col = 0; col < num_cols; col++) { in cmyk_ycck_convert() [all …]
|
D | jutils.c | 119 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()
|
D | jcprepct.c | 106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge() argument 113 1, num_cols); in expand_bottom_edge()
|
D | jpegint.h | 408 int num_rows, JDIMENSION num_cols));
|