Searched refs:output_cols (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcsample.c | 89 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument 95 int numcols = (int) (output_cols - input_cols); in expand_right_edge() 146 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local 160 cinfo->image_width, output_cols * h_expand); in int_downsample() 165 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 218 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local 227 cinfo->image_width, output_cols * 2); in h2v1_downsample() 233 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 255 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local 264 cinfo->image_width, output_cols * 2); in h2v2_downsample() [all …]
|
/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 …]
|