Searched refs:outh (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 72 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec() 73 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec() 74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec() 76 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec() 78 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec() 97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec() 149 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec() 150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec() [all …]
|