Home
last modified time | relevance | path

Searched defs:num_cols (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djdcolor.c148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert() local
189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert() local
230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert() local
302 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565D_convert() local
378 JDIMENSION num_cols = cinfo->output_width; in rgb_rgba_8888_convert() local
404 JDIMENSION num_cols = cinfo->output_width; in rgb_rgb_565_convert() local
456 JDIMENSION num_cols = cinfo->output_width; in rgb_rgb_565D_convert() local
516 JDIMENSION num_cols = cinfo->output_width; in null_convert() local
563 JDIMENSION num_cols = cinfo->output_width; in gray_rgb_convert() local
584 JDIMENSION num_cols = cinfo->output_width; in gray_rgba_8888_convert() local
[all …]
Djccolor.c142 JDIMENSION num_cols = cinfo->image_width; in rgb_ycc_convert() local
198 JDIMENSION num_cols = cinfo->image_width; in rgb_gray_convert() local
237 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local
289 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local
350 JDIMENSION num_cols = cinfo->image_width; in null_convert() local
Djutils.c113 int num_rows, JDIMENSION num_cols) in jcopy_sample_rows()
Djcprepct.c106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge()