Commit 36b1701c authored by multrus's avatar multrus
Browse files

formatting

parent 32e2dc36
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -247,4 +247,3 @@ void ivas_filter_process_fx64(

    return;
}
+0 −4
Original line number Diff line number Diff line
@@ -113,10 +113,6 @@

/* ##################### End NON-BE switches ########################### */

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


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

/* ################## End MAINTENANCE switches ######################### */

+8 −9
Original line number Diff line number Diff line
@@ -7635,8 +7635,7 @@ ivas_error core_switching_pre_dec_fx(
    const Word32 last_element_brate,  /* i  : last element bitrate         */
    const Word16 Q_old_synthFB,
    Word16 *Q_olapBufferSynth,
    Word16 *Q_olapBufferSynth2
);
    Word16 *Q_olapBufferSynth2 );
ivas_error core_switching_post_dec_fx(
    Decoder_State *st_fx,               /* i/o: decoder state structure                                                           */
+1 −2
Original line number Diff line number Diff line
@@ -2073,4 +2073,3 @@ void bandwidth_switching_detect_fx(

    return;
}
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ static Word16 p2a_threshold_quant_fx( BSTR_ENC_HANDLE hBstr, const Word32 *L_t_a
static void mdct_spectrum_fine_gain_enc_fx( Encoder_State *st_fx, const Word32 L_ybuf[] /*Q12*/, Word32 L_y2[] /*Q12*/, const Word16 band_start[], const Word16 band_end[], const Word16 k_sort[], const Word16 bands, const Word32 L_qint /*Q29*/, const Word16 Ngq, const Word16 gqlevs, const Word16 gqbits );



/*--------------------------------------------------------------------------*
 * spt_shorten_domain_set()
 *
Loading