Loading lib_com/ivas_dirac_com.c +2 −0 Original line number Diff line number Diff line Loading @@ -335,7 +335,9 @@ ivas_error ivas_dirac_sba_config( sba_total_brate = ACELP_48k; } } ivas_set_qmetadata_maxbit_req( hQMetaData, SBA_FORMAT ); if ( sba_total_brate <= IVAS_16k4 ) { hQMetaData->useLowerRes = 1; Loading lib_dec/ivas_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -611,6 +611,7 @@ ivas_error ivas_dec( { st_ivas->ini_frame++; } if ( st_ivas->ini_active_frame < MAX_FRAME_COUNTER && !( st_ivas->bfi && st_ivas->ini_frame == 0 ) && ivas_total_brate > IVAS_SID_4k4 ) // VE: looks strange: ini_frame -> ini_frame_active ? { st_ivas->ini_active_frame++; Loading lib_dec/ivas_init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ ivas_error ivas_dec_setup( st_ivas->sba_order = 1; } if ( st_ivas->ini_frame > 0 && ( ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate ) && ( ivas_total_brate > IVAS_SID_4k4 ) ) if ( st_ivas->ini_frame > 0 && ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate && ivas_total_brate > IVAS_SID_4k4 ) { if ( ( error = ivas_sba_dec_reconfigure( st_ivas ) ) != IVAS_ERR_OK ) { Loading Loading
lib_com/ivas_dirac_com.c +2 −0 Original line number Diff line number Diff line Loading @@ -335,7 +335,9 @@ ivas_error ivas_dirac_sba_config( sba_total_brate = ACELP_48k; } } ivas_set_qmetadata_maxbit_req( hQMetaData, SBA_FORMAT ); if ( sba_total_brate <= IVAS_16k4 ) { hQMetaData->useLowerRes = 1; Loading
lib_dec/ivas_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -611,6 +611,7 @@ ivas_error ivas_dec( { st_ivas->ini_frame++; } if ( st_ivas->ini_active_frame < MAX_FRAME_COUNTER && !( st_ivas->bfi && st_ivas->ini_frame == 0 ) && ivas_total_brate > IVAS_SID_4k4 ) // VE: looks strange: ini_frame -> ini_frame_active ? { st_ivas->ini_active_frame++; Loading
lib_dec/ivas_init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ ivas_error ivas_dec_setup( st_ivas->sba_order = 1; } if ( st_ivas->ini_frame > 0 && ( ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate ) && ( ivas_total_brate > IVAS_SID_4k4 ) ) if ( st_ivas->ini_frame > 0 && ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate && ivas_total_brate > IVAS_SID_4k4 ) { if ( ( error = ivas_sba_dec_reconfigure( st_ivas ) ) != IVAS_ERR_OK ) { Loading