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

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.h 23 #define QINDEX_RANGE (MAXQ - MINQ + 1)
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 34 #define QINDEX_RANGE (MAXQ + 1)
65 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]);
66 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][2]);
67 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][2]);

Completed in 556 milliseconds