Home | History | Annotate | Download | only in ns

Lines Matching refs:FACTOR

31   //scale parameters: multiply dominant peaks of the histograms by scale factor to obtain
158 inst->featureData[3] = LRT_FEATURE_THR; //average lrt factor (start on threshold)
260 delta = FACTOR * (float)1.0 / inst->density[offset + i];
262 delta = FACTOR;
639 // compute feature based on average LR factor
652 // done with computation of LR factor
708 //final speech probability: combine prior model with LR factor:
729 float energy1, energy2, gain, factor, factor1, factor2;
1164 //scale factor: only do it after END_STARTUP_LONG time
1165 factor = (float)1.0;
1194 factor = inst->priorSpeechProb * factor1 + ((float)1.0 - inst->priorSpeechProb)
1198 factor = (float)1.0 + (float)1.3 * (gain - B_LIM);
1200 factor = (float)1.0 + (float)2.0 * (gain - B_LIM);
1202 if (gain * factor > (float)1.0) {
1203 factor = (float)1.0 / gain;
1210 inst->syntBuf[i] += factor * inst->window[i] * (float)real[i];