Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c159 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) { in calc_prob() function
248 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs()
250 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
260 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs()
269 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs()