Home
last modified time | relevance | path

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

/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/libFDK/include/
Dmdct.h185 FIXP_DBL *RESTRICT mdctData, const INT nSpec, const INT tl,
248 const SHORT scalefactor[], const INT nSpec,
/external/aac/libAACdec/src/
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()
1228 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
Dusacdec_fac.h182 const SHORT spec_scale[], const int nSpec,
Dusacdec_fac.cpp379 const SHORT spec_scale[], const int nSpec, in CLpd_FAC_Acelp2Mdct() argument
603 for (w = 1; w < nSpec; w++) /* for ACELP -> FD short */ in CLpd_FAC_Acelp2Mdct()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp1153 const unsigned int nSpec, in ReadCPODData() argument
1160 if(nName == (nSpec | PVRTMODELPOD_TAG_END)) in ReadCPODData()