Commit e5ab5d37 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

check lowprecission for perform_noise_estimation_enc

parent 608d1340
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@
#define FIX_2485_HARMONIZE_perform_noise_estimation_enc /* FhG: harmonize perform_noise_estimation_enc and perform_noise_estimation_enc_ivas */
#define FIX_2485_HARMONIZE_minimum_statistics           /* FhG: harmonize minimum_statistics and minimum_statistics_fx */
#define FIX_2485_HARMONIZE_minimum_statistics_EVSmode   /* FhG: harmonize... and use EVS-code for certain calculations, instead of IVAS code,  ensures EVS-BEness */
#define FIX_2485_CHECKLOWPRECISSION



+4 −0
Original line number Diff line number Diff line
@@ -2492,6 +2492,10 @@ void perform_noise_estimation_enc_fx(
    int element_mode             /* i  : is element EVS or IVAS                                    */
)
{
#ifdef FIX_2485_CHECKLOWPRECISSION
    element_mode = 0;
    move32();
#endif
    if ( element_mode == 0 )
    {
        (void) input_Fs;