/* Ensure R[0] isn't zero when entering Levinson-Durbin */
R_l[0]=s_max(R_l[0],1);
move16();
#endif
E_LPC_lev_dur(R_h,R_l,lpc_wb_temp_fx,LepsP,LPC_SHB_ORDER_WB,NULL);// Since 0th index will be 1 in floating point buffer, in fixed point one has to take norm of 0th index to identify the Q-factor