Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djcsample-altivec.c41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec() local
72 next0o = (__vector unsigned short)VEC_UNPACKLU(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
140 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
141 out0h = vec_add(next0e, next0o); in jsimd_h2v2_downsample_altivec()