Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c28 if (x < mvnum_short) /* Small */ in encode_mvcomponent()
97 if (x < mvnum_short) { in cost_mvcomponent()
206 unsigned int short_ct[mvnum_short]; in write_component_probs()
207 unsigned int short_bct[mvnum_short - 1][2]; in write_component_probs()
238 if (a < mvnum_short) { in write_component_probs()
259 vp8_prob p[mvnum_short - 1]; /* actually only need branch ct */ in write_component_probs()
268 } while (++j < mvnum_short - 1); in write_component_probs()
294 } while (++j < mvnum_short - 1); in write_component_probs()
/external/libvpx/libvpx/vp8/common/
Dentropymv.h27 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator
35 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */