autocorr_max      374 libavcodec/g723_1dec.c     int fwd_lag   = autocorr_max(buf, offset, &energy[1], pitch_lag,
autocorr_max      376 libavcodec/g723_1dec.c     int back_lag  = autocorr_max(buf, offset, &energy[3], pitch_lag,
autocorr_max      456 libavcodec/g723_1dec.c     index = autocorr_max(buf, offset, &ccr, pitch_lag, SUBFRAME_LEN * 2, -1);