Home
last modified time | relevance | path

Searched refs:dst_l (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c25 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight8x8_msa() local
44 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
48 res_h_l += (dst_l * dst_wt); in filter_by_weight8x8_msa()
55 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
59 res_h_l += (dst_l * dst_wt); in filter_by_weight8x8_msa()
73 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight16x16_msa() local
84 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
88 res_h_l += (dst_l * dst_wt); in filter_by_weight16x16_msa()
94 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
98 res_h_l += (dst_l * dst_wt); in filter_by_weight16x16_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c25 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; in filter_by_weight8x8_msa() local
44 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
48 res_h_l += (dst_l * dst_wt); in filter_by_weight8x8_msa()
55 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
59 res_h_l += (dst_l * dst_wt); in filter_by_weight8x8_msa()
76 v8i16 src_r, src_l, dst_r, dst_l; in filter_by_weight16x16_msa() local
87 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
91 res_h_l += (dst_l * dst_wt); in filter_by_weight16x16_msa()
97 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
101 res_h_l += (dst_l * dst_wt); in filter_by_weight16x16_msa()
[all …]