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

  /external/libvpx/libvpx/vp8/common/
entropymv.h 21 mv_max = 1023, /* max absolute value of a MV component */ enumerator in enum:__anon26114
22 MVvals = (2 * mv_max) + 1, /* # possible values "" */
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 140 } while (++i <= mv_max);
153 } while (++i <= mv_max);
217 const int c = events[mv_max];
223 /* j: 1 ~ mv_max (1023) */
228 const int c1 = events[mv_max + j]; /* positive */
229 const int c2 = events[mv_max - j]; /* negative */
249 } while (++j <= mv_max);
rdopt.c     [all...]
pickinter.c 384 x->MVcount[0][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.row -
387 x->MVcount[1][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.col -
    [all...]
onyx_if.c     [all...]

Completed in 548 milliseconds