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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_smartblur.c48 int threshold; member in struct:__anon3424
70 { "luma_threshold", "set luma threshold", OFFSET(luma.threshold), AV_OPT_TYPE_INT, {.i64=0}, THRESHOLD_MIN, THRESHOLD_MAX, .flags=FLAGS },
71 { "lt", "set luma threshold", OFFSET(luma.threshold), AV_OPT_TYPE_INT, {.i64=0}, THRESHOLD_MIN, THRESHOLD_MAX, .flags=FLAGS },
77 { "chroma_threshold", "set chroma threshold", OFFSET(chroma.threshold), AV_OPT_TYPE_INT, {.i64=THRESHOLD_MIN-1}, THRESHOLD_MIN-1, THRESHOLD_MAX, .flags=FLAGS },
78 { "ct", "set chroma threshold", OFFSET(chroma.threshold), AV_OPT_TYPE_INT, {.i64=THRESHOLD_MIN-1}, THRESHOLD_MIN-1, THRESHOLD_MAX, .flags=FLAGS },
94 if (sblur->chroma.threshold < THRESHOLD_MI
176 blur(uint8_t *dst, const int dst_linesize, const uint8_t *src, const int src_linesize, const int w, const int h, const int threshold, struct SwsContext *filter_context) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlls1.h44 void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order);
50 void av_solve_lls(LLSModel *m, double threshold, int min_order);
H A Dlls2.h62 void avpriv_solve_lls2(LLSModel2 *m, double threshold, unsigned short min_order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dov772x.h30 unsigned char threshold; member in struct:ov772x_edge_ctrl
50 .threshold = (t & EDGE_THRESHOLD_MASK), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/i2c/
H A Dqt602240_ts.h33 unsigned int threshold; member in struct:qt602240_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debt_nflog.h15 u_int16_t threshold; member in struct:ebt_nflog_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/governors/
H A Dladder.c33 } threshold; member in struct:ladder_device_state
83 last_residency = last_state->threshold.promotion_time + 1;
87 last_residency > last_state->threshold.promotion_time &&
91 if (last_state->stats.promotion_count >= last_state->threshold.promotion_count) {
111 last_residency < last_state->threshold.demotion_time) {
114 if (last_state->stats.demotion_count >= last_state->threshold.demotion_count) {
144 lstate->threshold.promotion_count = PROMOTION_COUNT;
145 lstate->threshold.demotion_count = DEMOTION_COUNT;
148 lstate->threshold.promotion_time = state->exit_latency;
150 lstate->threshold
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-spy.c107 * Standard Wireless Handler : set spy threshold
115 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
122 memcpy(&(spydata->spy_thr_low), &(threshold->low),
134 * Standard Wireless Handler : get spy threshold
142 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
149 memcpy(&(threshold->low), &(spydata->spy_thr_low),
166 struct iw_thrspy threshold; local
172 memcpy(threshold.addr.sa_data, address, ETH_ALEN);
173 threshold.addr.sa_family = ARPHRD_ETHER;
175 memcpy(&(threshold
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dcpuidle34xx.c57 u32 threshold; member in struct:omap3_processor_cx
286 cpuidle_params_table[i].threshold =
287 cpuidle_board_params[i].threshold;
313 omap3_power_states[OMAP3_STATE_C1].threshold =
314 cpuidle_params_table[OMAP3_STATE_C1].threshold;
327 omap3_power_states[OMAP3_STATE_C2].threshold =
328 cpuidle_params_table[OMAP3_STATE_C2].threshold;
341 omap3_power_states[OMAP3_STATE_C3].threshold =
342 cpuidle_params_table[OMAP3_STATE_C3].threshold;
356 omap3_power_states[OMAP3_STATE_C4].threshold
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.h60 SecretSharing(RandomNumberGenerator &rng, int threshold, int nShares, BufferedTransformation *attachment=NULL, bool addPadding=true) argument
64 IsolatedInitialize(MakeParameters("RecoveryThreshold", threshold)("NumberOfShares", nShares)("AddPadding", addPadding));
81 SecretRecovery(int threshold, BufferedTransformation *attachment=NULL, bool removePadding=true) argument
83 {IsolatedInitialize(MakeParameters("RecoveryThreshold", threshold)("RemovePadding", removePadding));}
98 InformationDispersal(int threshold, int nShares, BufferedTransformation *attachment=NULL, bool addPadding=true) argument
102 IsolatedInitialize(MakeParameters("RecoveryThreshold", threshold)("NumberOfShares", nShares)("AddPadding", addPadding));
119 InformationRecovery(int threshold, BufferedTransformation *attachment=NULL, bool removePadding=true) argument
121 {IsolatedInitialize(MakeParameters("RecoveryThreshold", threshold)("RemovePadding", removePadding));}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A DMakefile6 obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipcomp.h11 u16 threshold; member in struct:ipcomp_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dlls.h42 void av_solve_lls(LLSModel *m, double threshold, int min_order);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Djoystick.h43 void SetMovementThreshold(int threshold) ;
83 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
79 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
79 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
79 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
79 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
80 // pollingFreq = 0 means that movement events are sent when above the threshold.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Djoystick.h39 void SetMovementThreshold(int threshold) ;
79 // pollingFreq = 0 means that movement events are sent when above the threshold.

Completed in 231 milliseconds

12345678