Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodemv.c265 unsigned int is_short_ct[2], sign_ct[2]; in write_component_probs() local
278 vp8_zero(sign_ct) in write_component_probs()
303 sign_ct [0] += c1; in write_component_probs()
304 sign_ct [1] += c2; in write_component_probs()
365 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
394 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()