Searched refs:next2 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/x86/
H A Dyadif_template.c123 LOAD("(%["next2"])", MM"3") /* next2[x] */\
126 "psraw $1, "MM"3 \n\t" /* d = (prev2[x] + next2[x])>>1 */\
186 LOAD("(%["next2"],%[mrefs],2)", MM"4") /* next2[x-2*refs] */\
188 LOAD("(%["next2"],%[prefs],2)", MM"5") /* next2[x+2*refs] */\
242 #define next2 "cur" macro
245 #undef next2 macro
248 #define next2 "nex macro
251 #undef next2 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_yadif.c54 int d = (prev2[0] + next2[0])>>1; \
56 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \
70 int b = (prev2[2 * mrefs] + next2[2 * mrefs])>>1; \
71 int f = (prev2[2 * prefs] + next2[2 * prefs])>>1; \
90 next2++; \
103 uint8_t *next2 = parity ? cur : next; local
122 uint8_t *next2 = parity ? cur : next; local
133 next2 = (uint8_t*)(parity ? cur : next);
151 uint16_t *next2 = parity ? cur : next; local
167 uint16_t *next2 local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_yadif.c77 int d = (prev2[0] + next2[0])>>1; \
79 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \
91 int b = (prev2[2*mrefs] + next2[2*mrefs])>>1; \
92 int f = (prev2[2*prefs] + next2[2*prefs])>>1; \
111 next2++; \
120 uint8_t *next2 = parity ? cur : next; local
131 uint16_t *next2 = parity ? cur : next; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c130 bgp_nexthop_same (struct nexthop *next1, struct nexthop *next2)
132 if (next1->type != next2->type)
138 if (! IPV4_ADDR_SAME (&next1->gate.ipv4, &next2->gate.ipv4))
143 if (next1->ifindex != next2->ifindex)
148 if (! IPV6_ADDR_SAME (&next1->gate.ipv6, &next2->gate.ipv6))
153 if (! IPV6_ADDR_SAME (&next1->gate.ipv6, &next2->gate.ipv6))
155 if (next1->ifindex != next2->ifindex)
168 struct nexthop *next1, *next2;
174 next2 = bnc2->nexthop;
178 if (! bgp_nexthop_same (next1, next2))
127 bgp_nexthop_same(struct nexthop *next1, struct nexthop *next2) argument
165 struct nexthop *next1, *next2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c667 goto next2;
669 goto next2;
680 next2:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest089.tcl240 set next2 [$dbcw get -next]
241 error_check_good check_next2 [lindex [lindex $next2 0] 1] $newdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.c450 int i, status, addr, next, next2; local
484 next2 = next + RFD_SIZE + RBD_SIZE + ETH_FRAME_LEN + 10;
486 if (next2 >= RX_AREA_END) {
503 } while (next2 < RX_AREA_END);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c1541 goto next2;
1563 next2: if ((ret = __memp_fget(mpf, &argp->next, ip, NULL, 0, &pagep)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c1569 goto next2;
1590 next2: if ((ret = __memp_fget(mpf, &argp->next, ip, NULL, 0, &pagep)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure[all...]

Completed in 154 milliseconds