Searched refs:have_vfpv3 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/arm/
H A Dcpu.h30 #define have_vfpv3(flags) CPUEXT(flags, VFPV3) macro
H A Dfloat_dsp_init_vfp.c34 if (!have_vfpv3(cpu_flags))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_init_arm.c62 if (have_vfp(cpu_flags) && !have_vfpv3(cpu_flags)) {
78 if (have_vfp(cpu_flags) && !have_vfpv3(cpu_flags))
H A Dfmtconvert_init_arm.c47 if (!have_vfpv3(cpu_flags)) {
H A Dfft_init_arm.c43 if (!have_vfpv3(cpu_flags))
H A Dh264dsp_init_arm.c111 if (have_armv6(cpu_flags) && !(have_vfpv3(cpu_flags) || have_neon(cpu_flags))) {

Completed in 90 milliseconds