Searched refs:next0e (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec() local 71 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec() 73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec() 97 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec() local 139 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v2_downsample_altivec() 141 out0h = vec_add(next0e, next0o); in jsimd_h2v2_downsample_altivec()
|