Loading lib_rend/ivas_RMSEnvGrouping.c +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ static float TryMerge2( return fMergedCost; } #ifdef SPLIT_REND_LCLD_5MS #ifndef SPLIT_REND_LCLD_5MS /*-------------------------------------------------------------------* * Function ComputeGreedyGroups() * Loading lib_rend/ivas_splitRendererPLC.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++ ) { Loading Loading
lib_rend/ivas_RMSEnvGrouping.c +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ static float TryMerge2( return fMergedCost; } #ifdef SPLIT_REND_LCLD_5MS #ifndef SPLIT_REND_LCLD_5MS /*-------------------------------------------------------------------* * Function ComputeGreedyGroups() * Loading
lib_rend/ivas_splitRendererPLC.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++ ) { Loading