Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb.c170 if (INLINE_AMD3DNOW(cpu_flags)) in rgb2rgb_init_x86()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoencdsp_init.c255 if (INLINE_AMD3DNOW(cpu_flags)) { in ff_mpegvideoencdsp_init_x86()
Dcavsdsp.c437 if (INLINE_AMD3DNOW(cpu_flags)) in ff_cavsdsp_init_x86()
/third_party/ffmpeg/libavutil/x86/
Dcpu.h84 #define INLINE_AMD3DNOW(flags) CPUEXT_SUFFIX(flags, _INLINE, AMD3DNOW) macro
/third_party/ffmpeg/libswscale/
Dutils.c1787 else if (INLINE_AMD3DNOW(cpu_flags)) in sws_init_context()