RES_PREV_DATA_SIZE  125 libavcodec/g729dec.c     int16_t residual[SUBFRAME_SIZE + RES_PREV_DATA_SIZE];
RES_PREV_DATA_SIZE  141 libavcodec/g729postfilter.c     int16_t sig_scaled[SUBFRAME_SIZE + RES_PREV_DATA_SIZE];
RES_PREV_DATA_SIZE  146 libavcodec/g729postfilter.c     for(i=0; i<subframe_size + RES_PREV_DATA_SIZE; i++)
RES_PREV_DATA_SIZE  155 libavcodec/g729postfilter.c         for (i = 0; i < subframe_size + RES_PREV_DATA_SIZE; i++)
RES_PREV_DATA_SIZE  158 libavcodec/g729postfilter.c         for (i = 0; i < subframe_size + RES_PREV_DATA_SIZE; i++)
RES_PREV_DATA_SIZE  164 libavcodec/g729postfilter.c     ener = adsp->scalarproduct_int16(sig_scaled + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  165 libavcodec/g729postfilter.c                                     sig_scaled + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  194 libavcodec/g729postfilter.c             sum = adsp->scalarproduct_int16(sig_scaled + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  195 libavcodec/g729postfilter.c                                            sig_scaled + RES_PREV_DATA_SIZE - i,
RES_PREV_DATA_SIZE  204 libavcodec/g729postfilter.c             corr_int_den = adsp->scalarproduct_int16(sig_scaled + RES_PREV_DATA_SIZE - best_delay_int,
RES_PREV_DATA_SIZE  205 libavcodec/g729postfilter.c                                                      sig_scaled + RES_PREV_DATA_SIZE - best_delay_int,
RES_PREV_DATA_SIZE  215 libavcodec/g729postfilter.c                                      &sig_scaled[RES_PREV_DATA_SIZE - best_delay_int],
RES_PREV_DATA_SIZE  260 libavcodec/g729postfilter.c                                                        sig_scaled + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  301 libavcodec/g729postfilter.c         memcpy(residual_filt, residual + RES_PREV_DATA_SIZE, subframe_size * sizeof(int16_t));
RES_PREV_DATA_SIZE  309 libavcodec/g729postfilter.c                              &sig_scaled[RES_PREV_DATA_SIZE - best_delay_int + delayed_signal_offset],
RES_PREV_DATA_SIZE  317 libavcodec/g729postfilter.c                                        sig_scaled + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  379 libavcodec/g729postfilter.c         selected_signal_const = residual + RES_PREV_DATA_SIZE - (best_delay_int + 1 - delayed_signal_offset);
RES_PREV_DATA_SIZE  403 libavcodec/g729postfilter.c     ff_acelp_weighted_vector_sum(residual_filt, residual + RES_PREV_DATA_SIZE,
RES_PREV_DATA_SIZE  541 libavcodec/g729postfilter.c     residual_filter(residual + RES_PREV_DATA_SIZE, lp_gn + 11, speech, subframe_size);
RES_PREV_DATA_SIZE  553 libavcodec/g729postfilter.c     memmove(residual, residual + subframe_size, RES_PREV_DATA_SIZE * sizeof(int16_t));