Commit b6cd678d authored by multrus's avatar multrus
Browse files

small editorial changes

parent feb21cb5
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -175,8 +175,6 @@ void decoder_LPD_fx(
            st->core_brate = st->last_core_brate;
            move16();
            st->core = GetPLCModeDecision_fx( st );


            move16();
        }
    }
@@ -202,7 +200,6 @@ void decoder_LPD_fx(
    IF( bfi != 0 )
    {
        st->core = GetPLCModeDecision_fx( st );

        move16();
    }

+2 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ Word16 GetPLCModeDecision_fx(
#ifndef HARMONIZE_2427_GETPLC
                    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
                    IF( st->element_mode != 0 )
                    IF( NE_16( st->element_mode, EVS_MONO ) )
                    {
                        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 );
                    }
@@ -498,6 +498,7 @@ Word16 GetPLCModeDecision_fx(
            }
        }
    }

    return core; /*Q0*/
}