HomeSort by relevance Sort by last modified time
    Searched defs:newp (Results 26 - 46 of 46) sorted by null

12

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
845 const int new_b = vp8_cost_branch(ct, newp);
896 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
899 const int s = prob_update_savings(ct, oldp, newp, upd);
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp))
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
1110 prob_update_savings(ct, oldp, newp, upd);
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t] local
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 533 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
540 old_frame_coef_probs[i][j][k][l], &newp, upd);
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
570 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
578 old_frame_coef_probs[i][j][k][l], &newp, upd);
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
615 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 3111 vki_sigaction_toK_t new, *newp; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
845 const int new_b = vp8_cost_branch(ct, newp);
896 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
899 const int s = prob_update_savings(ct, oldp, newp, upd);
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp))
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
1110 prob_update_savings(ct, oldp, newp, upd);
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t] local
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 533 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
540 old_frame_coef_probs[i][j][k][l], &newp, upd);
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
570 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
578 old_frame_coef_probs[i][j][k][l], &newp, upd);
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
615 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
    [all...]
  /external/dnsmasq/src/
option.c 879 unsigned char *p, *m = NULL, *newp; local
895 newp = opt_malloc(len + strlen(arg) + 2 + header_size);
897 memcpy(newp, m, header_size + len);
898 m = newp;
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 2896 char *newp = (char *) alloca (idmax *= 2); local
    [all...]
ldscript.c 2158 struct id_list *newp = new_id_listelem ((yyvsp[(2) - (3)].str)); local
2449 struct expression *newp = (struct expression *) local
2460 struct input_section_name *newp = (struct input_section_name *) local
2472 struct input_rule *newp = (struct input_rule *) local
2484 struct output_rule *newp = (struct output_rule *) local
2498 struct assignment *newp = (struct assignment *) local
2514 struct output_segment *newp; local
2549 struct filename_list *newp; local
2612 struct id_list *newp; local
2631 struct version *newp; local
    [all...]
elflint.c 1249 struct loaded_segment *newp = xmalloc (sizeof (*newp)); local
    [all...]
ldgeneric.c 285 check_for_duplicate2 (struct usedfiles *newp, struct usedfiles *list)
301 if (unlikely (list->ino == newp->ino)
302 && unlikely (list->dev == newp->dev))
304 close (newp->fd);
305 newp->fd = -1;
306 newp->status = closed;
307 if (newp->file_type == relocatable_file_type)
309 newp->rfname);
322 check_for_duplicate (struct usedfiles *newp)
326 if (unlikely (fstat (newp->fd, &st) < 0)
1433 struct symbol *newp; local
1539 struct symbol *newp; local
1835 struct usedfiles *newp; local
1926 struct usedfiles *newp; local
2103 struct usedfiles *newp; local
2136 char *newp; local
2416 struct scnhead *newp; local
2906 struct scnhead *newp; local
3200 struct member *newp; local
4749 struct scnlist *newp; local
5494 struct Ebl_Strtab *newp = ebl_strtabinit (true); local
5564 char *newp = (char *) obstack_alloc (&ld_state.smem, namelen); local
    [all...]
readelf.c 5397 struct cieinfo *newp = alloca (sizeof (*newp)); local
6634 struct mac_culist *newp = (struct mac_culist *) alloca (sizeof (*newp)); local
    [all...]
  /external/libsepol/src/
services.c 1412 policydb_t *newp; local
1479 policydb_t *newp; member in struct:__anon28448
    [all...]
  /external/ppp/pppd/
main.c 1259 struct callout *newp, *p, **pp; local
1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
1266 newp->c_arg = arg;
1267 newp->c_func = func;
1269 newp->c_time.tv_sec = timenow.tv_sec + secs;
1270 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1271 if (newp->c_time.tv_usec >= 1000000) {
1272 newp->c_time.tv_sec += newp->c_time.tv_usec / 1000000;
1273 newp->c_time.tv_usec %= 1000000
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 220 UnicodeString newp; fmt.toPattern(newp); local
221 if (!(newp == newpat[i]))
223 "; " + newp + " seen instead");
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 502 NPP_NewUPP newp; member in struct:_NPPluginFuncs
  /external/elfutils/0.153/libcpu/
i386_parse.c 1666 struct synonym *newp = xmalloc (sizeof (*newp)); local
1693 struct instruction *newp = xcalloc (sizeof (*newp), local
2282 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); local
2627 struct argstring *newp = xmalloc (sizeof (*newp)); local
2640 struct argstring *newp = xmalloc (sizeof (*newp)); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 243 UnicodeString newp; fmt.toPattern(newp); local
244 if (!(newp == newpat[i]))
246 "; " + newp + " seen instead");
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 3585 PatternMatcher[] newp = new PatternMatcher[N+1]; local
3676 PathPermission[] newp = new PathPermission[N+1]; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 3888 mchunkptr newp = (mchunkptr)(cp + offset); local
4835 mchunkptr newp = 0; local
4948 mchunkptr newp = (mchunkptr)pos; local
5233 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5271 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
5792 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5831 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3208 mchunkptr newp = (mchunkptr)(cp + offset); local
3791 mchunkptr newp = 0; local
3894 mchunkptr newp = (mchunkptr)pos; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 348 PackageSetting newp = new PackageSetting(p); local
349 replacePackageLPw(name, newp);
    [all...]

Completed in 1096 milliseconds

12