Searched refs:dct32_float (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodsp.h | 34 void (*dct32_float)(float *dst, const float *src); member
|
D | mpegaudiodsp.c | 91 s->dct32_float = dct.dct32; in ff_mpadsp_init()
|
D | Makefile | 81 OBJS-$(CONFIG_DCT) += dct.o dct32_fixed.o dct32_float.o
|
/third_party/ffmpeg/libavcodec/x86/ |
D | dct32.asm | 195 cglobal dct32_float, 2,3,8, out, in, tmp 392 cglobal dct32_float, 2, 3, 16, out, in, tmp
|
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegaudiodsp_mips_float.c | 1254 s->dct32_float = ff_dct32_mips_float; in ff_mpadsp_init_mipsfpu()
|
/third_party/ffmpeg/ |
D | BUILD.gn | 250 "//third_party/ffmpeg/libavcodec/dct32_float.c",
|