Searched refs:EXT (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvc1dsp_init.c36 #define LOOP_FILTER(EXT) \
37 void ff_vc1_v_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
38 void ff_vc1_h_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
39 void ff_vc1_v_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
40 void ff_vc1_h_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
42 static void vc1_v_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
44 ff_vc1_v_loop_filter8_ ## EXT(src, stride, pq); \
45 ff_vc1_v_loop_filter8_ ## EXT(src+8, stride, pq); \
48 static void vc1_h_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
50 ff_vc1_h_loop_filter8_ ## EXT(sr
[all...]
H A Ddiracdsp_mmx.c31 #define HPEL_FILTER(MMSIZE, EXT) \
32 void ff_dirac_hpel_filter_v_ ## EXT(uint8_t *, const uint8_t *, int, int); \
33 void ff_dirac_hpel_filter_h_ ## EXT(uint8_t *, const uint8_t *, int); \
35 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \
40 ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
41 ff_dirac_hpel_filter_h_ ## EXT(dsth, src, width); \
42 ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width); \
56 #define PIXFUNC(PFX, IDX, EXT) \
57 /*MMXDISABLEDc->PFX ## _dirac_pixels_tab[0][IDX] = ff_ ## PFX ## _dirac_pixels8_ ## EXT;*/ \
58 c->PFX ## _dirac_pixels_tab[1][IDX] = ff_ ## PFX ## _dirac_pixels16_ ## EXT; \
[all...]
H A Dcavsdsp.c531 #define DSPFUNC(PFX, IDX, NUM, EXT) \
532 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 2] = PFX ## _cavs_qpel ## NUM ## _mc20_ ## EXT; \
533 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 4] = PFX ## _cavs_qpel ## NUM ## _mc01_ ## EXT; \
534 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 8] = PFX ## _cavs_qpel ## NUM ## _mc02_ ## EXT; \
535 c->PFX ## _cavs_qpel_pixels_tab[IDX][12] = PFX ## _cavs_qpel ## NUM ## _mc03_ ## EXT; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_types.c28 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
52 {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP | EXT, 0,
57 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0,
65 {FNAME("ipSourceRoute") SEQ, 0, 4, 4, SKIP | EXT, 0,
69 {FNAME("ip6Address") SEQ, 0, 2, 2, DECODE | EXT,
82 {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL},
84 {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL},
85 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL},
89 {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
93 {FNAME("vendor") SEQ, 0, 3, 3, SKIP | EXT,
[all...]
H A Dnf_conntrack_h323_asn1.c74 #define EXT 4 macro
354 if ((f->attr & EXT) && get_bit(bs)) {
506 ext = (f->attr & EXT) ? get_bit(bs) : 0;
713 if ((f->attr & EXT) && get_bit(bs)) {
772 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT,
789 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT,
809 DECODE | EXT, 0, _MultimediaSystemControlMessage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdsp.h53 #define DECL_DIRAC_PIXOP(PFX, EXT) \
54 void ff_ ## PFX ## _dirac_pixels8_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
55 void ff_ ## PFX ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
56 void ff_ ## PFX ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-r2d/
H A Dirq.c24 EXT, /* EXT_INT0-3 */ enumerator in enum:__anon10194
43 INTC_IRQ(EXT, IRQ_EXT),
61 RTC_A, RTC_T, 0, 0, 0, EXT } },
81 INTC_IRQ(EXT, IRQ_EXT),
99 RTC_A, RTC_T, 0, 0, 0, EXT } },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvc1dsp_mmx.c685 #define LOOP_FILTER(EXT) \
686 void ff_vc1_v_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
687 void ff_vc1_h_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
688 void ff_vc1_v_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
689 void ff_vc1_h_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
691 static void vc1_v_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
693 ff_vc1_v_loop_filter8_ ## EXT(src, stride, pq); \
694 ff_vc1_v_loop_filter8_ ## EXT(src+8, stride, pq); \
697 static void vc1_h_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
699 ff_vc1_h_loop_filter8_ ## EXT(sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtesttsa.com62 $ EXT=p2
69 $ write sys$output "Using extension ''EXT'"
73 -extfile 'OPENSSL_CONF' -extensions "''EXT'"
H A Dtesttsa57 EXT=$2
64 echo Using extension $EXT
68 -extfile $OPENSSL_CONF -extensions $EXT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtesttsa.com62 $ EXT=p2
69 $ write sys$output "Using extension ''EXT'"
73 -extfile 'OPENSSL_CONF' -extensions "''EXT'"
H A Dtesttsa57 EXT=$2
64 echo Using extension $EXT
68 -extfile $OPENSSL_CONF -extensions $EXT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dclksel.c30 #define EXT 0x03 macro
82 clkval = EXT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmemset.S26 #define EXT(start,end,handler) \ define
116 EXT(10b, 11b, 20f)
H A Dcopy_user.S54 #define EXT(start,end,handler) \ define
182 EXT(5b, 80b, 50f)
209 EXT(copy_user_table, copy_user_table_end, 51f)
250 EXT(ldd_std, 81b, 52f)
290 EXT(10b, 82b, 53f)
308 EXT(byte_chunk, 83b, 54f)
333 EXT(84b, short_table_end, 55f)
H A Dchecksum_32.S177 #define EXT(start,end,handler) \ define
346 10: EXT(5b, 10b, 20f) ! note for exception handling
371 12: EXT(cctbl, 12b, 22f) ! note for exception table handling
382 11: EXT(ccdbl, 11b, 21f) ! note for exception table handling
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch.c152 # define EXT ext_match macro
182 # define EXT ext_wmatch macro
H A Dfnmatch_loop.c21 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
55 res = EXT (c, p, n, string_end, no_leading_period,
87 res = EXT (c, p, n, string_end, no_leading_period,
938 res = EXT (c, p, n, string_end, no_leading_period, flags);
1016 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, function
1261 #undef EXT macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S189 |case DEST_FMT = EXT
333 | case 00 then RND_PREC = EXT
338 | case 00 then RND_PREC = EXT
519 |case DEST_FMT = EXT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.in132 $(srcdir)/check-stateful $(srcdir) ISO-2022-CN-EXT
H A DMakefile.msvc166 $(srcdir)\check-stateful.bat $(srcdir) ISO-2022-CN-EXT
H A DMakefile.os2124 $(srcdir)\check-stateful $(srcdir) ISO-2022-CN-EXT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Daliases.h292 char stringpool_str340[sizeof("ISO-2022-CN-EXT")];
633 "ISO-2022-CN-EXT",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A DMakefile.in128 $(srcdir)/check-stateful $(srcdir) ISO-2022-CN-EXT
H A DMakefile.msvc156 $(srcdir)\check-stateful.bat $(srcdir) ISO-2022-CN-EXT

Completed in 382 milliseconds

12