Searched defs:DCT_CONST_BITS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h27 #define DCT_CONST_BITS 14 macro
28 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
94 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h27 #define DCT_CONST_BITS 14 macro
28 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
83 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);

Completed in 193 milliseconds