Searched refs:outcol (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcsample.c | 144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local 164 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 165 outcol++, outcol_h += h_expand) { in int_downsample() 216 JDIMENSION outcol; in h2v1_downsample() local 232 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 253 JDIMENSION outcol; in h2v2_downsample() local 271 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
|
/external/libjpeg-turbo/ |
D | jcsample.c | 149 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local 169 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 170 outcol++, outcol_h += h_expand) { in int_downsample() 221 JDIMENSION outcol; in h2v1_downsample() local 237 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 258 JDIMENSION outcol; in h2v2_downsample() local 276 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcsample.c | 155 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local 175 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 176 outcol++, outcol_h += h_expand) { in int_downsample() 228 JDIMENSION outcol; in h2v1_downsample() local 244 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 265 JDIMENSION outcol; in h2v2_downsample() local 283 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
|
/external/libjpeg-turbo/simd/ |
D | jcsample-sse2-64.asm | 146 sub rcx, byte SIZEOF_XMMWORD ; outcol 305 sub rcx, byte SIZEOF_XMMWORD ; outcol
|
D | jcsample-mmx.asm | 142 sub ecx, byte SIZEOF_MMWORD ; outcol 299 sub ecx, byte SIZEOF_MMWORD ; outcol
|
D | jcsample-sse2.asm | 152 sub ecx, byte SIZEOF_XMMWORD ; outcol 322 sub ecx, byte SIZEOF_XMMWORD ; outcol
|