Searched refs:threshold (Results 1 - 25 of 71) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dipcomp.h10 u16 threshold; member in struct:ipcomp_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_NFLOG.h12 u_int16_t threshold; member in struct:xt_nflog_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlls.h42 void av_solve_lls(LLSModel *m, double threshold, int min_order);
H A Dlls.c50 void av_solve_lls(LLSModel *m, double threshold, int min_order){ argument
65 if(sum < threshold)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_NFLOG.c26 {.name = "nflog-threshold", .id = O_THRESHOLD, .type = XTTYPE_UINT16,
27 .flags = XTOPT_PUT, XTOPT_POINTER(s, threshold)},
37 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
45 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
70 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
71 printf(" %snflog-threshold %u", prefix, info->threshold);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_NFLOG.c21 { "nflog-threshold", 1, 0, NFLOG_THRESHOLD },
29 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
98 "Can't specify --nflog-threshold twice");
102 "Invalid --nflog-threshold, must be >= 1");
103 info->threshold = n;
125 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
126 printf("%snflog-threshold %u ", prefix, info->threshold);
[all...]
H A Dlibipt_NFLOG.c21 { "nflog-threshold", 1, 0, NFLOG_THRESHOLD },
29 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
98 "Can't specify --nflog-threshold twice");
102 "Invalid --nflog-threshold, must be >= 1");
103 info->threshold = n;
125 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
126 printf("%snflog-threshold %u ", prefix, info->threshold);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c18 * -t <num> the threshold for the amount of fish pixels (range 0-1)
88 int threshold; member in struct:__anon758
131 ci->threshold = 100;
157 ci->threshold = atof(optarg) * 1000;
158 if (ci->threshold > 1000 || ci->threshold < 0) {
159 av_log(NULL, AV_LOG_ERROR, "Invalid threshold value '%s' (range is 0-1)\n", optarg);
186 av_log(NULL, AV_LOG_INFO, " Threshold is %d%% pixels\n", ci->threshold / 10);
310 av_log(NULL, AV_LOG_INFO, "Fish: Inrange=%d of %d = %d threshold\n", inrange, pixcnt, 1000 * inrange / pixcnt);
312 if (inrange * 1000 / pixcnt >= ci->threshold) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dvmstat.c87 int threshold; local
91 * The threshold scales with the number of processors and the amount
122 threshold = 2 * fls(num_online_cpus()) * (1 + fls(mem));
125 * Maximum threshold is 125
127 threshold = min(125, threshold);
129 return threshold;
139 int threshold; local
146 threshold = calculate_threshold(zone);
149 zone_pcp(zone, cpu)->stat_threshold = threshold;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dxt_NFLOG.c34 li.u.ulog.qthreshold = info->threshold;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_idle.c411 cx->demotion.threshold.bm) {
555 * Track the number of longs (time asleep is greater than threshold)
556 * and promote when the count threshold is reached. Note that bus
562 if (sleep_ticks > cx->promotion.threshold.ticks &&
567 cx->promotion.threshold.count) {
571 promotion.threshold.bm)) {
587 * Track the number of shorts (time asleep is less than time threshold)
588 * and demote when the usage threshold is reached.
591 if (sleep_ticks < cx->demotion.threshold.ticks) {
594 if (cx->demotion.count >= cx->demotion.threshold
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c203 long i0, threshold; local
217 threshold = rs->q + i0;
218 symbol = rs->rec_q >= threshold;
219 if (rs->rec_q >= threshold) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S414 | is then loaded with the denormalized exponent threshold for the
428 clrl %d1 |load d1 with ext threshold
440 movew #dbl_thresh,%d1 |put copy of threshold in d1
442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
453 movew #sgl_thresh,%d1 |put copy of threshold in d1
455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
475 movew %d1,LOCAL_EX(%a0) |load exp with threshold
485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
490 | d1{15:0} denormalization threshold
514 movel %d1,%d0 |copy the denorm threshold
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas3004.c68 .threshold = -0x59a0,
79 .threshold = -0x0,
779 self->drce_state.threshold=quantize_db(drce->threshold);
780 shadow[TAS3004_REG_DRC][2] = db_to_regval(self->drce_state.threshold);
814 self->drce_state.threshold,
849 drce_ctrl.data.threshold,
868 drce_ctrl.data.threshold = self->drce_state.threshold;
1001 drce_ctrl.data.threshold
[all...]
H A Dtas3001c_tables.c8 .threshold = -15.33 * (1<<8),
48 .threshold = -12.46 * (1<<8),
88 .threshold = -15.33 * (1<<8),
128 .threshold = 0.0 * (1<<8),
168 .threshold = -15.33 * (1<<8),
208 .threshold = -15.33 * (1<<8),
H A Dtas3001c.c562 self->drce_state.threshold=quantize_db(drce->threshold);
563 shadow[TAS3001C_REG_DRC][2] = db_to_regval(self->drce_state.threshold);
577 self->drce_state.threshold);
603 drce_ctrl.data.threshold);
617 drce_ctrl.data.threshold = self->drce_state.threshold;
734 drce_ctrl.data.threshold=-36<<8;
736 drce_ctrl.data.threshold=-6<<8;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/wireless/
H A Dwext.c1385 * Standard Wireless Handler : set spy threshold
1393 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
1400 memcpy(&(spydata->spy_thr_low), &(threshold->low),
1412 * Standard Wireless Handler : get spy threshold
1420 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
1427 memcpy(&(threshold->low), &(spydata->spy_thr_low),
1444 struct iw_thrspy threshold; local
1450 memcpy(threshold.addr.sa_data, address, ETH_ALEN);
1451 threshold.addr.sa_family = ARPHRD_ETHER;
1453 memcpy(&(threshold
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/mouse/
H A Dappletouch.c179 * Make the threshold a module parameter
181 static int threshold = ATP_THRESHOLD; variable
182 module_param(threshold, int, 0644);
183 MODULE_PARM_DESC(threshold, "Discards any change in data from a sensor (trackpad has hundreds of these sensors) less than this value");
222 if (xy_sensors[i] < threshold) {
251 * Subtracts threshold so a high sensor that just passes the threshold
257 pcum += (xy_sensors[i] - threshold) * i;
258 psum += (xy_sensors[i] - threshold);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dibmveth.h95 u32 threshold; member in struct:ibmveth_buff_pool
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq1enc.c126 static int encode_block(SVQ1Context *s, uint8_t *src, uint8_t *ref, uint8_t *decoded, int stride, int level, int threshold, int lambda, int intra){ argument
217 if(best_score > threshold && level){
225 score += encode_block(s, src , ref , decoded , stride, level-1, threshold>>1, lambda, intra);
226 score += encode_block(s, src + offset, ref + offset, decoded + offset, stride, level-1, threshold>>1, lambda, intra);
277 int threshold[6]; local
281 threshold[5] = QUALITY_THRESHOLD;
283 threshold[level] = threshold[level + 1] * THRESHOLD_MULTIPLIER;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib3000mb.c472 u32 dds_val, threshold = 0x800000; local
479 if (dds_val < threshold)
481 else if (dds_val == threshold)
488 if (dds_val < threshold)
490 else if (dds_val == threshold)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dipcomp.c139 if ((skb->len - hdr_len) < ipcd->threshold) {
428 ipcd->threshold = calg_desc->uinfo.comp.threshold;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dipcomp6.c135 /* check whether datagram len is larger than threshold */
136 if ((skb->len - hdr_len) < ipcd->threshold) {
441 ipcd->threshold = calg_desc->uinfo.comp.threshold;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c312 .threshold = 90,
321 .threshold = 90,
330 .threshold = 50,

Completed in 306 milliseconds

123