Home
last modified time | relevance | path

Searched refs:PCKEV_AVG_ST_UB (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_avg_vert_msa.c459 PCKEV_AVG_ST_UB(tmp1, tmp0, dst0, dst); in common_vt_2t_and_aver_dst_16w_msa()
466 PCKEV_AVG_ST_UB(tmp3, tmp2, dst1, dst); in common_vt_2t_and_aver_dst_16w_msa()
471 PCKEV_AVG_ST_UB(tmp1, tmp0, dst2, dst); in common_vt_2t_and_aver_dst_16w_msa()
476 PCKEV_AVG_ST_UB(tmp3, tmp2, dst3, dst); in common_vt_2t_and_aver_dst_16w_msa()
514 PCKEV_AVG_ST_UB(tmp1, tmp0, dst0, dst); in common_vt_2t_and_aver_dst_32w_msa()
518 PCKEV_AVG_ST_UB(tmp3, tmp2, dst1, dst + dst_stride); in common_vt_2t_and_aver_dst_32w_msa()
524 PCKEV_AVG_ST_UB(tmp1, tmp0, dst2, dst + 2 * dst_stride); in common_vt_2t_and_aver_dst_32w_msa()
528 PCKEV_AVG_ST_UB(tmp3, tmp2, dst3, dst + 3 * dst_stride); in common_vt_2t_and_aver_dst_32w_msa()
534 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 16); in common_vt_2t_and_aver_dst_32w_msa()
538 PCKEV_AVG_ST_UB(tmp3, tmp2, dst5, dst + 16 + dst_stride); in common_vt_2t_and_aver_dst_32w_msa()
[all …]
Dvpx_convolve8_avg_horiz_msa.c532 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in common_hz_2t_and_aver_dst_16w_msa()
534 PCKEV_AVG_ST_UB(res3, res2, dst1, dst); in common_hz_2t_and_aver_dst_16w_msa()
536 PCKEV_AVG_ST_UB(res5, res4, dst2, dst); in common_hz_2t_and_aver_dst_16w_msa()
538 PCKEV_AVG_ST_UB(res7, res6, dst3, dst); in common_hz_2t_and_aver_dst_16w_msa()
557 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in common_hz_2t_and_aver_dst_16w_msa()
559 PCKEV_AVG_ST_UB(res3, res2, dst1, dst); in common_hz_2t_and_aver_dst_16w_msa()
561 PCKEV_AVG_ST_UB(res5, res4, dst2, dst); in common_hz_2t_and_aver_dst_16w_msa()
563 PCKEV_AVG_ST_UB(res7, res6, dst3, dst); in common_hz_2t_and_aver_dst_16w_msa()
609 PCKEV_AVG_ST_UB(res1, res0, dst0, dst); in common_hz_2t_and_aver_dst_32w_msa()
610 PCKEV_AVG_ST_UB(res3, res2, dst1, (dst + 16)); in common_hz_2t_and_aver_dst_32w_msa()
[all …]
Dvpx_convolve8_avg_msa.c510 PCKEV_AVG_ST_UB(tmp1, tmp0, dst0, dst); in common_hv_2ht_2vt_and_aver_dst_16w_msa()
518 PCKEV_AVG_ST_UB(tmp1, tmp0, dst1, dst); in common_hv_2ht_2vt_and_aver_dst_16w_msa()
526 PCKEV_AVG_ST_UB(tmp1, tmp0, dst2, dst); in common_hv_2ht_2vt_and_aver_dst_16w_msa()
534 PCKEV_AVG_ST_UB(tmp1, tmp0, dst3, dst); in common_hv_2ht_2vt_and_aver_dst_16w_msa()
Dvpx_convolve_msa.h101 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) { \ macro