Searched refs:PCKEV_XORI128_AVG_ST_UB (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_avg_horiz_msa.c | 194 PCKEV_XORI128_AVG_ST_UB(out1, out0, dst0, dst); in common_hz_8t_and_aver_dst_16w_msa() 196 PCKEV_XORI128_AVG_ST_UB(out3, out2, dst1, dst); in common_hz_8t_and_aver_dst_16w_msa() 252 PCKEV_XORI128_AVG_ST_UB(out1, out0, dst1, dst); in common_hz_8t_and_aver_dst_32w_msa() 253 PCKEV_XORI128_AVG_ST_UB(out3, out2, dst2, dst + 16); in common_hz_8t_and_aver_dst_32w_msa() 311 PCKEV_XORI128_AVG_ST_UB(out1, out0, dst1, &dst[cnt << 5]); in common_hz_8t_and_aver_dst_64w_msa() 312 PCKEV_XORI128_AVG_ST_UB(out3, out2, dst2, &dst[16 + (cnt << 5)]); in common_hz_8t_and_aver_dst_64w_msa()
|
D | vpx_convolve_msa.h | 93 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) { \ macro
|