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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 27 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT)
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 634 op[0] = a1 * UNIT_QUANT_FACTOR;
635 op[1] = c1 * UNIT_QUANT_FACTOR;
636 op[2] = d1 * UNIT_QUANT_FACTOR;
637 op[3] = b1 * UNIT_QUANT_FACTOR;
    [all...]

Completed in 26 milliseconds