Home
last modified time | relevance | path

Searched refs:nSpec (Results 1 – 5 of 5) sorted by relevance

/external/aac/libFDK/include/
Dmdct.h183 FIXP_DBL *RESTRICT mdctData, const INT nSpec, const INT tl,
246 const SHORT scalefactor[], const INT nSpec,
/external/aac/libFDK/src/
Dmdct.cpp137 const INT nSpec, const INT tl, const FIXP_WTP *pRightWindowPart, in mdct_block() argument
166 for (n = 0; n < nSpec; n++) { in mdct_block()
269 return nSpec * tl; in mdct_block()
466 const SHORT scalefactor[], const INT nSpec, in imlt_block() argument
500 for (w = 0; w < nSpec; w++) { in imlt_block()
724 FDKmemcpy(pOvl, &spectrum[(nSpec - 1) * tl], (tl / 2) * sizeof(FIXP_DBL)); in imlt_block()
/external/aac/libAACdec/src/
Dusacdec_fac.h182 const SHORT spec_scale[], const int nSpec,
Dblock.cpp1021 int fr, fl, tl, nSpec; in CBlock_FrequencyToTime() local
1033 nSpec = 1; in CBlock_FrequencyToTime()
1061 nSpec = 8; in CBlock_FrequencyToTime()
1137 pAacDecoderChannelInfo->specScale, nSpec, in CBlock_FrequencyToTime()
1156 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
1229 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
Dusacdec_fac.cpp379 const SHORT spec_scale[], const int nSpec, in CLpd_FAC_Acelp2Mdct() argument
601 for (w = 1; w < nSpec; w++) /* for ACELP -> FD short */ in CLpd_FAC_Acelp2Mdct()