Loading lib_enc/dtx.c +4 −2 Original line number Diff line number Diff line Loading @@ -94,10 +94,12 @@ void dtx( float alpha; #ifdef FIX_368_SBA_MODE int32_t max_brate_dtx_ivas; DTX_ENC_HANDLE hDtxEnc; max_brate_dtx_ivas = ( sba_mode_flag ) ? MAX_BRATE_DTX_IVAS_SBA : MAX_BRATE_DTX_IVAS; #endif hDtxEnc = st->hDtxEnc; #else DTX_ENC_HANDLE hDtxEnc = st->hDtxEnc; #endif int16_t last_br_cng_flag, last_br_flag, br_dtx_flag; if ( st->dtx_sce_sba != 0 ) { Loading Loading
lib_enc/dtx.c +4 −2 Original line number Diff line number Diff line Loading @@ -94,10 +94,12 @@ void dtx( float alpha; #ifdef FIX_368_SBA_MODE int32_t max_brate_dtx_ivas; DTX_ENC_HANDLE hDtxEnc; max_brate_dtx_ivas = ( sba_mode_flag ) ? MAX_BRATE_DTX_IVAS_SBA : MAX_BRATE_DTX_IVAS; #endif hDtxEnc = st->hDtxEnc; #else DTX_ENC_HANDLE hDtxEnc = st->hDtxEnc; #endif int16_t last_br_cng_flag, last_br_flag, br_dtx_flag; if ( st->dtx_sce_sba != 0 ) { Loading