mirror of
https://github.com/xiph/opus.git
synced 2025-05-30 07:07:42 +00:00
Hardening asserts for SILK float
This commit is contained in:
parent
7e3352ef51
commit
e69fc1995e
11 changed files with 32 additions and 32 deletions
|
@ -99,6 +99,6 @@ void silk_find_LPC_FLP(
|
|||
silk_A2NLSF_FLP( NLSF_Q15, a, psEncC->predictLPCOrder );
|
||||
}
|
||||
|
||||
silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
|
||||
celt_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
|
||||
( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue