Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_tns.cpp1254 INT shiftval, par2LpcShiftVal = 6; /* 6 should be enough, bec. max(numOfCoeff) = 20 */ in FDKaacEnc_ParcorToLpc() local
1257 LpcCoeff[0] = reflCoeff[0] >> par2LpcShiftVal; in FDKaacEnc_ParcorToLpc()
1267 LpcCoeff[i] = reflCoeff[i] >> par2LpcShiftVal; in FDKaacEnc_ParcorToLpc()
1276 shiftval = (shiftval>=par2LpcShiftVal) ? par2LpcShiftVal : shiftval; in FDKaacEnc_ParcorToLpc()
1281 return (par2LpcShiftVal - shiftval); in FDKaacEnc_ParcorToLpc()