Loading lib_dec/ivas_mono_dmx_renderer.c +3 −1 Original line number Diff line number Diff line Loading @@ -125,13 +125,15 @@ void ivas_mono_downmix_render_passive( int16_t i, j, numInputChannels; float proto_signal[L_FRAME48k], eq; MONO_DOWNMIX_RENDERER_HANDLE hDownmix; #ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS]; #endif numInputChannels = st_ivas->nSCE; hDownmix = st_ivas->hMonoDmxRenderer; set_zero( proto_signal, output_frame ); #ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS]; if ( hDownmix->do_proximity_mixing ) { /* get the mixing matrix.. */ Loading Loading
lib_dec/ivas_mono_dmx_renderer.c +3 −1 Original line number Diff line number Diff line Loading @@ -125,13 +125,15 @@ void ivas_mono_downmix_render_passive( int16_t i, j, numInputChannels; float proto_signal[L_FRAME48k], eq; MONO_DOWNMIX_RENDERER_HANDLE hDownmix; #ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS]; #endif numInputChannels = st_ivas->nSCE; hDownmix = st_ivas->hMonoDmxRenderer; set_zero( proto_signal, output_frame ); #ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS]; if ( hDownmix->do_proximity_mixing ) { /* get the mixing matrix.. */ Loading