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

  /external/libvpx/vp8/encoder/
encodemv.c 231 const vp8_prob new_p,
237 const int new_b = vp8_cost_branch(ct, new_p);
242 *cur_p = new_p;
244 vp8_write_literal(w, new_p >> 1, 7);
397 const vp8_prob *const new_p = Pnew + MVPshort; local
404 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
410 const vp8_prob *const new_p = Pnew + MVPbits; local
417 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/dbus/dbus/
dbus-marshal-byteswap.c 40 unsigned char **new_p)
211 if (new_p)
212 *new_p = p;
dbus-marshal-validate.c 304 const unsigned char **new_p)
676 if (new_p)
677 *new_p = p;
    [all...]
  /external/openssl/ssl/
kssl.c 2163 krb5_principal new_p = NULL; local
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 404 void* new_p = realloc(p, start_sizes[s] + deltas[d]); local
405 CHECK_EQ(p, new_p); // realloc should not allocate new memory
409 void* new_p = realloc(p, start_sizes[s] - deltas[d]); local
410 CHECK_EQ(p, new_p); // realloc should not allocate new memory
  /external/quake/quake/src/QW/server/
pr_edict.c 687 char *new, *new_p; local
692 new_p = new;
700 *new_p++ = '\n';
702 *new_p++ = '\\';
705 *new_p++ = string[i];
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 695 char *new_, *new_p; local
700 new_p = new_;
708 *new_p++ = '\n';
710 *new_p++ = '\\';
713 *new_p++ = string[i];
  /gdk/samples/quake/jni/
pr_edict.cpp 695 char *new_, *new_p; local
700 new_p = new_;
708 *new_p++ = '\n';
710 *new_p++ = '\\';
713 *new_p++ = string[i];
  /external/webp/src/enc/
frame.c 174 const int new_p = CalcTokenProba(cnt[0], cnt[1]); local
177 const uint64_t new_cost = VP8BranchCost(cnt[0], cnt[1], new_p)
182 proba->coeffs_[t][b][c][p] = new_p;

Completed in 246 milliseconds