Searched refs:outcol (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jcsample-altivec.c | 35 int outrow, outcol; in jsimd_h2v1_downsample_altivec() local 56 for (outcol = output_cols; outcol > 0; in jsimd_h2v1_downsample_altivec() 57 outcol -= 16, inptr += 32, outptr += 16) { in jsimd_h2v1_downsample_altivec() 67 if (outcol > 8) { in jsimd_h2v1_downsample_altivec() 91 int inrow, outrow, outcol; in jsimd_h2v2_downsample_altivec() local 116 for (outcol = output_cols; outcol > 0; in jsimd_h2v2_downsample_altivec() 117 outcol -= 16, inptr0 += 32, inptr1 += 32, outptr += 16) { in jsimd_h2v2_downsample_altivec() 135 if (outcol > 8) { in jsimd_h2v2_downsample_altivec()
|
D | jcsample-sse2-64.asm | 145 sub rcx, byte SIZEOF_XMMWORD ; outcol 304 sub rcx, byte SIZEOF_XMMWORD ; outcol
|
D | jcsample-mmx.asm | 141 sub ecx, byte SIZEOF_MMWORD ; outcol 298 sub ecx, byte SIZEOF_MMWORD ; outcol
|
D | jcsample-sse2.asm | 151 sub ecx, byte SIZEOF_XMMWORD ; outcol 321 sub ecx, byte SIZEOF_XMMWORD ; outcol
|
/external/libjpeg-turbo/ |
D | jcsample.c | 151 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local 171 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample() 172 outcol++, outcol_h += h_expand) { in int_downsample() 223 JDIMENSION outcol; in h2v1_downsample() local 239 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample() 260 JDIMENSION outcol; in h2v2_downsample() local 278 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
|