Commit dae9b6ee authored by norvell's avatar norvell Committed by Manuel Jander
Browse files

Accept switches as agreed on 2025-11-26 + clang format

parent 3be2169a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -122,10 +122,4 @@

/* #################### End BASOP optimization switches ############################ */

/* #################### Start BASOP optimization switches ############################ */

#define OPT_2239_IVAS_FILTER_PROCESS                   /* Dolby: Issue 2239, optimize ivas_filter_process_fx. */

/* #################### End BASOP optimization switches ############################ */

#endif
+0 −1
Original line number Diff line number Diff line
@@ -1107,7 +1107,6 @@ ivas_error ivas_cpe_enc_fx(
                }
                igf = getIgfPresent_fx( sts[n]->element_mode, L_mult0( sts[n]->bits_frame_nominal, FRAMES_PER_SEC ), bw, sts[n]->rf_mode ); /* Q0 */
                move16();

                IF( ( error = IGF_Reconfig_fx( &sts[n]->hIGFEnc, igf, 0, L_mult0( sts[n]->bits_frame_nominal, FRAMES_PER_SEC ), bw, sts[n]->element_mode, sts[n]->rf_mode ) ) != IVAS_ERR_OK )

                {