Lines Matching refs:filt
107 vec_u8 filt, a, pixh, pixl, outer; in put_vp8_epel_h_altivec_core() local
136 filt = vec_packsu(f16h, f16l); in put_vp8_epel_h_altivec_core()
137 vec_st(filt, 0, dst); in put_vp8_epel_h_altivec_core()
139 filt = vec_packsu(f16h, f16h); in put_vp8_epel_h_altivec_core()
140 vec_ste((vec_u32)filt, 0, (uint32_t*)dst); in put_vp8_epel_h_altivec_core()
142 vec_ste((vec_u32)filt, 4, (uint32_t*)dst); in put_vp8_epel_h_altivec_core()
199 vec_u8 s0, s1, s2, s3, s4, s5, filt, align_vech, perm_vec, align_vecl; in put_vp8_epel_v_altivec_core() local
235 filt = vec_packsu(f16h, f16l); in put_vp8_epel_v_altivec_core()
236 vec_st(filt, 0, dst); in put_vp8_epel_v_altivec_core()
238 filt = vec_packsu(f16h, f16h); in put_vp8_epel_v_altivec_core()
240 filt = (vec_u8)vec_splat((vec_u32)filt, 0); in put_vp8_epel_v_altivec_core()
242 vec_ste((vec_u32)filt, 4, (uint32_t*)dst); in put_vp8_epel_v_altivec_core()
243 vec_ste((vec_u32)filt, 0, (uint32_t*)dst); in put_vp8_epel_v_altivec_core()