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

  /external/libvpx/vp8/common/
entropymv.h 22 mvlong_width = 10, /* Large MVs have 9 bit magnitudes */ enumerator in enum:__anon5070
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
32 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
  /external/libvpx/vp8/encoder/
encodemv.c 51 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */
124 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */
267 unsigned int bit_ct [mvlong_width] [2];
313 int k = mvlong_width - 1;
350 int k = mvlong_width - 1;
389 while (++j < mvlong_width);
419 while (++j < mvlong_width);
mcomp.c 213 int minc = MAX(x->mv_col_min << 2, (ref_mv->col >> 1) - ((1 << mvlong_width) - 1));
214 int maxc = MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1));
215 int minr = MAX(x->mv_row_min << 2, (ref_mv->row >> 1) - ((1 << mvlong_width) - 1));
216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1));
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 154 i = mvlong_width - 1; /* Skip bit 3, which is sometimes implicit */

Completed in 51 milliseconds