Home
last modified time | relevance | path

Searched refs:MFQE_PRECISION (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c18 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight8x8_msa()
49 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight8x8_msa()
60 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight8x8_msa()
70 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight16x16_msa()
89 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
99 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
109 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
119 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
/external/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c18 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight8x8_msa()
49 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight8x8_msa()
60 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight8x8_msa()
70 int32_t dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight16x16_msa()
92 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
102 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
112 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
122 SRARI_H2_SH(res_h_r, res_h_l, MFQE_PRECISION); in filter_by_weight16x16_msa()
/external/libvpx/vp8/common/
Dmfqe.c33 int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight()
34 int rounding_bit = 1 << (MFQE_PRECISION - 1); in filter_by_weight()
40 MFQE_PRECISION; in filter_by_weight()
181 ifactor = (sad << MFQE_PRECISION) / thr; in multiframe_quality_enhance_block()
Dpostproc.h38 #define MFQE_PRECISION 4 macro
/external/libvpx/vp9/common/
Dvp9_mfqe.c24 const int dst_weight = (1 << MFQE_PRECISION) - src_weight; in filter_by_weight()
25 const int rounding_bit = 1 << (MFQE_PRECISION - 1); in filter_by_weight()
31 MFQE_PRECISION; in filter_by_weight()
148 const int adj = qdiff >> MFQE_PRECISION; in get_thr()
183 const int weight = 1 << MFQE_PRECISION; in mfqe_block()
Dvp9_postproc.h38 #define MFQE_PRECISION 4 macro
/external/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm285 tMFQE: ; 1 << MFQE_PRECISION
288 tMFQE_round: ; 1 << (MFQE_PRECISION - 1)
/external/libvpx/vp8/common/x86/
Dmfqe_sse2.asm284 tMFQE: ; 1 << MFQE_PRECISION
287 tMFQE_round: ; 1 << (MFQE_PRECISION - 1)