Searched refs:par2LpcShiftVal (Results 1 – 1 of 1) sorted by relevance
1246 INT shiftval, par2LpcShiftVal = 6; /* 6 should be enough, bec. max(numOfCoeff) = 20 */ in FDKaacEnc_ParcorToLpc() local1249 LpcCoeff[0] = reflCoeff[0] >> par2LpcShiftVal; in FDKaacEnc_ParcorToLpc()1259 LpcCoeff[i] = reflCoeff[i] >> par2LpcShiftVal; in FDKaacEnc_ParcorToLpc()1268 shiftval = (shiftval>=par2LpcShiftVal) ? par2LpcShiftVal : shiftval; in FDKaacEnc_ParcorToLpc()1273 return (par2LpcShiftVal - shiftval); in FDKaacEnc_ParcorToLpc()