Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c198 #define DECL_IMDCT_BLOCKS(CPU1, CPU2) \ macro
232 DECL_IMDCT_BLOCKS(sse,sse) in DECL_IMDCT_BLOCKS() function
234 DECL_IMDCT_BLOCKS(sse2,sse) in DECL_IMDCT_BLOCKS()
235 DECL_IMDCT_BLOCKS(sse3,sse) in DECL_IMDCT_BLOCKS()
236 DECL_IMDCT_BLOCKS(ssse3,sse) in DECL_IMDCT_BLOCKS()
239 DECL_IMDCT_BLOCKS(avx,avx) in DECL_IMDCT_BLOCKS()