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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 73 #define MV_MAX ((1 << MV_MAX_BITS) - 1)
74 #define MV_VALS ((MV_MAX << 1) + 1)
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 347 const int minc = MAX(x->mv_col_min << 3, ref_mv->as_mv.col - MV_MAX);
348 const int maxc = MIN(x->mv_col_max << 3, ref_mv->as_mv.col + MV_MAX);
349 const int minr = MAX(x->mv_row_min << 3, ref_mv->as_mv.row - MV_MAX);
350 const int maxr = MIN(x->mv_row_max << 3, ref_mv->as_mv.row + MV_MAX);
557 const int minc = MAX(x->mv_col_min << 3, ref_mv->as_mv.col - MV_MAX);
558 const int maxc = MIN(x->mv_col_max << 3, ref_mv->as_mv.col + MV_MAX);
559 const int minr = MAX(x->mv_row_min << 3, ref_mv->as_mv.row - MV_MAX);
560 const int maxr = MIN(x->mv_row_max << 3, ref_mv->as_mv.row + MV_MAX);
    [all...]
vp9_onyx_if.c     [all...]
vp9_encodemv.c 94 for (v = 1; v <= MV_MAX; ++v) {

Completed in 1877 milliseconds