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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 71 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 378 ret = ret && mv[i].as_mv.row < MV_UPP && mv[i].as_mv.row > MV_LOW;
379 ret = ret && mv[i].as_mv.col < MV_UPP && mv[i].as_mv.col > MV_LOW;

Completed in 25 milliseconds