agc_com.winFunc memory consumption
Part of agc_com.winFunc
is not used at some SBA decoder operating points. E.g. for 3OA at 512 kbps and stereo output, the consumption is as follows:
- ivas_spar_agc_dec_ 118 m:sizeof( float ) * output_frame - 40% 1x960 960
hAgc->agc_com.winFunc = (float *) count_malloc( sizeof( float ) * output_frame )
This is a follow-up of #123 (closed) and the issue can be seen when MEM_COUNT_DETAILS
is activated.