Home
last modified time | relevance | path

Searched refs:sign_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
249 vp8_zero(sign_ct) in write_component_probs()
274 sign_ct [0] += c1; in write_component_probs()
275 sign_ct [1] += c2; in write_component_probs()
299 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()