Commit 84953aa1 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2427 further testing Tonal function pairs

parent df7ee5b1
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -577,7 +577,17 @@ Word16 GetPLCModeDecision_fx(
#ifndef HARMONIZE_2427_GETPLC
                    TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode );
#else
                    IF(st->element_mode != EVS_MONO)
                    {
                        // IVAS version
                        TonalMDCTConceal_Detect_ivas_fx(st->hTonalMDCTConc, pitch, &numIndices, (EQ_16(st->element_mode, IVAS_CPE_MDCT) ? &(st->hTcxCfg->psychParamsTCX20) : st->hTcxCfg->psychParamsCurrent), st->element_mode);

                    }
                    ELSE
                    {
                        // EVS version
                        TonalMDCTConceal_Detect(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode);
                    }
                    #endif // !HARMONIZE_2427_GETPLC
                    test();
                    test();