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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_enums.h 66 } TX_SIZE;
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 75 typedef uint8_t TX_SIZE;
76 #define TX_4X4 ((TX_SIZE)0) // 4x4 transform
77 #define TX_8X8 ((TX_SIZE)1) // 8x8 transform
78 #define TX_16X16 ((TX_SIZE)2) // 16x16 transform
79 #define TX_32X32 ((TX_SIZE)3) // 32x32 transform
80 #define TX_SIZES ((TX_SIZE)4)

Completed in 81 milliseconds