Home
last modified time | relevance | path

Searched refs:outcol (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/simd/
Djcsample-altivec.c35 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()
Djcsample-sse2-64.asm145 sub rcx, byte SIZEOF_XMMWORD ; outcol
304 sub rcx, byte SIZEOF_XMMWORD ; outcol
Djcsample-mmx.asm141 sub ecx, byte SIZEOF_MMWORD ; outcol
298 sub ecx, byte SIZEOF_MMWORD ; outcol
Djcsample-sse2.asm151 sub ecx, byte SIZEOF_XMMWORD ; outcol
321 sub ecx, byte SIZEOF_XMMWORD ; outcol
/external/libjpeg-turbo/
Djcsample.c151 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()