Searched refs:filt_mem (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr16k.c98 float* filt_mem[2], float* mem_preemph)
106 filt_mem[0][i] = iir_mem[i] * ff_pow_0_5[i];
111 ff_celp_lp_synthesis_filterf(tmpbuf, filt_mem[1], synth, 30,
117 ff_celp_lp_synthesis_filterf(synth, filt_mem[0], synth, 30,
124 ff_celp_lp_synthesis_filterf(out_data + 30, filt_mem[0],
132 FFSWAP(float *, filt_mem[0], filt_mem[1]);
264 postfilter(out_data, synth, ctx->iir_mem, ctx->filt_mem, ctx->mem_preemph);
276 ctx->filt_mem[0] = ctx->filt_buf[0];
277 ctx->filt_mem[
97 postfilter(float *out_data, float* synth, float* iir_mem, float* filt_mem[2], float* mem_preemph) argument
[all...]
H A Dsipr.h94 float *filt_mem[2]; member in struct:SiprContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr16k.c100 float* filt_mem[2], float* mem_preemph)
108 filt_mem[0][i] = iir_mem[i] * ff_pow_0_5[i];
113 ff_celp_lp_synthesis_filterf(tmpbuf, filt_mem[1], synth, 30,
119 ff_celp_lp_synthesis_filterf(synth, filt_mem[0], synth, 30,
126 ff_celp_lp_synthesis_filterf(out_data + 30, filt_mem[0],
134 FFSWAP(float *, filt_mem[0], filt_mem[1]);
266 postfilter(out_data, synth, ctx->iir_mem, ctx->filt_mem, ctx->mem_preemph);
278 ctx->filt_mem[0] = ctx->filt_buf[0];
279 ctx->filt_mem[
99 postfilter(float *out_data, float* synth, float* iir_mem, float* filt_mem[2], float* mem_preemph) argument
[all...]
H A Dsipr.h93 float *filt_mem[2]; member in struct:SiprContext

Completed in 68 milliseconds