Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_tns.cpp190 const INT numOfCoeff
210 const INT numOfCoeff,
1113 const INT numOfCoeff in FDKaacEnc_AutoToParcor() argument
1123 FDKmemclear(reflCoeff,numOfCoeff*sizeof(FIXP_DBL)); in FDKaacEnc_AutoToParcor()
1129 FDKmemcpy(workBuffer,&input[1],numOfCoeff*sizeof(FIXP_DBL)); in FDKaacEnc_AutoToParcor()
1130 for(i=0; i<numOfCoeff; i++) { in FDKaacEnc_AutoToParcor()
1140 for(j=numOfCoeff-i-1; j>=0; j--) { in FDKaacEnc_AutoToParcor()
1241 const INT numOfCoeff, in FDKaacEnc_ParcorToLpc() argument
1250 for(i=1; i<numOfCoeff; i++) { in FDKaacEnc_ParcorToLpc()
1263 for(i=0; i<numOfCoeff; i++) { in FDKaacEnc_ParcorToLpc()
[all …]