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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemv.c201 vp8_prob *const cur_p,
207 const int cur_b = vp8_cost_branch(ct, *cur_p);
213 *cur_p = new_p;
332 vp8_prob *const cur_p = Pcur + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
345 vp8_prob *const cur_p = Pcur + MVPbits; local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
198 update( vp8_writer *const w, const unsigned int ct[2], vp8_prob *const cur_p, const vp8_prob new_p, const vp8_prob update_p, int *updated ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, argument
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
143 *cur_p = new_p;

Completed in 59 milliseconds