Home
last modified time | relevance | path

Searched refs:fixed_dsp (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
DMakefile13 x86/fixed_dsp.o \
/third_party/ffmpeg/tests/fate/
Dcheckasm.mak8 fate-checkasm-fixed_dsp \
/third_party/ffmpeg/tests/checkasm/
DMakefile53 AVUTILOBJS += fixed_dsp.o
/third_party/ffmpeg/libavcodec/
Ddca_core.h198 AVFixedDSPContext *fixed_dsp; member
Ddca_core.c2129 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], in filter_frame_fixed()
2136 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_Ls], in filter_frame_fixed()
2416 if (!(s->fixed_dsp = avpriv_alloc_fixed_dsp(0))) in ff_dca_core_init()
2433 av_freep(&s->fixed_dsp); in ff_dca_core_close()
/third_party/ffmpeg/libavutil/
DMakefile127 fixed_dsp.o \
/third_party/ffmpeg/
DBUILD.gn1435 "//third_party/ffmpeg/libavutil/fixed_dsp.c",