Optimise memory allocation in FASTCONV renderer
In function ivas_binaural_hrtf_open(), memory for entire “HRTFS_FASTCONV” structure is allocated. This structure contains static buffers corresponding to various input formats like channels based, FOA, HOA2, HOA3. We would like to allocate memory for a given format only (based on st_ivas->hIntSetup.output_config).