// TODO: Replace all these dedicated interpolate functions with just one taking a single input vector and map it to a single output vector. The following function and the function call should be removed from code
//This function can be condensed and merged within prepare_cldfb_params(). It is only called once, at this location.
ivas_reverb_set_energies(hHrtfStatistics->average_energy_l,hHrtfStatistics->average_energy_r,output_Fs,avg_pwr_left_fx,avg_pwr_right_fx);//This function returns avg powers for left and right in Q28 -> why?? how??