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

  /external/libvpx/vp8/common/
entropymv.h 23 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator in enum:__anon5070
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
  /external/libvpx/vp8/encoder/
encodemv.c 32 if (x < mvnum_short) // Small
106 if (x < mvnum_short)
269 unsigned int short_ct [mvnum_short];
270 unsigned int short_bct [mvnum_short-1] [2];
306 if (a < mvnum_short)
343 if( a < mvnum_short)
368 vp8_prob p [mvnum_short - 1]; /* actually only need branch ct */
380 while (++j < mvnum_short - 1);
406 while (++j < mvnum_short - 1);

Completed in 16 milliseconds