Searched refs:par2LpcShiftVal (Results 1 – 1 of 1) sorted by relevance
1254 INT shiftval, par2LpcShiftVal = 6; /* 6 should be enough, bec. max(numOfCoeff) = 20 */ in FDKaacEnc_ParcorToLpc() local1257 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()