Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodemv.c230 vp8_prob *const cur_p, in update() argument
236 const int cur_b = vp8_cost_branch(ct, *cur_p); in update()
242 *cur_p = new_p; in update()
398 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs() local
404 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
411 vp8_prob *const cur_p = Pcur + MVPbits; in write_component_probs() local
417 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/external/chromium/third_party/libevent/
Dhttp.c429 struct tm *cur_p; in evhttp_maybe_add_date_header() local
432 cur_p = gmtime(&t); in evhttp_maybe_add_date_header()
435 cur_p = &cur; in evhttp_maybe_add_date_header()
438 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) { in evhttp_maybe_add_date_header()