Loading lib_dec/ivas_sba_dec.c +3 −2 Original line number Diff line number Diff line Loading @@ -110,8 +110,9 @@ ivas_error ivas_sba_dec_reconfigure( int16_t sba_dirac_stereo_flag_old; #ifndef LBR_SBA_BR_SWITCHING SBA_MODE sba_mode_old; int32_t last_ivas_total_brate; #endif int32_t ivas_total_brate, last_ivas_total_brate; int32_t ivas_total_brate; RENDERER_TYPE old_renderer_type; DECODER_CONFIG_HANDLE hDecoderConfig; ivas_error error; Loading @@ -122,8 +123,8 @@ ivas_error ivas_sba_dec_reconfigure( hDecoderConfig = st_ivas->hDecoderConfig; ivas_total_brate = hDecoderConfig->ivas_total_brate; last_ivas_total_brate = st_ivas->last_active_ivas_total_brate; #ifndef LBR_SBA_BR_SWITCHING last_ivas_total_brate = st_ivas->last_active_ivas_total_brate; #ifndef LBR_SBA sba_mode_old = ivas_sba_mode_select( last_ivas_total_brate ); #else Loading Loading
lib_dec/ivas_sba_dec.c +3 −2 Original line number Diff line number Diff line Loading @@ -110,8 +110,9 @@ ivas_error ivas_sba_dec_reconfigure( int16_t sba_dirac_stereo_flag_old; #ifndef LBR_SBA_BR_SWITCHING SBA_MODE sba_mode_old; int32_t last_ivas_total_brate; #endif int32_t ivas_total_brate, last_ivas_total_brate; int32_t ivas_total_brate; RENDERER_TYPE old_renderer_type; DECODER_CONFIG_HANDLE hDecoderConfig; ivas_error error; Loading @@ -122,8 +123,8 @@ ivas_error ivas_sba_dec_reconfigure( hDecoderConfig = st_ivas->hDecoderConfig; ivas_total_brate = hDecoderConfig->ivas_total_brate; last_ivas_total_brate = st_ivas->last_active_ivas_total_brate; #ifndef LBR_SBA_BR_SWITCHING last_ivas_total_brate = st_ivas->last_active_ivas_total_brate; #ifndef LBR_SBA sba_mode_old = ivas_sba_mode_select( last_ivas_total_brate ); #else Loading