Commit 87165a68 authored by Jan Kiene's avatar Jan Kiene
Browse files

cleanup: apply clang-format

parent fe7ffd5f
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
#include "cnst.h"



/*---------------------------------------------------------------
  Ari 14 bits common routines
  -------------------------------------------------------------*/
+0 −1
Original line number Diff line number Diff line
@@ -1442,7 +1442,6 @@ void resampleCldfb_ivas_fx(
}



void analysisCldfbEncoder_ivas_fx(
    Encoder_State *st, /* i/o: encoder state structure   */
    Word32 *timeIn,    /*q11*/
+1 −2
Original line number Diff line number Diff line
@@ -5577,7 +5577,6 @@ void TonalMDCTConceal_UpdateState_fx(
    const Word8 tonalConcealmentActive );



void TonalMDCTConceal_Apply_fx(
    Word16 element_mode,
    const TonalMDCTConcealPtr hTonalMDCTConc, /*IN    */
+0 −1
Original line number Diff line number Diff line
@@ -263,7 +263,6 @@ ivas_error ivas_td_binaural_renderer_sf_fx(
            tmp_vector_fx = &st_ivas->hCombinedOrientationData->listenerPos[st_ivas->hCombinedOrientationData->subframe_idx];
            enableCombinedOrientation = st_ivas->hCombinedOrientationData->enableCombinedOrientation[st_ivas->hCombinedOrientationData->subframe_idx];
            move16();

        }
        ELSE
        {
+0 −1
Original line number Diff line number Diff line
@@ -128,7 +128,6 @@ static Word16 ivas_dec_split_rend_cldfb_in( const RENDERER_TYPE renderer_type );
static void update_voip_rendered20ms( IVAS_DEC_HANDLE hIvasDec, const Word16 nSamplesRendered );



/*---------------------------------------------------------------------*
 * ivas_dec_handle_init()
 *
Loading