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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 368 Word16 val, cor, k_cn, k_dn, max, max_of_all;
398 cor = pv_round (L_shl (L_mac (L_mult (k_cn, cn[i]), k_dn, val), 10));
400 if (cor >= 0)
407 cor = negate (cor);
412 en[i] = cor;
422 cor = en[j];
423 val = sub (cor, max);
427 max = cor;
499 Word16 cor; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 66 Word32 s, cor; local
154 cor = 0x00010000L; /* for rounding */
157 cor += ((*ptr_h1) * (*ptr_h1) << 1);
159 *p1-- = (extract_h(cor) >> 1);
160 cor += ((*ptr_h1) * (*ptr_h1) << 1);
162 *p0-- = (extract_h(cor) >> 1);
176 cor = 0x00008000L; /* for rounding */
182 cor += ((*ptr_h1) * (*ptr_h2))<<1;
185 *p1 = extract_h(cor);
186 cor += ((*ptr_h1) * (*ptr_h2))<<1
    [all...]
c4t64fx.c 140 Word32 s, cor, L_tmp, L_index; local
386 cor = 0x00008000L; /* for rounding */
389 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)));
391 *p3-- = extract_h(cor);
392 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)));
394 *p2-- = extract_h(cor);
395 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)))
    [all...]
  /external/aac/libPCMutils/src/
limiter.cpp 101 FIXP_DBL cor, max; member in struct:TDLimiter
181 limiter->cor = FL2FXCONST_DBL(1.0f/(1<<1));
244 FIXP_DBL cor = limiter->cor; local
328 cor = fMin(cor, fMultDiv2((gain - fMultDiv2(FL2FXCONST_SGL(0.1f*(1<<1)),smoothState0)), FL2FXCONST_SGL(1.11111111f/(1<<1)))<<2);
331 cor = gain;
335 if (cor < smoothState0) {
336 smoothState0 = fMult(attackConst,(smoothState0 - cor)) + cor; /* attack *
    [all...]
  /external/iproute2/tc/
q_netem.c 177 struct tc_netem_corr cor; local
188 memset(&cor, 0, sizeof(cor));
219 if (get_percent(&cor.delay_corr, *argv)) {
247 if (get_percent(&cor.loss_corr, *argv)) {
391 if (get_percent(&cor.dup_corr, *argv)) {
476 addattr_l(n, 1024, TCA_NETEM_CORR, &cor, sizeof(cor)) < 0)
538 const struct tc_netem_corr *cor = NULL; local
565 if (RTA_PAYLOAD(tb[TCA_NETEM_CORR]) < sizeof(*cor))
    [all...]
  /external/libnl/lib/route/sch/
netem.c 104 struct tc_netem_corr cor; local
106 nla_memcpy(&cor, tb[TCA_NETEM_CORR], sizeof(cor));
107 netem->qnm_corr.nmc_delay = cor.delay_corr;
108 netem->qnm_corr.nmc_loss = cor.loss_corr;
109 netem->qnm_corr.nmc_duplicate = cor.dup_corr;
175 struct tc_netem_corr cor; local
184 memset(&cor, 0, sizeof(cor));
262 cor.delay_corr = netem->qnm_corr.nmc_delay
    [all...]
  /external/v8/src/compiler/
osr.cc 318 CommonOperatorReducer cor(&graph_reducer, graph, common, jsgraph->machine());
320 graph_reducer.AddReducer(&cor);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 86 .global cor
87 cor: label
88 cor sp,sp,sp,cc0,0
allinsn.d 69 00000050 <cor>:
70 50: 83 68 10 41 cor sp,sp,sp,cc0,0x0
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 249 milliseconds