Searched defs:cur_p (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c173 vp8_prob *const cur_p, const vp8_prob new_p,
175 const int cur_b = vp8_cost_branch(ct, *cur_p);
182 *cur_p = new_p;
285 vp8_prob *const cur_p = Pcur + MVPshort; local
290 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
297 vp8_prob *const cur_p = Pcur + MVPbits; local
302 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
172 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
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c143 static int update_mv(vpx_writer *w, const unsigned int ct[2], vpx_prob *cur_p, argument
146 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
151 *cur_p = new_p;
/external/libevent/test/
H A Dregress_util.c1382 create_tm_from_unix_epoch(struct tm *cur_p, const time_t t) argument
1390 *cur_p = *tmp;
1392 gmtime_r(&t, cur_p);

Completed in 159 milliseconds