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

  /external/libvpx/vp8/encoder/
encodemv.c 230 vp8_prob *const cur_p,
236 const int cur_b = vp8_cost_branch(ct, *cur_p);
242 *cur_p = new_p;
398 vp8_prob *const cur_p = Pcur + MVPshort; local
404 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
411 vp8_prob *const cur_p = Pcur + MVPbits; local
417 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /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...]

Completed in 422 milliseconds