HomeSort by relevance Sort by last modified time
    Searched refs:cur_p (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 201 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);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 127 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p,
131 const int cur_b = cost_branch256(ct, *cur_p);
135 *cur_p = mod_p;
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 151 PRCList *cur_p; local
154 cur_p = PR_LIST_TAIL(list);
155 PR_REMOVE_LINK(cur_p);
156 dtls_FreeHandshakeMessage((DTLSQueuedMessage *)cur_p);
    [all...]
  /external/chromium/third_party/libevent/
http.c 429 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) {
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 429 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) {
    [all...]

Completed in 172 milliseconds