Home
last modified time | relevance | path

Searched refs:sign_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()
229 sign_ct[0] += c1; in write_component_probs()
230 sign_ct[1] += c2; in write_component_probs()
250 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
277 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()