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

  /external/libvpx/libvpx/vp8/common/
entropymv.h 25 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator in enum:__anon10951
33 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 32 if (x < mvnum_short) /* Small */
106 if (x < mvnum_short)
240 unsigned int short_ct [mvnum_short];
241 unsigned int short_bct [mvnum_short-1] [2];
277 if (a < mvnum_short)
302 vp8_prob p [mvnum_short - 1]; /* actually only need branch ct */
314 while (++j < mvnum_short - 1);
340 while (++j < mvnum_short - 1);

Completed in 503 milliseconds