SUBFR_SIZE        184 libavcodec/sipr.c     for (i = pitch_lag_int; i < SUBFR_SIZE; i++)
SUBFR_SIZE        240 libavcodec/sipr.c     float tmp1[SUBFR_SIZE+1], tmp2[LP_FILTER_ORDER+1];
SUBFR_SIZE        250 libavcodec/sipr.c     ff_celp_lp_synthesis_filterf(freq, tmp2, tmp1, SUBFR_SIZE,
SUBFR_SIZE        275 libavcodec/sipr.c     float buf[SUBFR_SIZE + LP_FILTER_ORDER];
SUBFR_SIZE        289 libavcodec/sipr.c     ff_celp_lp_synthesis_filterf(pole_out, lpc_d, samples, SUBFR_SIZE,
SUBFR_SIZE        292 libavcodec/sipr.c     memcpy(ctx->postfilter_mem, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
SUBFR_SIZE        295 libavcodec/sipr.c     ff_tilt_compensation(&ctx->tilt_mem, 0.4, pole_out, SUBFR_SIZE);
SUBFR_SIZE        300 libavcodec/sipr.c     memcpy(ctx->postfilter_mem5k0, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
SUBFR_SIZE        303 libavcodec/sipr.c     ff_celp_lp_zero_synthesis_filterf(samples, lpc_n, pole_out, SUBFR_SIZE,
SUBFR_SIZE        369 libavcodec/sipr.c     int frame_size = subframe_count * SUBFR_SIZE;
SUBFR_SIZE        372 libavcodec/sipr.c     float ir_buf[SUBFR_SIZE + LP_FILTER_ORDER];
SUBFR_SIZE        391 libavcodec/sipr.c         float fixed_vector[SUBFR_SIZE];
SUBFR_SIZE        404 libavcodec/sipr.c                               SUBFR_SIZE);
SUBFR_SIZE        412 libavcodec/sipr.c                               SUBFR_SIZE);
SUBFR_SIZE        416 libavcodec/sipr.c                                                           SUBFR_SIZE)) /
SUBFR_SIZE        417 libavcodec/sipr.c                      SUBFR_SIZE;
SUBFR_SIZE        427 libavcodec/sipr.c                                 pitch_gain, gain_code, SUBFR_SIZE);
SUBFR_SIZE        436 libavcodec/sipr.c         for (j = 0; j < SUBFR_SIZE; j++)
SUBFR_SIZE        442 libavcodec/sipr.c             ff_celp_lp_synthesis_filterf(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*SUBFR_SIZE,
SUBFR_SIZE        443 libavcodec/sipr.c                                          pAz, excitation, SUBFR_SIZE,
SUBFR_SIZE        447 libavcodec/sipr.c         ff_celp_lp_synthesis_filterf(synth + i*SUBFR_SIZE, pAz, fixed_vector,
SUBFR_SIZE        448 libavcodec/sipr.c                                      SUBFR_SIZE, LP_FILTER_ORDER);
SUBFR_SIZE        450 libavcodec/sipr.c         excitation += SUBFR_SIZE;
SUBFR_SIZE        458 libavcodec/sipr.c             float energy = avpriv_scalarproduct_float_c(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i * SUBFR_SIZE,
SUBFR_SIZE        459 libavcodec/sipr.c                                                         ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i * SUBFR_SIZE,
SUBFR_SIZE        460 libavcodec/sipr.c                                                         SUBFR_SIZE);
SUBFR_SIZE        461 libavcodec/sipr.c             ff_adaptive_gain_control(&synth[i * SUBFR_SIZE],
SUBFR_SIZE        462 libavcodec/sipr.c                                      &synth[i * SUBFR_SIZE], energy,
SUBFR_SIZE        463 libavcodec/sipr.c                                      SUBFR_SIZE, 0.9, &ctx->postfilter_agc);
SUBFR_SIZE        532 libavcodec/sipr.c     int subframe_size = ctx->mode == MODE_16k ? L_SUBFR_16k : SUBFR_SIZE;
SUBFR_SIZE         75 libavcodec/sipr.h     DECLARE_ALIGNED(16, float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6];
SUBFR_SIZE         87 libavcodec/sipr.h     float postfilter_syn5k0[LP_FILTER_ORDER + SUBFR_SIZE*5];