HomeSort by relevance Sort by last modified time
    Searched defs:pSpectralCoefficient (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
block.cpp 227 SPECTRAL_PTR RESTRICT pSpectralCoefficient =
228 pAacDecoderChannelInfo->pSpectralCoefficient;
238 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window,
471 static inline FIXP_DBL maxabs_D(const FIXP_DBL *pSpectralCoefficient,
477 DWORD_ALIGNED(pSpectralCoefficient);
481 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax);
512 FIXP_DBL *pSpectralCoefficient =
513 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window,
534 locMax = maxabs_D(pSpectralCoefficient, noLines);
592 InverseQuantizeBand(pSpectralCoefficient, InverseQuantTable
    [all...]
channelinfo.h 350 * - pSpectralCoefficient The memory pointed to can be overwritten after time
364 *fac_data[4]; /* Pointers to unused parts of pSpectralCoefficient */
403 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */
conceal.cpp 556 FIXP_DBL *pSpectralCoefficient =
557 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
584 FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient,
589 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024 - 1];
599 FDKmemcpy(pSpecTmp, pSpectralCoefficient, 1024 * sizeof(FIXP_DBL));
600 FDKmemcpy(pSpectralCoefficient, hConcealmentInfo->spectralCoefficient,
608 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024 - 1];
721 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient,
748 FIXP_DBL *pSpectralCoefficient =
749 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
    [all...]