Commit 93c3e3a7 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2480 Removing legacy function definition and declaration

parent 9fdab734
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5706,12 +5706,14 @@ void TonalMDCTConceal_UpdateState_fx(
    const Word16 badBlock,
    const Word8 tonalConcealmentActive );

#ifndef FIX_2480_HARM_TONALMDCT
void TonalMDCTConceal_Detect_fx(
    const TonalMDCTConcealPtr self, /*IN */
    const Word32 pitchLag,          /*IN */
    Word16 *umIndices,              /*OUT*/
    const Word16 element_mode       /* IN */
);
#endif // !FIX_2480_HARM_TONALMDCT

void TonalMDCTConceal_Apply_fx(
    const TonalMDCTConcealPtr hTonalMDCTConc, /*IN */
+2 −0
Original line number Diff line number Diff line
@@ -927,6 +927,7 @@ static void CalcMDXT(
    return;
}

#ifndef FIX_2480_HARM_TONALMDCT
void TonalMDCTConceal_Detect_fx(
    const TonalMDCTConcealPtr hTonalMDCTConc,
    const Word32 pitchLag, /*15Q16*/
@@ -1052,6 +1053,7 @@ void TonalMDCTConceal_Detect_fx(

    return;
}
#endif // !FIX_2480_HARM_TONALMDCT

void TonalMDCTConceal_Detect_ivas_fx(
    const TonalMDCTConcealPtr hTonalMDCTConc,