Searched refs:cur_p (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c201 vp8_prob *const cur_p,
207 const int cur_b = vp8_cost_branch(ct, *cur_p);
213 *cur_p = new_p;
332 vp8_prob *const cur_p = Pcur + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
345 vp8_prob *const cur_p = Pcur + MVPbits; local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
198 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/vp8/encoder/
H A Dencodemv.c201 vp8_prob *const cur_p,
207 const int cur_b = vp8_cost_branch(ct, *cur_p);
213 *cur_p = new_p;
332 vp8_prob *const cur_p = Pcur + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
345 vp8_prob *const cur_p = Pcur + MVPbits; local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
198 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, argument
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
143 *cur_p = new_p;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, argument
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
143 *cur_p = new_p;
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c151 PRCList *cur_p; local
154 cur_p = PR_LIST_TAIL(list);
155 PR_REMOVE_LINK(cur_p);
156 dtls_FreeHandshakeMessage((DTLSQueuedMessage *)cur_p);
/external/chromium_org/third_party/libevent/
H A Dhttp.c429 struct tm *cur_p; local
432 cur_p = gmtime(&t);
435 cur_p = &cur;
438 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) {

Completed in 1517 milliseconds