Home
last modified time | relevance | path

Searched refs:energy_avg (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_resample.c423 uint32_t energy_avg; member
439 SWITCH_DECLARE(void) switch_agc_set(switch_agc_t *agc, uint32_t energy_avg, in switch_agc_set() argument
442 agc->energy_avg = energy_avg; in switch_agc_set()
493 agc->energy_avg = energy_avg; in switch_agc_set_energy_avg()
517 if (agc->energy_avg) { in switch_agc_feed()
537 if (agc->score_avg > agc->energy_avg) { in switch_agc_feed()
538 if (agc->score_avg - agc->energy_avg > agc->margin) { in switch_agc_feed()
540 agc->token, agc->score_avg, agc->energy_avg, agc->margin); in switch_agc_feed()
550 agc->token, agc->score_avg, agc->energy_avg, agc->margin); in switch_agc_feed()
551 …} else if (((agc->score_avg < agc->energy_avg) && (agc->energy_avg - agc->score_avg > agc->margin)… in switch_agc_feed()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c98 int energy_avg; member
744 source->energy_avg = atoi(val); in read_stream_thread()
746 if (!(source->energy_avg > -1 && source->energy_avg <= 20000)) { in read_stream_thread()
747 source->energy_avg = 0; in read_stream_thread()
1293 source->energy_avg = atoi(val); in launch_thread()
1295 if (!(source->energy_avg > -1 && source->energy_avg <= 20000)) { in launch_thread()
1296 source->energy_avg = 0; in launch_thread()
1406 if (!(source->energy_avg > -1 && source->energy_avg <= 20000)) { in SWITCH_STANDARD_API()
1407 source->energy_avg = 0; in SWITCH_STANDARD_API()
1423 source->energy_avg = 0; in SWITCH_STANDARD_API()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_resample.h180 SWITCH_DECLARE(void) switch_agc_set(switch_agc_t *agc, uint32_t energy_avg,
182 SWITCH_DECLARE(switch_status_t) switch_agc_create(switch_agc_t **agcP, uint32_t energy_avg,
186 SWITCH_DECLARE(void) switch_agc_set_energy_avg(switch_agc_t *agc, uint32_t energy_avg);
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/LMYEngineInterface/
H A DLMYE_QMCCostFunction.cpp75 double energy_avg = EngineObj->energy_mean(); in LMYEngineCost_detail() local
99 double cost_value = (targetExcited ? target_avg : energy_avg); in LMYEngineCost_detail()
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dcore.cc338 static double energy_avg = 80.0; in coreGo() local
339 energy_avg = energy_avg*0.95 + energy*0.05; in coreGo()
340 if (energy_avg > 0.0) in coreGo()
341 brightFactor2 *= 80.0/(energy_avg + 5.0); in coreGo()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/properties/
H A DProperties.cpp463 energy_avg.Resize(nwf); in insertPoint()
465 energy_avg=0; in insertPoint()
487 update_avgvar(energy_avg(w),energy_var(w),npoints_this_block,pt.energy(w)); in insertPoint()
624 condense_variance(energy_var(w),energy_avg(w),totpts,npoints_this_block); in endBlock()
H A DProperties.h111 Array1 <doublevar> energy_avg,energy_var; variable
/dports/science/bagel/bagel-1.2.2/src/prop/pseudospin/
H A Dpseudospin.cc450 complex<double> energy_avg = 0.0; in compute_numerical_hamiltonian() local
452 energy_avg += ref_energy_[i]; in compute_numerical_hamiltonian()
453 energy_avg /= nspin1_; in compute_numerical_hamiltonian()
458 spinham_h_->element(i,i) = ref_energy_[i] - energy_avg; in compute_numerical_hamiltonian()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12743 …public static void switch_agc_set(SWIGTYPE_p_switch_agc_s agc, uint energy_avg, uint low_energy_po… in switch_agc_set() argument
12744 …freeswitchPINVOKE.switch_agc_set(SWIGTYPE_p_switch_agc_s.getCPtr(agc), energy_avg, low_energy_poin… in switch_agc_set()
12747 …public static switch_status_t switch_agc_create(SWIGTYPE_p_p_switch_agc_s agcP, uint energy_avg, u… in switch_agc_create() argument
12748 …itchPINVOKE.switch_agc_create(SWIGTYPE_p_p_switch_agc_s.getCPtr(agcP), energy_avg, low_energy_poin… in switch_agc_create()
12761 public static void switch_agc_set_energy_avg(SWIGTYPE_p_switch_agc_s agc, uint energy_avg) { in switch_agc_set_energy_avg() argument
12762 freeswitchPINVOKE.switch_agc_set_energy_avg(SWIGTYPE_p_switch_agc_s.getCPtr(agc), energy_avg); in switch_agc_set_energy_avg()