Loading lib_enc/enc_acelpx_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,7 @@ void E_ACELP_4tsearchx_ivas_fx( /* Init to avoid crash when the search does not find a solution */ FOR( k = 0; k < nb_pulse; k++ ) { codvec[k] = k; codvec[k] = s_and( k, 3 ); move16(); } Loading Loading
lib_enc/enc_acelpx_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,7 @@ void E_ACELP_4tsearchx_ivas_fx( /* Init to avoid crash when the search does not find a solution */ FOR( k = 0; k < nb_pulse; k++ ) { codvec[k] = k; codvec[k] = s_and( k, 3 ); move16(); } Loading