Loading lib_dec/fd_cng_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -2623,6 +2623,8 @@ void perform_noise_estimation_dec_ivas_fx( IF( LT_16( e_temp, 0 ) ) { temp = L_shr( temp, abs_s( e_temp ) ); e_temp = 0; move16(); } ftemp = rand_gauss( &hFdCngDec->cna_seed ); Loading Loading
lib_dec/fd_cng_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -2623,6 +2623,8 @@ void perform_noise_estimation_dec_ivas_fx( IF( LT_16( e_temp, 0 ) ) { temp = L_shr( temp, abs_s( e_temp ) ); e_temp = 0; move16(); } ftemp = rand_gauss( &hFdCngDec->cna_seed ); Loading