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