Searched refs:mvpis_short (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 25 vp8_write(w, 0, p[mvpis_short]); in encode_mvcomponent() 32 vp8_write(w, 1, p[mvpis_short]); in encode_mvcomponent() 92 cost = vp8_cost_zero(p[mvpis_short]) + in cost_mvcomponent() 98 cost = vp8_cost_one(p[mvpis_short]); in cost_mvcomponent() 248 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs() 274 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, in write_component_probs()
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.h | 31 mvpis_short = 0, /* short (<= 7) vs long (>= 8) */ enumerator
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 68 if (vp8_read(r, p[mvpis_short])) { /* Large */ in read_mvcomponent()
|