Commit a144b182 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

ias_prot_fx.h update

parent 08f1d79d
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1735,7 +1735,8 @@ void TonalMDCTConceal_Detect_ivas_fx(
    const TonalMDCTConcealPtr hTonalMDCTConc,
    const Word32 pitchLag,
    Word16 * numIndices,
    const PsychoacousticParameters* psychParamsCurrent
    const PsychoacousticParameters* psychParamsCurrent,
    Word16 element_mode
);

Word16 GetPLCModeDecision_ivas_fx(
@@ -1758,7 +1759,8 @@ void ivas_DetectTonalComponents_fx(
    const Word16 nSamples,
    const Word16 nSamplesCore,
    Word16 floorPowerSpectrum,        /* i: lower limit for power spectrum bins  */
    const PsychoacousticParameters* psychParamsCurrent
    const PsychoacousticParameters* psychParamsCurrent,
    Word16 element_mode
);

ivas_error stereo_dft_dec_create_fx(