Searched refs:dtmp (Results 1 – 7 of 7) sorted by relevance
260 DSA *dtmp; in IMPLEMENT_PEM_write_cb_const() local262 dtmp = EVP_PKEY_get1_DSA(key); in IMPLEMENT_PEM_write_cb_const()264 if(!dtmp) return NULL; in IMPLEMENT_PEM_write_cb_const()267 *dsa = dtmp; in IMPLEMENT_PEM_write_cb_const()269 return dtmp; in IMPLEMENT_PEM_write_cb_const()355 EC_KEY *dtmp; in IMPLEMENT_PEM_rw_const() local357 dtmp = EVP_PKEY_get1_EC_KEY(key); in IMPLEMENT_PEM_rw_const()359 if(!dtmp) return NULL; in IMPLEMENT_PEM_rw_const()363 *eckey = dtmp; in IMPLEMENT_PEM_rw_const()365 return dtmp; in IMPLEMENT_PEM_rw_const()
857 float scale, dtmp; in NonLinearProcessing() local892 dtmp = (float)0.0; in NonLinearProcessing()1166 dtmp = (float)aec->dBufH[i]; in NonLinearProcessing()1167 dtmp = (float)dtmp * nlpGainHband; // for variable gain in NonLinearProcessing()1172 dtmp += cnScaleHband * fft[i]; in NonLinearProcessing()1176 outputH[i] = (short)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, dtmp, in NonLinearProcessing()1377 float dtmp, dtmp2; in UpdateMetrics() local1411 dtmp = 10 * (float)log10(aec->farlevel.averagelevel / in UpdateMetrics()1415 aec->erl.instant = dtmp; in UpdateMetrics()1416 if (dtmp > aec->erl.max) { in UpdateMetrics()[all …]
705 float dtmp; in WebRtcAec_GetMetrics() local728 dtmp = upweight * aecpc->aec->erl.himean + (1 - upweight) * aecpc->aec->erl.average; in WebRtcAec_GetMetrics()729 metrics->erl.average = (short) dtmp; in WebRtcAec_GetMetrics()749 dtmp = upweight * aecpc->aec->erle.himean + (1 - upweight) * aecpc->aec->erle.average; in WebRtcAec_GetMetrics()750 metrics->erle.average = (short) dtmp; in WebRtcAec_GetMetrics()783 dtmp = upweight * aecpc->aec->aNlp.himean + (1 - upweight) * aecpc->aec->aNlp.average; in WebRtcAec_GetMetrics()784 metrics->aNlp.average = (short) dtmp; in WebRtcAec_GetMetrics()
130 double t, dtmp, dtmp2, denum, denum2; in WebRtcIsac_InitWeightingFilter() local146 dtmp = PITCH_WLPCASYM * t * denum + (1-PITCH_WLPCASYM) * t * t * denum2; in WebRtcIsac_InitWeightingFilter()147 dtmp *= 3.14159265; in WebRtcIsac_InitWeightingFilter()148 dtmp2 = sin(dtmp); in WebRtcIsac_InitWeightingFilter()
1047 lbitset_elt *dtmp; in lbitset_op3_cmp() local1096 dtmp = delt; in lbitset_op3_cmp()1098 lbitset_elt_free (dtmp); in lbitset_op3_cmp()1102 dtmp = delt; in lbitset_op3_cmp()1106 dtmp = lbitset_elt_calloc (); in lbitset_op3_cmp()1112 dstp = dtmp->words; in lbitset_op3_cmp()1171 if (!lbitset_elt_zero_p (dtmp)) in lbitset_op3_cmp()1173 dtmp->index = windex; in lbitset_op3_cmp()1175 lbitset_elt_link (dst, dtmp); in lbitset_op3_cmp()1179 lbitset_elt_free (dtmp); in lbitset_op3_cmp()
124 DTMNodeProxy dtmp = (DTMNodeProxy) node; in equals() local128 return (dtmp.node == this.node) && (dtmp.dtm == this.dtm); in equals()