Lines Matching refs:AMRWB_SFR_SIZE

63     float excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 2 + AMRWB_SFR_SIZE]; ///< current excitation and all necessary excitation history
66 float pitch_vector[AMRWB_SFR_SIZE]; ///< adaptive codebook (pitch) vector for current subframe
67 float fixed_vector[AMRWB_SFR_SIZE]; ///< algebraic codebook (fixed) vector for current subframe
79 float samples_az[LP_ORDER + AMRWB_SFR_SIZE]; ///< low-band samples and memory from synthesis at 12.8kHz
80 float samples_up[UPS_MEM_SIZE + AMRWB_SFR_SIZE]; ///< low-band samples and memory processed for upsampling
354 LP_ORDER, AMRWB_SFR_SIZE + 1);
359 memcpy(ctx->pitch_vector, exc, AMRWB_SFR_SIZE * sizeof(float));
361 for (i = 0; i < AMRWB_SFR_SIZE; i++)
364 memcpy(exc, ctx->pitch_vector, AMRWB_SFR_SIZE * sizeof(float));
556 memset(fixed_vector, 0, sizeof(float) * AMRWB_SFR_SIZE);
597 for (i = AMRWB_SFR_SIZE - 1; i != 0; i--)
601 for (i = ctx->pitch_lag_int; i < AMRWB_SFR_SIZE; i++)
619 AMRWB_SFR_SIZE) *
622 AMRWB_SFR_SIZE) *
687 memset(buf, 0, sizeof(float) * AMRWB_SFR_SIZE);
688 for (i = 0; i < AMRWB_SFR_SIZE; i++)
691 AMRWB_SFR_SIZE);
761 for (i = 1; i < AMRWB_SFR_SIZE - 1; i++) {
768 fixed_vector[AMRWB_SFR_SIZE - 1] -= cpe * last;
786 ctx->pitch_gain[0], fixed_gain, AMRWB_SFR_SIZE);
792 AMRWB_SFR_SIZE);
798 for (i = 0; i < AMRWB_SFR_SIZE; i++)
802 energy, AMRWB_SFR_SIZE);
806 AMRWB_SFR_SIZE, LP_ORDER);
824 for (i = 1; i < AMRWB_SFR_SIZE; i++)
827 mem[0] = out[AMRWB_SFR_SIZE - 1];
881 tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1);
884 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE);
906 AMRWB_SFR_SIZE);
1091 memmove(&ctx->excitation_buf[0], &ctx->excitation_buf[AMRWB_SFR_SIZE],
1097 memmove(&ctx->samples_az[0], &ctx->samples_az[AMRWB_SFR_SIZE],
1099 memmove(&ctx->samples_up[0], &ctx->samples_up[AMRWB_SFR_SIZE],
1122 float spare_vector[AMRWB_SFR_SIZE]; // extra stack space to hold result from anti-sparseness processing
1127 float synth_exc[AMRWB_SFR_SIZE]; // post-processed excitation for synthesis
1212 AMRWB_SFR_SIZE) /
1213 AMRWB_SFR_SIZE,
1224 for (i = 0; i < AMRWB_SFR_SIZE; i++) {
1248 hpf_31_gain, ctx->hpf_31_mem, AMRWB_SFR_SIZE);
1256 hpf_400_gain, ctx->hpf_400_mem, AMRWB_SFR_SIZE);