use crate*;
use crate*;
/*****************************************************************************/
/* interpolateqLSP : interpolate previous and current qLSP according to */
/* spec. 3.2.5 : interpolated = (current+previous)/2 */
/* parameters: */
/* -(i) previousqLSP : 10 values in Q0.15: the qLSP of previous frame */
/* -(i) currentqLSP : 10 values in Q0.15: the qLSP of current frame */
/* -(o) interpolatedqLSP : 10 values in Q0.15 : the interpolated qLSP */
/* */
/*****************************************************************************/