Commit 817daa1c authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2435 changing the declaration for writetnsdata_fx

parent 04c90339
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1494,22 +1494,22 @@ Word16 EncodeTnsData_fx(
    Word16 *pnSize,
    Word16 *pnBits );

#ifndef HARMONIZE_ISSUE_2435_WRITETNSDATA

Word16 WriteTnsData_fx(
    STnsConfig const *pTnsConfig,
    Word16 const *stream,
    Word16 *pnSize,
    Encoder_State *st,
    Word16 *pnBits );
#endif // !HARMONIZE_ISSUE_2435_WRITETNSDATA

#ifndef HARMONIZE_ISSUE_2435_WRITETNSDATA
Word16 WriteTnsData_ivas_fx(
    STnsConfig const *pTnsConfig,
    Word16 const *stream,
    Word16 *pnSize,
    BSTR_ENC_HANDLE hBstr,
    Word16 *pnBits );

#endif // !HARMONIZE_ISSUE_2435_WRITETNSDATA
void subband_FFT_fx(
    Word32 **Sr,      /*(i) real part of the CLDFB*/
    Word32 **Si,      /*(i) imag part of the CLDFB*/