Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_tns.cpp210 const INT numOfCoeff
230 const INT numOfCoeff,
1122 const INT numOfCoeff in FDKaacEnc_AutoToParcor() argument
1133 FDKmemclear(reflCoeff,numOfCoeff*sizeof(FIXP_DBL)); in FDKaacEnc_AutoToParcor()
1137 FDKmemcpy(workBuffer,&input[1],numOfCoeff*sizeof(FIXP_DBL)); in FDKaacEnc_AutoToParcor()
1138 for(i=0; i<numOfCoeff; i++) { in FDKaacEnc_AutoToParcor()
1148 for(j=numOfCoeff-i-1; j>=0; j--) { in FDKaacEnc_AutoToParcor()
1249 const INT numOfCoeff, in FDKaacEnc_ParcorToLpc() argument
1258 for(i=1; i<numOfCoeff; i++) { in FDKaacEnc_ParcorToLpc()
1271 for(i=0; i<numOfCoeff; i++) { in FDKaacEnc_ParcorToLpc()
[all …]