• Home
  • Raw
  • Download

Lines Matching refs:FIXP_DBL

164   #define FIXP_SQRT05                     ((FIXP_DBL)0x5a827980) /* 1/SQRT2 */
168FIXP_DBL H11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
169FIXP_DBL H12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
170FIXP_DBL H21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
171FIXP_DBL H22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
173FIXP_DBL DeltaH11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
174FIXP_DBL DeltaH12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
175FIXP_DBL DeltaH21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
176FIXP_DBL DeltaH22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups …
271FIXP_DBL aaQmfDelayBufReal[(NO_QMF_CHANNELS-FIRST_DELAY_SB) + (MAX_DELAY_BUFFER_SIZE-1)*(NO_DELAY_…
272FIXP_DBL aaQmfDelayBufImag[(NO_QMF_CHANNELS-FIRST_DELAY_SB) + (MAX_DELAY_BUFFER_SIZE-1)*(NO_DELAY_…
274FIXP_DBL *pAaRealDelayBufferQmf[MAX_DELAY_BUFFER_SIZE]; /*!< Real part delay buffer …
275FIXP_DBL *pAaImagDelayBufferQmf[MAX_DELAY_BUFFER_SIZE]; /*!< Imaginary part delay buffer …
277FIXP_DBL aaRealDelayBufferQmf[NO_SAMPLE_DELAY_ALLPASS][FIRST_DELAY_SB]; /*!< Real part delay buffe…
278FIXP_DBL aaImagDelayBufferQmf[NO_SAMPLE_DELAY_ALLPASS][FIRST_DELAY_SB]; /*!< Imaginary part delay …
280FIXP_DBL aaRealDelayBufferSubQmf[NO_SAMPLE_DELAY_ALLPASS][NO_SUB_QMF_CHANNELS]; /*!< Real…
281FIXP_DBL aaImagDelayBufferSubQmf[NO_SAMPLE_DELAY_ALLPASS][NO_SUB_QMF_CHANNELS]; /*!< Imag…
283FIXP_DBL aaaRealDelayRBufferSerQmf[FIRST_DELAY_SB][NO_DELAY_LENGTH_VECTORS]; /*!< Real…
284FIXP_DBL aaaImagDelayRBufferSerQmf[FIRST_DELAY_SB][NO_DELAY_LENGTH_VECTORS]; /*!< Imag…
286FIXP_DBL aaaRealDelayRBufferSerSubQmf[NO_SUB_QMF_CHANNELS][NO_DELAY_LENGTH_VECTORS]; /*!< Real…
287FIXP_DBL aaaImagDelayRBufferSerSubQmf[NO_SUB_QMF_CHANNELS][NO_DELAY_LENGTH_VECTORS]; /*!< Imag…
291FIXP_DBL aPrevNrgBin[NO_MID_RES_BINS]; /*!< energy of previous frame …
292FIXP_DBL aPrevPeakDiffBin[NO_MID_RES_BINS]; /*!< peak difference of previous frame …
293FIXP_DBL aPeakDecayFastBin[NO_MID_RES_BINS]; /*!< Saved max. peak decay value per bin …
296FIXP_DBL h11rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy) coefficients …
297FIXP_DBL h12rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy) coefficients …
298FIXP_DBL h21rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy) coefficients …
299FIXP_DBL h22rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy) coefficients …
319FIXP_DBL **fixpQmfReal, /* qmf filterbank values */
320FIXP_DBL **fixpQmfImag, /* qmf filterbank values */
332FIXP_DBL **QmfBufferReal, /* qmf filterbank values */
333FIXP_DBL **QmfBufferImag, /* qmf filterbank values */
345 FIXP_DBL **rIntBufferLeft, /* real values of left qmf timeslot */
346 FIXP_DBL **iIntBufferLeft, /* imag values of left qmf timeslot */
347 FIXP_DBL *rIntBufferRight, /* real values of right qmf timeslot */
348 FIXP_DBL *iIntBufferRight); /* imag values of right qmf timeslot */