Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c201 vp8_prob *const cur_p, in update() argument
207 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
213 *cur_p = new_p; in update()
332 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs() local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
345 vp8_prob *const cur_p = Pcur + MVPbits; in write_component_probs() local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c137 static int update_mv(vpx_writer *w, const unsigned int ct[2], vpx_prob *cur_p, in update_mv() argument
140 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
144 *cur_p = new_p; in update_mv()
/external/libevent/
Dhttp.c502 struct tm *cur_p; in evhttp_maybe_add_date_header() local
505 cur_p = gmtime(&t); in evhttp_maybe_add_date_header()
508 cur_p = &cur; in evhttp_maybe_add_date_header()
511 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) { in evhttp_maybe_add_date_header()