Searched refs:AV_CPU_FLAG_SSE2SLOW (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dcpu.h32 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster macro
H A Dcpu.c55 { AV_CPU_FLAG_SSE2SLOW, "sse2(slow)" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcpu.h35 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster macro
H A Dcpu.c54 AV_CPU_FLAG_SSE2SLOW |
106 #define CPUFLAG_SSE2SLOW (AV_CPU_FLAG_SSE2SLOW | CPUFLAG_SSE2)
187 { "sse2slow", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE2SLOW }, .unit = "flags" },
308 { AV_CPU_FLAG_SSE2SLOW, "sse2(slow)" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dcpu.c132 AV_CPU_FLAG_SSE2 and AV_CPU_FLAG_SSE2SLOW are both set in this case
134 AV_CPU_FLAG_SSE2SLOW. */
137 rval |= AV_CPU_FLAG_SSE2SLOW;
155 * AV_CPU_FLAG_SSE2SLOW is enabled so that SSE2 is not used unless
156 * explicitly enabled by checking AV_CPU_FLAG_SSE2SLOW. The same
158 if (rval & AV_CPU_FLAG_SSE2) rval ^= AV_CPU_FLAG_SSE2SLOW|AV_CPU_FLAG_SSE2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dlpc.c157 if (HAVE_SSE2_INLINE && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) {
H A Dac3dsp_init.c232 if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW)) {
238 } else if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW)) {
H A Dmotion_est.c484 if (INLINE_SSE2(cpu_flags) && !(cpu_flags & AV_CPU_FLAG_SSE2SLOW) && avctx->codec_id != AV_CODEC_ID_SNOW) {
H A Dvp8dsp_init.c350 if (HAVE_SSE2_EXTERNAL && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) {
420 if (HAVE_SSE2_EXTERNAL && cpu_flags & (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) {
H A Dhpeldsp_init.c289 if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW)) {
H A Dh264_qpel.c569 if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW) && !high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dlpc_mmx.c143 if (mm_flags & (AV_CPU_FLAG_SSE2|AV_CPU_FLAG_SSE2SLOW)) {
H A Dac3dsp_mmx.c81 if (!(mm_flags & AV_CPU_FLAG_SSE2SLOW)) {
H A Dvp8dsp-init.c345 if (mm_flags & (AV_CPU_FLAG_SSE2|AV_CPU_FLAG_SSE2SLOW)) {
H A Ddsputil_mmx.c2899 if (!(mm_flags & AV_CPU_FLAG_SSE2SLOW)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c174 AV_CPU_FLAG_SSE2 and AV_CPU_FLAG_SSE2SLOW are both set in this case
176 AV_CPU_FLAG_SSE2SLOW. */
179 rval |= AV_CPU_FLAG_SSE2SLOW;
197 * AV_CPU_FLAG_SSE2 is disabled and AV_CPU_FLAG_SSE2SLOW is
199 * by checking AV_CPU_FLAG_SSE2SLOW. The same situation
202 rval ^= AV_CPU_FLAG_SSE2SLOW | AV_CPU_FLAG_SSE2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/x86/
H A Daudio_convert_init.c165 if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW)) {

Completed in 83 milliseconds