Loading lib_enc/acelp_core_enc.c +4 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,10 @@ ivas_error acelp_core_enc( { st->Nb_ACELP_frames = 0; } if ( st->Nb_ACELP_frames < MAX16B ) { st->Nb_ACELP_frames++; } if ( st->L_frame == L_FRAME ) { Loading Loading
lib_enc/acelp_core_enc.c +4 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,10 @@ ivas_error acelp_core_enc( { st->Nb_ACELP_frames = 0; } if ( st->Nb_ACELP_frames < MAX16B ) { st->Nb_ACELP_frames++; } if ( st->L_frame == L_FRAME ) { Loading