Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/aclib/
H A Daccore.c87 accel & AC_SSE3 ? " sse3" : "", in ac_flagstotext()
150 *accel |= AC_SSE3; in ac_parseflags()
281 accel |= AC_SSE3; in cpuinfo_x86()
H A Dac.h35 #define AC_SSE3 0x0200 /* x86: SSE3 instructions */ macro
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-imgconvert.c241 (accel & AC_SSE3 ) ? " sse3" : ""); in accel_flags()
303 accel |= AC_SSE3; in main()
/dports/multimedia/transcode/transcode-1.1.7/encode/
H A Dencode_x264.c519 if (tc_accel & AC_SSE3) params->cpu |= X264_CPU_SSE3; in x264params_set_by_vob()