Lines Matching refs:FIXP_DBL
233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
385 void InverseQuantizeBand( FIXP_DBL * RESTRICT spectrum,
390 const FIXP_DBL * RESTRICT InverseQuantTabler=(FIXP_DBL *)InverseQuantTable;
391 const FIXP_DBL * RESTRICT MantissaTabler=(FIXP_DBL *)MantissaTable[lsb];
394 FIXP_DBL *ptr = spectrum;
395 FIXP_DBL signedValue;
402 FIXP_DBL value = fAbs(signedValue);
415 value = fMultDiv2((FIXP_DBL)temp, MantissaTabler[exponent]);
420 signedValue = (signedValue < (FIXP_DBL)0) ? -value : value;
444 FIXP_DBL
465 FIXP_DBL locMax = (FIXP_DBL)0;
473 if (fixp_abs(locMax) > (FIXP_DBL)MAX_QUANTIZED_VALUE) {
513 FIXP_DBL locMax;
552 FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
554 locMax = (FIXP_DBL)0 ;
561 FIXP_DBL tmp;
563 tmp = (FIXP_DBL)((idx & mask)-offset);
567 if (tmp != FIXP_DBL(0))
575 mdctSpectrum[index+0] = (FIXP_DBL)CBlock_GetEscape(bs, (LONG)mdctSpectrum[index+0]);
576 mdctSpectrum[index+1] = (FIXP_DBL)CBlock_GetEscape(bs, (LONG)mdctSpectrum[index+1]);
682 FIXP_DBL *pWorkBuffer1 )
718 FIXP_DBL *tmp = pAacDecoderChannelInfo->pComData->workBufferCore1->mdctOutTemp;
732 (FIXP_DBL)0 );