Loading .gitlab-ci.yml 0 → 100644 +919 −0 File added.Preview size limit exceeded, changes collapsed. Show changes lib_dec/acelp_core_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
.gitlab-ci.yml 0 → 100644 +919 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
lib_dec/acelp_core_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) { Loading