Loading lib_dec/lib_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1292,7 +1292,7 @@ static ivas_error isar_generate_metadata_and_bitstream( hSplitBinRend = st_ivas->hSplitBinRend; max_band = (Word16) ar_div( BINAURAL_MAXBANDS * st_ivas->hDecoderConfig->output_Fs, 48000 ); max_band = extract_l( ar_div( imult3216( st_ivas->hDecoderConfig->output_Fs, BINAURAL_MAXBANDS ), 48000 ) ); pcm_out_flag = ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ? 1 : 0; cldfb_in_flag = ivas_dec_split_rend_cldfb_in( st_ivas->renderer_type ); Loading Loading
lib_dec/lib_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1292,7 +1292,7 @@ static ivas_error isar_generate_metadata_and_bitstream( hSplitBinRend = st_ivas->hSplitBinRend; max_band = (Word16) ar_div( BINAURAL_MAXBANDS * st_ivas->hDecoderConfig->output_Fs, 48000 ); max_band = extract_l( ar_div( imult3216( st_ivas->hDecoderConfig->output_Fs, BINAURAL_MAXBANDS ), 48000 ) ); pcm_out_flag = ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ? 1 : 0; cldfb_in_flag = ivas_dec_split_rend_cldfb_in( st_ivas->renderer_type ); Loading