Lines Matching defs:samples
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
81 float samples_hb[LP_ORDER_16k + AMRWB_SFR_SIZE_16k]; ///< high-band samples and memory from synthesis at 16kHz
779 * @param[in,out] samples Pointer to the output samples and memory
783 float *samples)
805 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation,
814 * @param[in] in Input samples array with in[-1]
1021 * @param[in,out] samples Pointer to the output speech samples
1026 static void hb_synthesis(AMRWBContext *ctx, int subframe, float *samples,
1050 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, hb_lpc, exc, AMRWB_SFR_SIZE_16k,
1055 * Apply a 15th order filter to high-band samples.
1071 float data[AMRWB_SFR_SIZE_16k + HB_FIR_SIZE]; // past and current samples
1129 float hb_samples[AMRWB_SFR_SIZE_16k]; // filtered high-band samples from synthesis