Searched refs:score (Results 26 - 49 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Ddsputil_altivec.c1321 int score; local
1323 score = hadamard8_diff16x8_altivec(s, dst, src, stride, 8);
1327 score += hadamard8_diff16x8_altivec(s, dst, src, stride, 8);
1330 return score;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c545 /* Bits of score are:
552 u32 score = jiffies - rt->u.dst.lastuse; local
554 score = ~score & ~(3<<30);
557 score |= (1<<31);
561 score |= (1<<30);
563 return score;
974 u32 score = rt_score(rth); local
976 if (score <= min_score) {
979 min_score = score;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddsputil.c3942 int score=0; \
3947 score+= FFABS(s[x ] - s[x +stride]) + FFABS(s[x+1] - s[x+1+stride]) \
3953 return score; \
3959 int score=0; local
3964 score+= FFABS(s1[x ] - s2[x ] - s1[x +stride] + s2[x +stride]);
3970 return score;
3976 int score=0; \
3981 score+= SQ(s[x ] - s[x +stride]) + SQ(s[x+1] - s[x+1+stride]) \
3987 return score; \
3993 int score local
4009 int score=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c1954 int score = 0; local
1961 return score;
1985 score = AVPROBE_SCORE_MAX - 50;
1989 return score;
1992 return score;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub279 | score \
1374 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub279 | score \
1413 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.sub279 | score \
1413 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dconfig.sub279 | score \
1374 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dconfig.sub279 | score \
1374 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfig.sub284 | score \
1441 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.sub279 | score \
1413 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub292 | score \
1469 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfig.sub279 | score \
1381 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dconfig.sub279 | score \
1381 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfig.sub284 | score \
1441 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfig.sub279 | score \
1413 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.sub292 | score \
1469 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Ddonauboe.c675 toshoboe_dumprx (struct toshoboe_cb *self, int score) argument
678 PROBE_DEBUG(" %d\nRX:",score);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c809 int score= a-d; local
810 if(h<score && (b^c)<0){
811 h= score;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.sub295 | score \
1506 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c3082 long score; local
3093 /* Set higher score for the age passed since the connection was used */
3094 score = Curl_tvdiff(now, conn->now);
3096 if(score > highscore) {
3097 highscore = score;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfig.sub295 | score \
1502 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfig.sub294 | score \
1485 score-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c70263 int score = matchQuality(p, nArg, enc); local
70283 int score = matchQuality(p, nArg, enc); local
[all...]

Completed in 520 milliseconds

12