/third_party/ffmpeg/tests/fate/ |
D | voice.mak | 13 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/ |
D | opusdsp.c | 90 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/ |
D | evrcdec.c | 72 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 },
|
D | opusdsp.h | 27 void (*postfilter)(float *data, int period, float *gains, int len); member
|
D | opusdsp.c | 54 ctx->postfilter = postfilter_c; in ff_opus_dsp_init()
|
D | sipr16k.c | 99 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()
|
D | g723_1.h | 161 int postfilter; member
|
D | qcelpdec.c | 654 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter() function 781 postfilter(q, outbuffer, lpc); in qcelp_decode_frame()
|
D | g723_1dec.c | 1013 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,
|
D | amrnbdec.c | 904 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()
|
D | wmavoice.c | 807 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()
|
D | opus_celt.c | 222 f->opusdsp.postfilter(block->buf + 1024 + 2 * CELT_OVERLAP, in celt_postfilter()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | opusdsp_init.c | 32 ctx->postfilter = ff_opus_postfilter_neon; in ff_opus_dsp_init_aarch64()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | opusdsp_init.c | 32 ctx->postfilter = ff_opus_postfilter_fma3; in ff_opus_dsp_init_x86()
|