Home
last modified time | relevance | path

Searched refs:SUBFR_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsipr.c184 for (i = pitch_lag_int; i < SUBFR_SIZE; i++) in pitch_sharpening()
240 float tmp1[SUBFR_SIZE+1], tmp2[LP_FILTER_ORDER+1]; in eval_ir()
250 ff_celp_lp_synthesis_filterf(freq, tmp2, tmp1, SUBFR_SIZE, in eval_ir()
275 float buf[SUBFR_SIZE + LP_FILTER_ORDER]; in postfilter_5k0()
289 ff_celp_lp_synthesis_filterf(pole_out, lpc_d, samples, SUBFR_SIZE, in postfilter_5k0()
292 memcpy(ctx->postfilter_mem, pole_out + SUBFR_SIZE - LP_FILTER_ORDER, in postfilter_5k0()
295 ff_tilt_compensation(&ctx->tilt_mem, 0.4, pole_out, SUBFR_SIZE); in postfilter_5k0()
300 memcpy(ctx->postfilter_mem5k0, pole_out + SUBFR_SIZE - LP_FILTER_ORDER, in postfilter_5k0()
303 ff_celp_lp_zero_synthesis_filterf(samples, lpc_n, pole_out, SUBFR_SIZE, in postfilter_5k0()
369 int frame_size = subframe_count * SUBFR_SIZE; in decode_frame()
[all …]
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];