Home
last modified time | relevance | path

Searched refs:dct32_float (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudiodsp.h34 void (*dct32_float)(float *dst, const float *src); member
Dmpegaudiodsp.c91 s->dct32_float = dct.dct32; in ff_mpadsp_init()
DMakefile81 OBJS-$(CONFIG_DCT) += dct.o dct32_fixed.o dct32_float.o
/third_party/ffmpeg/libavcodec/x86/
Ddct32.asm195 cglobal dct32_float, 2,3,8, out, in, tmp
392 cglobal dct32_float, 2, 3, 16, out, in, tmp
/third_party/ffmpeg/libavcodec/mips/
Dmpegaudiodsp_mips_float.c1254 s->dct32_float = ff_dct32_mips_float; in ff_mpadsp_init_mipsfpu()
/third_party/ffmpeg/
DBUILD.gn351 "//third_party/ffmpeg/libavcodec/dct32_float.c",