Home
last modified time | relevance | path

Searched refs:postfilter (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dvoice.mak13 fate-g723_1-dec-1: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/ineqd53.tco -af aresamp…
16 fate-g723_1-dec-2: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/overd53.tco -af aresamp…
19 fate-g723_1-dec-3: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/overd63p.tco -af aresam…
22 fate-g723_1-dec-4: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/pathd53.tco -af aresamp…
25 fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/pathd63p.tco -af aresam…
28 fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/tamed63p.tco -af aresam…
31 fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63b.tco -af aresample
34 fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63e.tco -af aresample
/third_party/ffmpeg/tests/checkasm/
Dopusdsp.c90 if (check_func(ctx.postfilter, "postfilter_15")) in checkasm_check_opusdsp()
94 if (check_func(ctx.postfilter, "postfilter_512")) in checkasm_check_opusdsp()
98 if (check_func(ctx.postfilter, "postfilter_1022")) in checkasm_check_opusdsp()
/third_party/ffmpeg/libavcodec/
Devrcdec.c72 int postfilter; member
571 static void postfilter(EVRCContext *e, float *in, const float *coeff, in postfilter() function
735 postfilter(e, tmp, ilpc, samples, pitch_lag, in frame_erasure()
885 e->postfilter ? tmp : samples); in evrc_decode_frame()
886 if (e->postfilter) in evrc_decode_frame()
887 postfilter(e, tmp, ilpc, samples, pitch_lag, in evrc_decode_frame()
920 … { "postfilter", "enable postfilter", OFFSET(postfilter), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, AD },
Dopusdsp.h27 void (*postfilter)(float *data, int period, float *gains, int len); member
Dopusdsp.c54 ctx->postfilter = postfilter_c; in ff_opus_dsp_init()
Dsipr16k.c99 static void postfilter(float *out_data, float* synth, float* iir_mem, in postfilter() function
266 postfilter(out_data, synth, ctx->iir_mem, ctx->filt_mem, ctx->mem_preemph); in ff_sipr_decode_frame_16k()
Dg723_1.h161 int postfilter; member
Dqcelpdec.c654 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter() function
781 postfilter(q, outbuffer, lpc); in qcelp_decode_frame()
Dg723_1dec.c1013 if (s->postfilter) { in g723_1_decode_frame()
1083 if (s->postfilter) { in g723_1_decode_frame()
1100 { "postfilter", "enable postfilter", OFFSET(postfilter), AV_OPT_TYPE_BOOL,
Damrnbdec.c904 static void postfilter(AMRContext *p, float *lpc, float *buf_out) in postfilter() function
1054 postfilter(p, p->lpc[subframe], buf_out + subframe * AMR_SUBFRAME_SIZE); in amrnb_decode_frame()
Dwmavoice.c807 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() function
1615 postfilter(s, synth, samples, 80, lpcs, in synth_frame()
1622 postfilter(s, &synth[80], &samples[80], 80, lpcs, in synth_frame()
Dopus_celt.c222 f->opusdsp.postfilter(block->buf + 1024 + 2 * CELT_OVERLAP, in celt_postfilter()
/third_party/ffmpeg/libavcodec/aarch64/
Dopusdsp_init.c32 ctx->postfilter = ff_opus_postfilter_neon; in ff_opus_dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
Dopusdsp_init.c32 ctx->postfilter = ff_opus_postfilter_fma3; in ff_opus_dsp_init_x86()