Loading lib_com/ivas_omasa_com.c +5 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
lib_com/ivas_omasa_com.c +5 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading