Home
last modified time | relevance | path

Searched refs:MV_IN_USE_BITS (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymv.h74 #define MV_IN_USE_BITS 14 macro
75 #define MV_UPP (1 << MV_IN_USE_BITS)
76 #define MV_LOW (-(1 << MV_IN_USE_BITS))
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h79 #define MV_IN_USE_BITS 14 macro
80 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)
81 #define MV_LOW (-(1 << MV_IN_USE_BITS))