Home
last modified time | relevance | path

Searched refs:cur_p (Results 1 – 6 of 6) 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/chromium_org/third_party/libvpx/source/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.c136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, in update_mv() argument
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
143 *cur_p = new_p; in update_mv()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encodemv.c136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, in update_mv() argument
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
143 *cur_p = new_p; in update_mv()
/external/chromium_org/net/third_party/nss/ssl/
Ddtlscon.c151 PRCList *cur_p; in dtls_FreeHandshakeMessages() local
154 cur_p = PR_LIST_TAIL(list); in dtls_FreeHandshakeMessages()
155 PR_REMOVE_LINK(cur_p); in dtls_FreeHandshakeMessages()
156 dtls_FreeHandshakeMessage((DTLSQueuedMessage *)cur_p); in dtls_FreeHandshakeMessages()
/external/chromium_org/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()