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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h 73 #define MV_IN_USE_BITS 14
74 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)
75 #define MV_LOW (-(1 << MV_IN_USE_BITS))
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 73 #define MV_IN_USE_BITS 14
74 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)
75 #define MV_LOW (-(1 << MV_IN_USE_BITS))

Completed in 31 milliseconds