PITCH_ORDER       526 libavcodec/g723_1.c     int offset = PITCH_MAX - PITCH_ORDER / 2 - lag;
PITCH_ORDER       533 libavcodec/g723_1.c     for (i = 2; i < SUBFRAME_LEN + PITCH_ORDER - 1; i++)
PITCH_ORDER       550 libavcodec/g723_1.c     int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1];
PITCH_ORDER       568 libavcodec/g723_1.c         sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER);
PITCH_ORDER      1924 libavcodec/g723_1.c     int16_t flt_buf[PITCH_ORDER][SUBFRAME_LEN];
PITCH_ORDER      1928 libavcodec/g723_1.c     int ccr_buf[PITCH_ORDER * SUBFRAMES << 2];
PITCH_ORDER      1954 libavcodec/g723_1.c                 temp += residual[PITCH_ORDER - 1 + k] * impulse_resp[j - k];
PITCH_ORDER      1955 libavcodec/g723_1.c             flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) +
PITCH_ORDER      1959 libavcodec/g723_1.c         for (j = PITCH_ORDER - 2; j >= 0; j--) {
PITCH_ORDER      1969 libavcodec/g723_1.c         for (j = 0; j < PITCH_ORDER; j++) {
PITCH_ORDER      1975 libavcodec/g723_1.c         for (j = 0; j < PITCH_ORDER; j++) {
PITCH_ORDER      1980 libavcodec/g723_1.c         for (j = 1; j < PITCH_ORDER; j++) {
PITCH_ORDER      2405 libavcodec/g723_1.c         int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1];