Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c236 unsigned int is_short_ct[2], sign_ct[2]; in write_component_probs() local
248 vp8_zero(is_short_ct) in write_component_probs()
259 is_short_ct [0] += c; /* Short vector */ in write_component_probs()
279 is_short_ct [0] += c; /* Short vector */ in write_component_probs()
285 is_short_ct [1] += c; /* Long vector */ in write_component_probs()
297 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs()
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()