Lines Matching refs:FIXP_DBL
115 FIXP_DBL thresHoldDiff; /*!< threshold for tonality difference */
116 FIXP_DBL thresHoldDiffGuide; /*!< threshold for tonality difference for the
118 FIXP_DBL thresHoldTone; /*!< threshold for tonality for a sine */
119 FIXP_DBL invThresHoldTone;
120 FIXP_DBL thresHoldToneGuide; /*!< threshold for tonality for a sine for the
122 FIXP_DBL sfmThresSbr; /*!< tonality flatness measure threshold for the SBR
124 FIXP_DBL sfmThresOrig; /*!< tonality flatness measure threshold for the
126 FIXP_DBL decayGuideOrig; /*!< decay value of the tonality value of the guide
128 FIXP_DBL decayGuideDiff; /*!< decay value of the tonality value of the guide
130 FIXP_DBL derivThresMaxLD64; /*!< threshold for detecting LP character in a
132 FIXP_DBL derivThresBelowLD64; /*!< threshold for detecting LP character in a
134 FIXP_DBL derivThresAboveLD64; /*!< threshold for detecting LP character in a
148 FIXP_DBL *guideVectorDiff;
149 FIXP_DBL *guideVectorOrig;
172 FIXP_DBL tonalityDiff[MAX_NO_OF_ESTIMATES / 2][MAX_FREQ_COEFFS];
173 FIXP_DBL sfmOrig[MAX_NO_OF_ESTIMATES / 2][MAX_FREQ_COEFFS];
174 FIXP_DBL sfmSbr[MAX_NO_OF_ESTIMATES / 2][MAX_FREQ_COEFFS];
183 FIXP_DBL **pQuotaBuffer, INT **pSignBuffer, SCHAR *indexVector,
187 FIXP_DBL *pNrgVector);