opus: #if 0 out some more unused code, delete unused file

Change-Id: I96033f42e0c3096ec9d779e9f8ca46570f981ab0
This commit is contained in:
Nils Wallménius 2012-09-24 17:45:07 +02:00
parent f498142143
commit 06fc6fdd0a
8 changed files with 16 additions and 47 deletions

View file

@ -132,6 +132,7 @@ opus_int32 silk_LPC_inverse_pred_gain( /* O Returns inverse predi
#ifdef FIXED_POINT
#if 0
/* For input in Q24 domain */
opus_int32 silk_LPC_inverse_pred_gain_Q24( /* O Returns inverse prediction gain in energy domain, Q30 */
const opus_int32 *A_Q24, /* I Prediction coefficients [order] */
@ -152,3 +153,4 @@ opus_int32 silk_LPC_inverse_pred_gain_Q24( /* O Returns inverse pred
return LPC_inverse_pred_gain_QA( Atmp_QA, order );
}
#endif
#endif