Searched refs:this0o (Results 1 – 2 of 2) 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 63 this0o = (__vector unsigned short)VEC_UNPACKLU(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 123 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v2_downsample_altivec() 124 out0l = vec_add(this0e, this0o); in jsimd_h2v2_downsample_altivec()
|
D | jdsample-altivec.c | 39 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec() local 88 this0o = (__vector short)vec_mulo(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()
|