Home
last modified time | relevance | path

Searched refs:mvnum_short (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemv.c32 if (x < mvnum_short) // Small in encode_mvcomponent()
106 if (x < mvnum_short) in cost_mvcomponent()
269 unsigned int short_ct [mvnum_short]; in write_component_probs()
270 unsigned int short_bct [mvnum_short-1] [2]; in write_component_probs()
306 if (a < mvnum_short) in write_component_probs()
368 vp8_prob p [mvnum_short - 1]; /* actually only need branch ct */ in write_component_probs()
380 while (++j < mvnum_short - 1); in write_component_probs()
406 while (++j < mvnum_short - 1); in write_component_probs()
/external/libvpx/vp8/common/
Dentropymv.h23 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */