Commit f00dd9a2 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

warning fixes

parent 4fbd8abc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ static float TryMerge2(
    return fMergedCost;
}

#ifdef SPLIT_REND_LCLD_5MS
#ifndef SPLIT_REND_LCLD_5MS
/*-------------------------------------------------------------------*
 * Function ComputeGreedyGroups()
 *
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ void ivas_splitBinRendPLC(
        if ( hSplitRendPLC->bf_count < mute_cntr )
        {
            fade_val = ( ( hSplitRendPLC->bf_count - fade_start_cntr ) * iNumCols ) / CLDFB_NO_COL_MAX;
            fade_fac = powf( 10, ( hSplitRendPLC->bf_count - fade_start_cntr ) * SR_PLC_FADE_DEGREE / 20.0f );
            fade_fac = powf( 10, fade_val * SR_PLC_FADE_DEGREE / 20.0f );

            for ( n = 0; n < num_chs; n++ )
            {