Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c198 unsigned int bit_ct[mvlong_width][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()
241 bit_ct[k][(a >> k) & 1] += c; in write_component_probs()
269 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs()
298 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()