Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dlpc.c157 if (INLINE_SSE2(cpu_flags) || INLINE_SSE2_SLOW(cpu_flags)) { in ff_lpc_init_x86()
/third_party/ffmpeg/libavutil/x86/
Dcpu.h91 #define INLINE_SSE2_SLOW(flags) CPUEXT_SUFFIX_SLOW(flags, _INLINE, SSE2) macro