Loading lib_enc/tcx_ltp_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ static void tcx_ltp_pitch_search_ivas_fx( * Search fractional pitch with 1/4 subsample resolution. * search the fractions around t0 and choose the one which maximizes * the interpolated normalized correlation. *--------------FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH---------------------------------------------------*/ *-----------------------------------------------------------------*/ #ifdef FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH cor_idx = sub( L_INTERPOL1, t0_min ); #else Loading Loading
lib_enc/tcx_ltp_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ static void tcx_ltp_pitch_search_ivas_fx( * Search fractional pitch with 1/4 subsample resolution. * search the fractions around t0 and choose the one which maximizes * the interpolated normalized correlation. *--------------FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH---------------------------------------------------*/ *-----------------------------------------------------------------*/ #ifdef FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH cor_idx = sub( L_INTERPOL1, t0_min ); #else Loading