Home
last modified time | relevance | path

Searched refs:rounding_bit (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
Dtemporal_filter_apply_sse2.asm39 %define rounding_bit 48
/external/libvpx/libvpx/vp8/common/
Dmfqe.c34 int rounding_bit = 1 << (MFQE_PRECISION - 1); 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.c25 const int rounding_bit = 1 << (MFQE_PRECISION - 1); in filter_by_weight() local
30 dst[c] = (src[c] * src_weight + dst[c] * dst_weight + rounding_bit) >> in filter_by_weight()