free((void*)model->azimBsShape_fx);/* void* cast needed to please both gcc and Visual studio compilers. Deallocating const float** should be fine and gcc agrees, but Visual studio complains. */
pHrtf_inter_aural_coherence_const[i]=L_shl(params.pHrtf_inter_aural_coherence_const_fx[i],(Q31-Q27)-(Q15-params.factor_Q_energy)+3);/*Scaling up to Q30*/
#else
pHrtf_inter_aural_coherence_const[i]=L_shl(params.pHrtf_inter_aural_coherence_const_fx[i],3);/*Scaling up to Q30*/