Searched defs:postfilter (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opusdsp.h | 27 void (*postfilter)(float *data, int period, float *gains, int len); member
|
D | sipr16k.c | 99 static void postfilter(float *out_data, float* synth, float* iir_mem, in postfilter() function
|
D | evrcdec.c | 72 int postfilter; member 571 static void postfilter(EVRCContext *e, float *in, const float *coeff, in postfilter() function
|
D | g723_1.h | 161 int postfilter; member
|
D | qcelpdec.c | 654 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter() function
|
D | amrnbdec.c | 904 static void postfilter(AMRContext *p, float *lpc, float *buf_out) in postfilter() function
|
D | wmavoice.c | 807 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() function
|