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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct-test.c73 enum formattag { NO_PERM, MMX_PERM, MMX_SIMPLE_PERM, SCALE_PERM, enumerator in enum:algo::formattag
113 { "INT", j_rev_dct, MMX_PERM },
118 { "LIBMPEG2-MMX", ff_mmx_idct, MMX_PERM, AV_CPU_FLAG_MMX, 1 },
119 { "LIBMPEG2-MMX2", ff_mmxext_idct, MMX_PERM, AV_CPU_FLAG_MMX2, 1 },
133 { "INT-ARM", ff_j_rev_dct_arm, MMX_PERM },
139 { "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM },
232 if (perm == MMX_PERM) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct-test.c63 enum formattag { NO_PERM, MMX_PERM, MMX_SIMPLE_PERM, SCALE_PERM, enumerator in enum:algo::formattag
130 { "INT", ff_j_rev_dct, MMX_PERM },
150 { "INT-ARM", ff_j_rev_dct_arm, MMX_PERM },
156 { "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM, AV_CPU_FLAG_ARMV6 },
232 if (perm == MMX_PERM) {

Completed in 116 milliseconds