Home | History | Annotate | Download | only in src

Lines Matching refs:FIXP_DBL

97   FIXP_DBL thresHoldDiff;      /*!< threshold for tonality difference */
98 FIXP_DBL thresHoldDiffGuide; /*!< threshold for tonality difference for the guide */
99 FIXP_DBL thresHoldTone; /*!< threshold for tonality for a sine */
100 FIXP_DBL invThresHoldTone;
101 FIXP_DBL thresHoldToneGuide; /*!< threshold for tonality for a sine for the guide */
102 FIXP_DBL sfmThresSbr; /*!< tonality flatness measure threshold for the SBR signal.*/
103 FIXP_DBL sfmThresOrig; /*!< tonality flatness measure threshold for the original signal.*/
104 FIXP_DBL decayGuideOrig; /*!< decay value of the tonality value of the guide for the tone. */
105 FIXP_DBL decayGuideDiff; /*!< decay value of the tonality value of the guide for the tonality difference. */
106 FIXP_DBL derivThresMaxLD64; /*!< threshold for detecting LP character in a signal. */
107 FIXP_DBL derivThresBelowLD64; /*!< threshold for detecting LP character in a signal. */
108 FIXP_DBL derivThresAboveLD64; /*!< threshold for detecting LP character in a signal. */
121 FIXP_DBL *guideVectorDiff;
122 FIXP_DBL *guideVectorOrig;
147 FIXP_DBL tonalityDiff[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
148 FIXP_DBL sfmOrig[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
149 FIXP_DBL sfmSbr[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
159 FIXP_DBL ** pQuotaBuffer,
169 FIXP_DBL *pNrgVector);