Home
last modified time | relevance | path

Searched refs:AVFixedDSPContext (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dfixed_dsp.h56 typedef struct AVFixedDSPContext { struct
154 } AVFixedDSPContext; typedef
162 AVFixedDSPContext * avpriv_alloc_fixed_dsp(int strict);
164 void ff_fixed_dsp_init_x86(AVFixedDSPContext *fdsp);
H A Dfixed_dsp.c150 AVFixedDSPContext * avpriv_alloc_fixed_dsp(int bit_exact) in avpriv_alloc_fixed_dsp()
152 AVFixedDSPContext * fdsp = av_malloc(sizeof(AVFixedDSPContext)); in avpriv_alloc_fixed_dsp()
/third_party/ffmpeg/libavutil/x86/
H A Dfixed_dsp_init.c28 av_cold void ff_fixed_dsp_init_x86(AVFixedDSPContext *fdsp) in ff_fixed_dsp_init_x86()
/third_party/ffmpeg/libavcodec/
H A Ddca_core.h196 AVFixedDSPContext *fixed_dsp;
H A Dac3dec.h232 AVFixedDSPContext *fdsp;
H A Dac3enc.h166 AVFixedDSPContext *fdsp;
H A Daac.h334 AVFixedDSPContext *fdsp;
H A Daacsbr_template.c1165 static void sbr_qmf_analysis(AVFixedDSPContext *dsp, FFTContext *mdct,
1212 SBRDSPContext *sbrdsp, AVFixedDSPContext *dsp,
/third_party/ffmpeg/tests/checkasm/
H A Dfixed_dsp.c138 AVFixedDSPContext *fdsp = avpriv_alloc_fixed_dsp(1); in checkasm_check_fixed_dsp()

Completed in 9 milliseconds