Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemv.c238 unsigned int bit_ct [mvlong_width] [2]; in write_component_probs() local
250 vp8_zero(bit_ct) in write_component_probs()
289 bit_ct [k] [(a >> k) & 1] += c; in write_component_probs()
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs()
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()