Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c169 vp8_prob *const cur_p, const vp8_prob new_p, in update() argument
171 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
178 *cur_p = new_p; in update()
281 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs() local
286 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
293 vp8_prob *const cur_p = Pcur + MVPbits; in write_component_probs() local
298 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c143 static int update_mv(vpx_writer *w, const unsigned int ct[2], vpx_prob *cur_p, in update_mv() argument
146 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
151 *cur_p = new_p; in update_mv()
/external/libevent/test/
Dregress_util.c1490 create_tm_from_unix_epoch(struct tm *cur_p, const time_t t) in create_tm_from_unix_epoch() argument
1498 *cur_p = *tmp; in create_tm_from_unix_epoch()
1500 gmtime_r(&t, cur_p); in create_tm_from_unix_epoch()