Searched refs:ASSIGN_VSCALE_FUNC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c345 #define ASSIGN_VSCALE_FUNC(vscalefn, opt1, opt2, opt2chk) \ macro
356 ASSIGN_VSCALE_FUNC(c->yuv2plane1, mmx, mmx2, cpu_flags & AV_CPU_FLAG_MMX2);
398 ASSIGN_VSCALE_FUNC(c->yuv2plane1, sse2, sse2, 1);
438 ASSIGN_VSCALE_FUNC(c->yuv2plane1, avx, avx, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c430 #define ASSIGN_VSCALE_FUNC(vscalefn, opt1, opt2, opt2chk) \ macro
448 ASSIGN_VSCALE_FUNC(c->yuv2plane1, mmx, mmxext, cpu_flags & AV_CPU_FLAG_MMXEXT);
497 ASSIGN_VSCALE_FUNC(c->yuv2plane1, sse2, sse2, 1);
553 ASSIGN_VSCALE_FUNC(c->yuv2plane1, avx, avx, 1);

Completed in 38 milliseconds