Searched refs:dct32_float (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodsp.c | 92 s->dct32_float = dct.dct32; in ff_mpadsp_init()
|
H A D | mpegaudiodsp.h | 34 void (*dct32_float)(float *dst, const float *src); member
|
H A D | Makefile | 83 OBJS-$(CONFIG_DCT) += dct.o dct32_fixed.o dct32_float.o
|
/third_party/ffmpeg/libavcodec/x86/ |
H A 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/ |
H A D | mpegaudiodsp_mips_float.c | 1255 s->dct32_float = ff_dct32_mips_float; in ff_mpadsp_init_mipsfpu()
|
Completed in 6 milliseconds