Home
last modified time | relevance | path

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

/external/rust/crates/num-integer/tests/
Droots.rs63 let rounding_bit = T::one() << (bits - MANTISSA_DIGITS as usize - 1); in mantissa_max() localVariable
64 let x = T::max_value() - rounding_bit; in mantissa_max()
/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()