Searched refs:output_cols (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jcsample.c | 90 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument 96 int numcols = (int) (output_cols - input_cols); in expand_right_edge() 147 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local 161 cinfo->image_width, output_cols * h_expand); in int_downsample() 166 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 219 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local 228 cinfo->image_width, output_cols * 2); in h2v1_downsample() 234 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 256 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local 265 cinfo->image_width, output_cols * 2); in h2v2_downsample() [all …]
|
/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 …]
|
/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 …]
|
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
D | jcsamss2-64.asm | 53 shl rcx,3 ; imul rcx,DCTSIZE (rcx = output_cols) 61 shl rcx,1 ; output_cols * 2 89 pop rcx ; output_cols 197 shl rcx,3 ; imul rcx,DCTSIZE (rcx = output_cols) 205 shl rcx,1 ; output_cols * 2 233 pop rcx ; output_cols
|
D | jcsammmx.asm | 55 shl ecx,3 ; imul ecx,DCTSIZE (ecx = output_cols) 63 shl ecx,1 ; output_cols * 2 92 pop ecx ; output_cols 197 shl ecx,3 ; imul ecx,DCTSIZE (ecx = output_cols) 205 shl ecx,1 ; output_cols * 2 234 pop ecx ; output_cols
|
D | jcsamss2.asm | 55 shl ecx,3 ; imul ecx,DCTSIZE (ecx = output_cols) 63 shl ecx,1 ; output_cols * 2 92 pop ecx ; output_cols 210 shl ecx,3 ; imul ecx,DCTSIZE (ecx = output_cols) 218 shl ecx,1 ; output_cols * 2 247 pop ecx ; output_cols
|