Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/x86/
DMakefile15 x86/fixed_dsp.o \
/third_party/ffmpeg/tests/fate/
Dcheckasm.mak9 fate-checkasm-fixed_dsp \
/third_party/ffmpeg/tests/checkasm/
DMakefile57 AVUTILOBJS += fixed_dsp.o
/third_party/ffmpeg/libavcodec/
Ddca_core.h196 AVFixedDSPContext *fixed_dsp; member
Ddca_core.c2131 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], in filter_frame_fixed()
2138 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_Ls], in filter_frame_fixed()
2418 if (!(s->fixed_dsp = avpriv_alloc_fixed_dsp(0))) in ff_dca_core_init()
2435 av_freep(&s->fixed_dsp); in ff_dca_core_close()
/third_party/ffmpeg/libavutil/
DMakefile134 fixed_dsp.o \
/third_party/ffmpeg/
DBUILD.gn1585 "//third_party/ffmpeg/libavutil/fixed_dsp.c",