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.c196 unsigned int is_short_ct[2], sign_ct[2]; in write_component_probs() local
208 vp8_zero(is_short_ct) vp8_zero(sign_ct) vp8_zero(bit_ct) vp8_zero(short_ct) in write_component_probs()
215 is_short_ct[0] += c; /* Short vector */ in write_component_probs()
233 is_short_ct[0] += c; /* Short vector */ in write_component_probs()
237 is_short_ct[1] += c; /* Long vector */ in write_component_probs()
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()