Commit 8f9cb78d authored by vaclav's avatar vaclav
Browse files

tuning within TUNING_48kbps_2obj

parent 7433066a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -182,7 +182,11 @@ int32_t ivas_interformat_brate(
    else
    {
#ifdef TUNING_96kbps_3obj
        if ( ism_mode == ISM_MASA_MODE_DISC && nchan_ism >= 3 && element_brate == 16000 ) /* this condition corresponds to the ivas_total_brate = 96000 and 3 objects */
        if ( ( ism_mode == ISM_MASA_MODE_DISC && nchan_ism >= 3 && element_brate == 16000 ) /* this condition corresponds to the ivas_total_brate = 96000 and 3 objects */
#ifdef TUNING_48kbps_2obj
             || ( ism_mode == ISM_MASA_MODE_DISC && nchan_ism == 2 && element_brate == 9600 ) /* this condition corresponds to the ivas_total_brate = 48000 and 2 objects */
#endif
        )
        {
            if ( ism_imp == ISM_LOW_IMP )
            {