Searched defs:DCADSPContext (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcadsp.h | 30 typedef struct DCADSPContext { struct 31 void (*decode_hf)(int32_t **dst, 38 void (*decode_joint)(int32_t **dst, int32_t **src, 43 void (*lfe_fir_float[2])(float *pcm_samples, int32_t *lfe_samples, 46 void (*lfe_x96_float)(float *dst, const float *src, 49 void (*sub_qmf_float[2])(SynthFilterContext *synth, 58 void (*lfe_fir_fixed)(int32_t *pcm_samples, int32_t *lfe_samples, 61 void (*lfe_x96_fixed)(int32_t *dst, const int32_t *src, 64 void (*sub_qmf_fixed[2])(SynthFilterContext *synth, 94 } DCADSPContext; argument
|