Searched refs:filt_mem (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sipr16k.c | 100 float* filt_mem[2], float* mem_preemph) in postfilter() 108 filt_mem[0][i] = iir_mem[i] * ff_pow_0_5[i]; in postfilter() 113 ff_celp_lp_synthesis_filterf(tmpbuf, filt_mem[1], synth, 30, in postfilter() 119 ff_celp_lp_synthesis_filterf(synth, filt_mem[0], synth, 30, in postfilter() 126 ff_celp_lp_synthesis_filterf(out_data + 30, filt_mem[0], in postfilter() 134 FFSWAP(float *, filt_mem[0], filt_mem[1]); in postfilter() 266 postfilter(out_data, synth, ctx->iir_mem, ctx->filt_mem, ctx->mem_preemph); in ff_sipr_decode_frame_16k() 278 ctx->filt_mem[0] = ctx->filt_buf[0]; in ff_sipr_init_16k() 279 ctx->filt_mem[1] = ctx->filt_buf[1]; in ff_sipr_init_16k()
|
D | sipr.h | 93 float *filt_mem[2]; member
|