Home
last modified time | relevance | path

Searched refs:AVFloatDSPContext (Results 1 - 25 of 59) sorted by relevance

123

/third_party/ffmpeg/libavutil/
H A Dfloat_dsp.h24 typedef struct AVFloatDSPContext { struct
192 } AVFloatDSPContext; typedef
205 void ff_float_dsp_init_aarch64(AVFloatDSPContext *fdsp);
206 void ff_float_dsp_init_arm(AVFloatDSPContext *fdsp);
207 void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int strict);
208 void ff_float_dsp_init_x86(AVFloatDSPContext *fdsp);
209 void ff_float_dsp_init_mips(AVFloatDSPContext *fdsp);
216 AVFloatDSPContext *avpriv_float_dsp_alloc(int strict);
H A Dfloat_dsp.c135 av_cold AVFloatDSPContext *avpriv_float_dsp_alloc(int bit_exact) in avpriv_float_dsp_alloc()
137 AVFloatDSPContext *fdsp = av_mallocz(sizeof(AVFloatDSPContext)); in avpriv_float_dsp_alloc()
/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_arm.h26 void ff_float_dsp_init_vfp(AVFloatDSPContext *fdsp, int cpu_flags);
27 void ff_float_dsp_init_neon(AVFloatDSPContext *fdsp);
H A Dfloat_dsp_init_arm.c24 av_cold void ff_float_dsp_init_arm(AVFloatDSPContext *fdsp) in ff_float_dsp_init_arm()
H A Dfloat_dsp_init_vfp.c37 av_cold void ff_float_dsp_init_vfp(AVFloatDSPContext *fdsp, int cpu_flags) in ff_float_dsp_init_vfp()
H A Dfloat_dsp_init_neon.c49 av_cold void ff_float_dsp_init_neon(AVFloatDSPContext *fdsp) in ff_float_dsp_init_neon()
/third_party/ffmpeg/libavcodec/
H A Datrac3plus.h197 void ff_atrac3p_generate_tones(Atrac3pChanUnitCtx *ch_unit, AVFloatDSPContext *fdsp,
210 void ff_atrac3p_power_compensation(Atrac3pChanUnitCtx *ctx, AVFloatDSPContext *fdsp,
224 void ff_atrac3p_imdct(AVFloatDSPContext *fdsp, FFTContext *mdct_ctx, float *pIn,
H A Dopus.h118 AVFloatDSPContext *fdsp;
170 AVFloatDSPContext *fdsp;
H A Datrac3plusdsp.c130 AVFloatDSPContext *fdsp, in waves_synth()
186 void ff_atrac3p_generate_tones(Atrac3pChanUnitCtx *ch_unit, AVFloatDSPContext *fdsp, in ff_atrac3p_generate_tones()
420 void ff_atrac3p_power_compensation(Atrac3pChanUnitCtx *ctx, AVFloatDSPContext *fdsp, in ff_atrac3p_power_compensation()
466 void ff_atrac3p_imdct(AVFloatDSPContext *fdsp, FFTContext *mdct_ctx, float *pIn, in ff_atrac3p_imdct()
H A Ddcadec.h81 void ff_dca_downmix_to_stereo_float(AVFloatDSPContext *fdsp, float **samples,
H A Ddca_lbr.h123 AVFloatDSPContext *fdsp;
H A Dopusenc_psy.h58 AVFloatDSPContext *dsp;
H A Dtwinvq.h138 AVFloatDSPContext *fdsp;
H A Dopus_celt.h97 AVFloatDSPContext *dsp;
H A Dwma.h136 AVFloatDSPContext *fdsp;
H A Ddca_core.h195 AVFloatDSPContext *float_dsp;
H A Dac3dec.h234 AVFloatDSPContext *fdsp;
H A Dac3enc.h164 AVFloatDSPContext *fdsp;
/third_party/ffmpeg/libavutil/ppc/
H A Dfloat_dsp_init.c29 av_cold void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int bit_exact) in ff_float_dsp_init_ppc()
/third_party/ffmpeg/libavfilter/
H A Daf_volume.h70 AVFloatDSPContext *fdsp;
H A Daf_afir.h96 AVFloatDSPContext *fdsp;
H A Daf_amultiply.c40 AVFloatDSPContext *fdsp;
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.h62 static void sbr_qmf_analysis_mips(AVFloatDSPContext *fdsp, FFTContext *mdct, in sbr_qmf_analysis_mips()
155 SBRDSPContext *sbrdsp, AVFloatDSPContext *fdsp, in sbr_qmf_synthesis_mips()
/third_party/ffmpeg/libavutil/aarch64/
H A Dfloat_dsp_init.c54 av_cold void ff_float_dsp_init_aarch64(AVFloatDSPContext *fdsp) in ff_float_dsp_init_aarch64()
/third_party/ffmpeg/libavutil/x86/
H A Dfloat_dsp_init.c80 av_cold void ff_float_dsp_init_x86(AVFloatDSPContext *fdsp) in ff_float_dsp_init_x86()

Completed in 12 milliseconds

123