Loading lib_enc/pitch_ol_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1579,7 +1579,7 @@ void pitch_ol_ivas_fx( * For each subsection, find the correlation (overlapping pitch lag values) *-----------------------------------------------------------------*/ FOR( j = subsect0; j < nb_subsect; j++ ) FOR( j = subsect0; j < nb_subsect[i]; j++ ) { k = sub( pit_max[j + 1], pit_max[j] ); Loading Loading
lib_enc/pitch_ol_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1579,7 +1579,7 @@ void pitch_ol_ivas_fx( * For each subsection, find the correlation (overlapping pitch lag values) *-----------------------------------------------------------------*/ FOR( j = subsect0; j < nb_subsect; j++ ) FOR( j = subsect0; j < nb_subsect[i]; j++ ) { k = sub( pit_max[j + 1], pit_max[j] ); Loading