Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb.c170 if (INLINE_AVX(cpu_flags)) in rgb2rgb_init_x86()
/third_party/ffmpeg/libavutil/x86/
Dcpu.h100 #define INLINE_AVX(flags) CPUEXT_SUFFIX(flags, _INLINE, AVX) macro