HomeSort by relevance Sort by last modified time
    Searched full:rounding_bit (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 37 %define rounding_bit 48
56 movdqa [rsp + rounding_bit], xmm5
112 paddw xmm0, [rsp + rounding_bit]
113 paddw xmm1, [rsp + rounding_bit]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 34 int rounding_bit = 1 << (MFQE_PRECISION - 1); local
43 rounding_bit) >> MFQE_PRECISION;

Completed in 93 milliseconds