AMRWB_SFR_SIZE 62 libavcodec/amrwbdec.c float excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 2 + AMRWB_SFR_SIZE]; ///< current excitation and all necessary excitation history AMRWB_SFR_SIZE 65 libavcodec/amrwbdec.c float pitch_vector[AMRWB_SFR_SIZE]; ///< adaptive codebook (pitch) vector for current subframe AMRWB_SFR_SIZE 66 libavcodec/amrwbdec.c float fixed_vector[AMRWB_SFR_SIZE]; ///< algebraic codebook (fixed) vector for current subframe AMRWB_SFR_SIZE 78 libavcodec/amrwbdec.c float samples_az[LP_ORDER + AMRWB_SFR_SIZE]; ///< low-band samples and memory from synthesis at 12.8kHz AMRWB_SFR_SIZE 79 libavcodec/amrwbdec.c float samples_up[UPS_MEM_SIZE + AMRWB_SFR_SIZE]; ///< low-band samples and memory processed for upsampling AMRWB_SFR_SIZE 343 libavcodec/amrwbdec.c LP_ORDER, AMRWB_SFR_SIZE + 1); AMRWB_SFR_SIZE 348 libavcodec/amrwbdec.c memcpy(ctx->pitch_vector, exc, AMRWB_SFR_SIZE * sizeof(float)); AMRWB_SFR_SIZE 350 libavcodec/amrwbdec.c for (i = 0; i < AMRWB_SFR_SIZE; i++) AMRWB_SFR_SIZE 353 libavcodec/amrwbdec.c memcpy(exc, ctx->pitch_vector, AMRWB_SFR_SIZE * sizeof(float)); AMRWB_SFR_SIZE 545 libavcodec/amrwbdec.c memset(fixed_vector, 0, sizeof(float) * AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 586 libavcodec/amrwbdec.c for (i = AMRWB_SFR_SIZE - 1; i != 0; i--) AMRWB_SFR_SIZE 590 libavcodec/amrwbdec.c for (i = ctx->pitch_lag_int; i < AMRWB_SFR_SIZE; i++) AMRWB_SFR_SIZE 608 libavcodec/amrwbdec.c AMRWB_SFR_SIZE) * AMRWB_SFR_SIZE 611 libavcodec/amrwbdec.c AMRWB_SFR_SIZE) * AMRWB_SFR_SIZE 676 libavcodec/amrwbdec.c memset(buf, 0, sizeof(float) * AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 677 libavcodec/amrwbdec.c for (i = 0; i < AMRWB_SFR_SIZE; i++) AMRWB_SFR_SIZE 680 libavcodec/amrwbdec.c AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 750 libavcodec/amrwbdec.c for (i = 1; i < AMRWB_SFR_SIZE - 1; i++) { AMRWB_SFR_SIZE 757 libavcodec/amrwbdec.c fixed_vector[AMRWB_SFR_SIZE - 1] -= cpe * last; AMRWB_SFR_SIZE 775 libavcodec/amrwbdec.c ctx->pitch_gain[0], fixed_gain, AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 781 libavcodec/amrwbdec.c AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 787 libavcodec/amrwbdec.c for (i = 0; i < AMRWB_SFR_SIZE; i++) AMRWB_SFR_SIZE 791 libavcodec/amrwbdec.c energy, AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 795 libavcodec/amrwbdec.c AMRWB_SFR_SIZE, LP_ORDER); AMRWB_SFR_SIZE 813 libavcodec/amrwbdec.c for (i = 1; i < AMRWB_SFR_SIZE; i++) AMRWB_SFR_SIZE 816 libavcodec/amrwbdec.c mem[0] = out[AMRWB_SFR_SIZE - 1]; AMRWB_SFR_SIZE 870 libavcodec/amrwbdec.c tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1); AMRWB_SFR_SIZE 873 libavcodec/amrwbdec.c tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 895 libavcodec/amrwbdec.c AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 1080 libavcodec/amrwbdec.c memmove(&ctx->excitation_buf[0], &ctx->excitation_buf[AMRWB_SFR_SIZE], AMRWB_SFR_SIZE 1086 libavcodec/amrwbdec.c memmove(&ctx->samples_az[0], &ctx->samples_az[AMRWB_SFR_SIZE], AMRWB_SFR_SIZE 1088 libavcodec/amrwbdec.c memmove(&ctx->samples_up[0], &ctx->samples_up[AMRWB_SFR_SIZE], AMRWB_SFR_SIZE 1104 libavcodec/amrwbdec.c float spare_vector[AMRWB_SFR_SIZE]; // extra stack space to hold result from anti-sparseness processing AMRWB_SFR_SIZE 1109 libavcodec/amrwbdec.c float synth_exc[AMRWB_SFR_SIZE]; // post-processed excitation for synthesis AMRWB_SFR_SIZE 1199 libavcodec/amrwbdec.c AMRWB_SFR_SIZE) / AMRWB_SFR_SIZE 1200 libavcodec/amrwbdec.c AMRWB_SFR_SIZE, AMRWB_SFR_SIZE 1211 libavcodec/amrwbdec.c for (i = 0; i < AMRWB_SFR_SIZE; i++) { AMRWB_SFR_SIZE 1235 libavcodec/amrwbdec.c hpf_31_gain, ctx->hpf_31_mem, AMRWB_SFR_SIZE); AMRWB_SFR_SIZE 1243 libavcodec/amrwbdec.c hpf_400_gain, ctx->hpf_400_mem, AMRWB_SFR_SIZE);