Searched refs:SUBFR_SIZE (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 Dsipr.h44 #define SUBFR_SIZE 48 macro
76 DECLARE_ALIGNED(16, float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6];
88 float postfilter_syn5k0[LP_FILTER_ORDER + SUBFR_SIZE*5];
H A Dsipr.c183 for (i = pitch_lag_int; i < SUBFR_SIZE; i++)
239 float tmp1[SUBFR_SIZE+1], tmp2[LP_FILTER_ORDER+1];
249 ff_celp_lp_synthesis_filterf(freq, tmp2, tmp1, SUBFR_SIZE,
274 float buf[SUBFR_SIZE + LP_FILTER_ORDER];
288 ff_celp_lp_synthesis_filterf(pole_out, lpc_d, samples, SUBFR_SIZE,
291 memcpy(ctx->postfilter_mem, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
294 ff_tilt_compensation(&ctx->tilt_mem, 0.4, pole_out, SUBFR_SIZE);
299 memcpy(ctx->postfilter_mem5k0, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
302 ff_celp_lp_zero_synthesis_filterf(samples, lpc_n, pole_out, SUBFR_SIZE,
368 int frame_size = subframe_count * SUBFR_SIZE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr.h44 #define SUBFR_SIZE 48 macro
75 DECLARE_ALIGNED(16, float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6];
87 float postfilter_syn5k0[LP_FILTER_ORDER + SUBFR_SIZE*5];
H A Dsipr.c184 for (i = pitch_lag_int; i < SUBFR_SIZE; i++)
240 float tmp1[SUBFR_SIZE+1], tmp2[LP_FILTER_ORDER+1];
250 ff_celp_lp_synthesis_filterf(freq, tmp2, tmp1, SUBFR_SIZE,
275 float buf[SUBFR_SIZE + LP_FILTER_ORDER];
289 ff_celp_lp_synthesis_filterf(pole_out, lpc_d, samples, SUBFR_SIZE,
292 memcpy(ctx->postfilter_mem, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
295 ff_tilt_compensation(&ctx->tilt_mem, 0.4, pole_out, SUBFR_SIZE);
300 memcpy(ctx->postfilter_mem5k0, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
303 ff_celp_lp_zero_synthesis_filterf(samples, lpc_n, pole_out, SUBFR_SIZE,
369 int frame_size = subframe_count * SUBFR_SIZE;
[all...]

Completed in 66 milliseconds