Home
last modified time | relevance | path

Searched refs:src_wt (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
27 src_wt = __msa_fill_h(src_weight); in filter_by_weight8x8_msa()
45 res_h_r = (src_r * src_wt); in filter_by_weight8x8_msa()
47 res_h_l = (src_l * src_wt); in filter_by_weight8x8_msa()
56 res_h_r = (src_r * src_wt); in filter_by_weight8x8_msa()
58 res_h_l = (src_l * src_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
75 src_wt = __msa_fill_h(src_weight); in filter_by_weight16x16_msa()
85 res_h_r = (src_r * src_wt); in filter_by_weight16x16_msa()
87 res_h_l = (src_l * src_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
27 src_wt = __msa_fill_h(src_weight); in filter_by_weight8x8_msa()
45 res_h_r = (src_r * src_wt); in filter_by_weight8x8_msa()
47 res_h_l = (src_l * src_wt); in filter_by_weight8x8_msa()
56 res_h_r = (src_r * src_wt); in filter_by_weight8x8_msa()
58 res_h_l = (src_l * src_wt); in filter_by_weight8x8_msa()
74 v8i16 src_wt, dst_wt; in filter_by_weight16x16_msa() local
78 src_wt = __msa_fill_h(src_weight); in filter_by_weight16x16_msa()
88 res_h_r = (src_r * src_wt); in filter_by_weight16x16_msa()
90 res_h_l = (src_l * src_wt); in filter_by_weight16x16_msa()
[all …]