Searched refs:output_cols (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | jcsample.c | 88 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument 94 int numcols = (int) (output_cols - input_cols); in expand_right_edge() 145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local 159 cinfo->image_width, output_cols * h_expand); in int_downsample() 164 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local 226 cinfo->image_width, output_cols * 2); in h2v1_downsample() 232 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local 263 cinfo->image_width, output_cols * 2); in h2v2_downsample() [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | jcsample.c | 88 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument 94 int numcols = (int) (output_cols - input_cols); in expand_right_edge() 145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local 159 cinfo->image_width, output_cols * h_expand); in int_downsample() 164 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local 226 cinfo->image_width, output_cols * 2); in h2v1_downsample() 232 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local 263 cinfo->image_width, output_cols * 2); in h2v2_downsample() [all …]
|