HomeSort by relevance Sort by last modified time
    Searched refs:oldp (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_subexp.h 23 vp9_prob newp, vp9_prob oldp);
25 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
29 vp9_prob oldp, vp9_prob *bestp,
34 const vp9_prob *oldp,
vp9_subexp.c 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
110 const int delp = remap_prob(newp, oldp);
121 vp9_prob oldp, vp9_prob *bestp,
123 const int old_b = cost_branch256(ct, oldp);
125 vp9_prob newp, bestnewp = oldp;
126 const int step = *bestp > oldp ? -1 : 1;
128 for (newp = *bestp; newp != oldp; newp += step) {
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
    [all...]
vp9_bitstream.c 533 const vp9_prob oldp = old_coef_probs[i][j][k][l][t]; local
542 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
543 if (s > 0 && newp != oldp)
570 vp9_prob *oldp = old_coef_probs[i][j][k][l] + t; local
581 *oldp, &newp, upd);
582 if (s > 0 && newp != *oldp)
587 vp9_write_prob_diff_update(bc, newp, *oldp);
588 *oldp = newp;
615 vp9_prob *oldp = old_coef_probs[i][j][k][l] + t; local
629 *oldp, &newp, upd)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.h 23 vp9_prob newp, vp9_prob oldp);
25 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
29 vp9_prob oldp, vp9_prob *bestp,
34 const vp9_prob *oldp,
vp9_subexp.c 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
110 const int delp = remap_prob(newp, oldp);
121 vp9_prob oldp, vp9_prob *bestp,
123 const int old_b = cost_branch256(ct, oldp);
125 vp9_prob newp, bestnewp = oldp;
126 const int step = *bestp > oldp ? -1 : 1;
128 for (newp = *bestp; newp != oldp; newp += step) {
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
    [all...]
vp9_bitstream.c 534 const vp9_prob oldp = old_frame_coef_probs[i][j][k][l][t]; local
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
571 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
616 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
630 *oldp, &newp, upd)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.h 23 vp9_prob newp, vp9_prob oldp);
25 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
29 vp9_prob oldp, vp9_prob *bestp,
34 const vp9_prob *oldp,
vp9_subexp.c 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
110 const int delp = remap_prob(newp, oldp);
121 vp9_prob oldp, vp9_prob *bestp,
123 const int old_b = cost_branch256(ct, oldp);
125 vp9_prob newp, bestnewp = oldp;
126 const int step = *bestp > oldp ? -1 : 1;
128 for (newp = *bestp; newp != oldp; newp += step) {
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
    [all...]
vp9_bitstream.c 534 const vp9_prob oldp = old_frame_coef_probs[i][j][k][l][t]; local
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
571 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
616 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
630 *oldp, &newp, upd)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
ctl.h 68 int ctl_byname(const char *name, void *oldp, size_t *oldlenp, void *newp,
72 int ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
79 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \
80 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
97 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \
98 if (je_mallctlbymib(mib, miblen, oldp, oldlenp, newp, \
  /external/elfutils/0.153/libelf/
elf_end.c 193 Elf_Data_List *oldp = runp; local
195 if ((oldp->flags & ELF_F_MALLOCED) != 0)
196 free (oldp);
201 Elf_ScnList *oldp = list; local
203 assert (list == NULL || oldp->cnt == oldp->max);
204 if (oldp != (elf->class == ELFCLASS32
209 free (oldp);
  /external/libsepol/src/
mls.h 55 extern int mls_convert_context(policydb_t * oldp,
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h 28 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc_protos_jet.h 28 JEMALLOC_EXPORT int jet_mallctl(const char *name, void *oldp,
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc_protos.h.in 28 JEMALLOC_EXPORT int @je_@mallctl(const char *name, void *oldp,
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc.h 139 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
144 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
  /external/jemalloc/src/
ctl.c 47 static int n##_ctl(const size_t *mib, size_t miblen, void *oldp, \
820 ctl_byname(const char *name, void *oldp, size_t *oldlenp, void *newp,
841 ret = node->ctl(mib, depth, oldp, oldlenp, newp, newlen);
867 ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
906 ret = node->ctl(mib, miblen, oldp, oldlenp, newp, newlen);
960 if (oldp != NULL || oldlenp != NULL) { \
967 if (oldp != NULL && oldlenp != NULL) { \
971 memcpy(oldp, (void *)&(v), copylen); \
975 *(t *)oldp = (v); \
995 n##_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
    [all...]
  /external/elfutils/0.153/libasm/
asm_end.c 535 void *oldp; local
544 oldp = data;
546 free (oldp);
548 while (oldp != scnp->content);
562 AsmScn_t *oldp = scn; local
564 free_section (oldp);
580 AsmScnGrp_t *oldp = scngrp; local
583 free (oldp);
  /external/elfutils/0.153/src/
ldgeneric.c 525 struct usedfiles *fileinfo, struct symbol *oldp)
528 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
533 size_t oldgrpid = oldp->file->scninfo[oldp->scndx].grpid;
539 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type
543 || ! oldp->file->scninfo[oldgrpid].comdat_group)
547 oldp->file->scninfo[oldgrpid].symbols->name) != 0)
557 struct symbol *oldp)
565 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYP
1537 struct symbol *oldp = ld_symbol_tab_find (&ld_state.symbol_tab, local
1798 struct filename_list *oldp; local
6208 struct scngroup *oldp = groups; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
722 struct tm * oldp;
727 if (newp->tm_year < oldp->tm_year)
728 return -delta(oldp, newp);
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
732 result += newp->tm_yday - oldp->tm_yday;
734 result += newp->tm_hour - oldp->tm_hour;
736 result += newp->tm_min - oldp->tm_min;
738 result += newp->tm_sec - oldp->tm_sec
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
722 struct tm * oldp;
727 if (newp->tm_year < oldp->tm_year)
728 return -delta(oldp, newp);
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
732 result += newp->tm_yday - oldp->tm_yday;
734 result += newp->tm_hour - oldp->tm_hour;
736 result += newp->tm_min - oldp->tm_min;
738 result += newp->tm_sec - oldp->tm_sec
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
844 const int old_b = vp8_cost_branch(ct, oldp);
897 const vp8_prob oldp = cpi->common.fc.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))
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] local
1110 prob_update_savings(ct, oldp, newp, upd);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
844 const int old_b = vp8_cost_branch(ct, oldp);
897 const vp8_prob oldp = cpi->common.fc.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))
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] local
1110 prob_update_savings(ct, oldp, newp, upd);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
844 const int old_b = vp8_cost_branch(ct, oldp);
897 const vp8_prob oldp = cpi->common.fc.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))
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] local
1110 prob_update_savings(ct, oldp, newp, upd);
    [all...]
  /external/compiler-rt/lib/msan/
msan.h 49 void *MsanReallocate(StackTrace *stack, void *oldp, uptr size,

Completed in 974 milliseconds

1 2