Home
last modified time | relevance | path

Searched refs:this0e (Results 1 – 2 of 2) 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
62 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v1_downsample_altivec()
64 outl = vec_add(this0e, this0o); in jsimd_h2v1_downsample_altivec()
97 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec() local
122 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v2_downsample_altivec()
124 out0l = vec_add(this0e, this0o); in jsimd_h2v2_downsample_altivec()
Djdsample-altivec.c39 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec() local
87 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
89 this0l = vec_mergeh(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec()
90 this0h = vec_mergel(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec()