Loading lib_dec/ivas_osba_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,10 @@ ivas_error ivas_osba_dirac_td_binaural_jbm( if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) { int16_t slot_idx, num_cldfb_bands, b, nchan_transport_orig; int16_t slot_idx, num_cldfb_bands, nchan_transport_orig; #ifndef FIX_1119_SPLIT_RENDERING_VOIP int16_t b; #endif int16_t cldfb_slots; float Cldfb_RealBuffer[CLDFB_NO_CHANNELS_MAX]; float Cldfb_ImagBuffer[CLDFB_NO_CHANNELS_MAX]; Loading Loading
lib_dec/ivas_osba_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,10 @@ ivas_error ivas_osba_dirac_td_binaural_jbm( if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) { int16_t slot_idx, num_cldfb_bands, b, nchan_transport_orig; int16_t slot_idx, num_cldfb_bands, nchan_transport_orig; #ifndef FIX_1119_SPLIT_RENDERING_VOIP int16_t b; #endif int16_t cldfb_slots; float Cldfb_RealBuffer[CLDFB_NO_CHANNELS_MAX]; float Cldfb_ImagBuffer[CLDFB_NO_CHANNELS_MAX]; Loading