Commit 0b4a7edd authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Saturation test in float reference code

parent 15ff2f4a
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+919 −0

File added.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -882,6 +882,10 @@ ivas_error acelp_core_dec(
                /* Core synthesis at 12.8kHz or 16kHz */
                mvr2r( st->mem_syn2, mem_tmp, M );
                syn_12k8( st->L_frame, Aq, exc2, syn, st->mem_syn2, 1 );
                for (int i = 0; i < st->L_frame; i++)
                {
                    assert( syn[i] < 32767.f && syn[i] > -32768.f );
                }

                if ( st->hMusicPF != NULL )
                {