Home
last modified time | relevance | path

Searched refs:dst_weight (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c18 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight8x8_msa() local
28 dst_wt = __msa_fill_h(dst_weight); in filter_by_weight8x8_msa()
70 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight16x16_msa() local
76 dst_wt = __msa_fill_h(dst_weight); in filter_by_weight16x16_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c18 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight8x8_msa() local
28 dst_wt = __msa_fill_h(dst_weight); in filter_by_weight8x8_msa()
70 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight16x16_msa() local
79 dst_wt = __msa_fill_h(dst_weight); in filter_by_weight16x16_msa()
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm40 psubw xmm1, xmm0 ; dst_weight
62 ; dst * dst_weight
117 psubw xmm1, xmm0 ; dst_weight
136 ; dst * dst_weight
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm41 psubw xmm1, xmm0 ; dst_weight
63 ; dst * dst_weight
118 psubw xmm1, xmm0 ; dst_weight
137 ; dst * dst_weight
/external/libvpx/libvpx/vp8/common/
Dmfqe.c33 int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight() local
39 dst[c] = (src[c] * src_weight + dst[c] * dst_weight + rounding_bit) >> in filter_by_weight()
/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c24 const int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight() local
30 dst[c] = (src[c] * src_weight + dst[c] * dst_weight + rounding_bit) >> in filter_by_weight()