Loading lib_dec/FEC_clas_estim_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -477,6 +477,8 @@ void FEC_clas_estim_fx( test(); test(); IF( ( NE_16( coder_type, VOICED ) && LT_32( bitrate, ACELP_11k60 ) ) || Opt_AMR_WB ) #else IF( NE_16( coder_type, VOICED ) ) #endif { Word16 result = UNVOICED_CLAS; Loading Loading
lib_dec/FEC_clas_estim_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -477,6 +477,8 @@ void FEC_clas_estim_fx( test(); test(); IF( ( NE_16( coder_type, VOICED ) && LT_32( bitrate, ACELP_11k60 ) ) || Opt_AMR_WB ) #else IF( NE_16( coder_type, VOICED ) ) #endif { Word16 result = UNVOICED_CLAS; Loading