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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 80 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 390 return mv->row > MV_LOW && mv->row < MV_UPP && mv->col > MV_LOW &&
391 mv->col < MV_UPP;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 45 col_max = VPXMIN(col_max, (MV_UPP >> 3) - 1);
46 row_max = VPXMIN(row_max, (MV_UPP >> 3) - 1);
69 subpel_mv_limits->col_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->col_max);
71 subpel_mv_limits->row_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->row_max);
    [all...]

Completed in 88 milliseconds