Home | History | Annotate | Download | only in src

Lines Matching refs:detection

289   \brief     Calculates the input to the missing harmonics detection.
331 \brief Checks that the detection is not due to a LP filter
334 in fact just a low-pass filtere input signal. If so, the detection is
494 * Determine if detection of new missing harmonics are allowed.
521 \brief Cleans up the detection after a transient.
558 /* detection in adjacent channels.*/
643 /* Make sure that the detection is not the cut-off of a low pass filter. */
668 \brief Detection for one tonality estimate.
670 This is the actual missing harmonics detection, using information from the
671 previous detection.
675 current frame, the detection algorithm still continues to trace the strongest
692 static void detection(FIXP_DBL *quotaBuffer,
708 * Do detection on the difference vector, i.e. the difference between
800 \brief Do detection for every tonality estimate, using forward prediction.
833 /* Since we don't want to use the transient region for detection (since the tonality values
857 * Do detection on the current frame using
871 detection(quotaBuffer[est],
887 detection(quotaBuffer[est],
901 /* Clean up the detection.*/
934 /* If we had a detection use the guide-value in the next frame from the last estimate were the detection
1014 if(!pAddHarmSfb[scfBand - 1]) { /* No detection below*/
1134 In order to be allowed to do new detection, there must be a transient in the current
1148 /* Calulate the variables that will be used subsequently for the actual detection */
1159 /* Do the actual detection using information from previous detections */