Searched refs:mvnum_short (Results 1 – 2 of 2) sorted by relevance
24 if (x < mvnum_short) { /* Small */ in encode_mvcomponent()91 if (x < mvnum_short) { in cost_mvcomponent()200 unsigned int short_ct[mvnum_short]; in write_component_probs()201 unsigned int short_bct[mvnum_short - 1][2]; in write_component_probs()232 if (a < mvnum_short) { in write_component_probs()253 vp8_prob p[mvnum_short - 1]; /* actually only need branch ct */ in write_component_probs()262 } while (++j < mvnum_short - 1); in write_component_probs()288 } while (++j < mvnum_short - 1); in write_component_probs()
27 mvnum_short = 8, /* magnitudes 0 through 7 */ enumerator35 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */