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

  /external/webp/src/dec/
common.h 32 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 121 #define TM_PRED 9 // True-motion
129 #define INTRA_MODES (TM_PRED + 1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 74 TM_PRED, // True-motion
86 #define INTRA_MODES (TM_PRED + 1)
  /external/libvpx/libvpx/vp8/common/
blockd.h 79 TM_PRED, /* Truemotion prediction */
105 #define VP8_UV_MODES (TM_PRED + 1)
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 52 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 79 TM_PRED, /* Truemotion prediction */
105 #define VP8_UV_MODES (TM_PRED + 1)
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,

Completed in 384 milliseconds