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

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 17 #define DCT_CONST_BITS 14
18 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
  /external/libaom/libaom/aom_dsp/
txfm_common.h 19 #define DCT_CONST_BITS 14
20 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
87 tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);

Completed in 846 milliseconds