Searched refs:this0e (Results 1 – 2 of 2) 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 61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v1_downsample_altivec() 63 outl = vec_add(this0e, this0o); in jsimd_h2v1_downsample_altivec() 96 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec() local 121 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v2_downsample_altivec() 123 out0l = vec_add(this0e, this0o); in jsimd_h2v2_downsample_altivec()
|
D | jdsample-altivec.c | 40 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec() local 82 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec() 84 this0l = vec_mergeh(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec() 85 this0h = vec_mergel(this0e, this0o); in jsimd_h2v1_fancy_upsample_altivec()
|