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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemv.c187 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) function
297 calc_prob(Pnew + mvpis_short, is_short_ct);
299 calc_prob(Pnew + MVPsign, sign_ct);
312 calc_prob(Pnew + MVPshort + j, short_bct[j]);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);

Completed in 1024 milliseconds