Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c32 if (x < mvnum_short) /* Small */ in encode_mvcomponent()
106 if (x < mvnum_short) in cost_mvcomponent()
240 unsigned int short_ct [mvnum_short]; in write_component_probs()
241 unsigned int short_bct [mvnum_short-1] [2]; in write_component_probs()
277 if (a < mvnum_short) in write_component_probs()
302 vp8_prob p [mvnum_short - 1]; /* actually only need branch ct */ in write_component_probs()
314 while (++j < mvnum_short - 1); in write_component_probs()
340 while (++j < mvnum_short - 1); in write_component_probs()
/external/libvpx/libvpx/vp8/common/
Dentropymv.h29 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator
37 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */