Searched refs:dct32 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddct_init.c34 s->dct32 = ff_dct32_float_sse;
36 s->dct32 = ff_dct32_float_sse2;
38 s->dct32 = ff_dct32_float_avx;
H A DMakefile80 YASM-OBJS-$(CONFIG_DCT) += x86/dct32.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct.h36 void (*dct32)(FFTSample *out, const FFTSample *in); member in struct:DCTContext
H A Dmpegaudiodsp.c24 #include "dct32.h"
37 s->dct32_float = dct.dct32;
H A Ddct32.c22 #include "dct32.h"
26 # define dct32 ff_dct32_float macro
31 # define dct32 ff_dct32_fixed macro
115 void dct32(INTFLOAT *out, const INTFLOAT *tab) function
H A Ddct.c34 #include "dct32.h"
173 ctx->dct32(data, data);
210 s->dct32 = ff_dct32_float;
H A Dmpegaudiodsp_template.c24 #include "dct32.h"
188 s->RENAME(dct32)(synth_buf, sb_samples);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft.c62 s->dct32 = ff_dct32_float_avx;
64 s->dct32 = ff_dct32_float_sse2;
66 s->dct32 = ff_dct32_float_sse;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodsp.c25 #include "dct32.h"
38 s->dct32_float = dct.dct32;
H A Ddct.h38 void (*dct32)(FFTSample *out, const FFTSample *in); member in struct:DCTContext
H A Ddct32_template.c22 #include "dct32.h"
26 # define dct32 ff_dct32_float macro
31 # define dct32 ff_dct32_fixed macro
115 void dct32(INTFLOAT *out, const INTFLOAT *tab) function
H A Ddct.c35 #include "dct32.h"
174 ctx->dct32(data, data);
211 s->dct32 = ff_dct32_float;
H A Dmpegaudiodsp_template.c25 #include "dct32.h"
188 s->RENAME(dct32)(synth_buf, sb_samples);

Completed in 199 milliseconds