Home
last modified time | relevance | path

Searched full:threshold (Results 1 – 25 of 3348) sorted by relevance

12345678910>>...134

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/haarcascades/
H A Dhaarcascade_licence_plate_rus_16stages.xml22 <threshold>1.6915600746870041e-002</threshold>
36 <threshold>2.4228349328041077e-002</threshold>
52 <threshold>-1.0168660432100296e-002</threshold>
66 <threshold>2.0863260142505169e-003</threshold>
86 <threshold>2.9062159359455109e-002</threshold>
100 <threshold>2.3903399705886841e-002</threshold>
116 <threshold>-3.5404648631811142e-002</threshold>
130 <threshold>6.2988721765577793e-003</threshold>
144 <threshold>3.4959490876644850e-003</threshold>
164 <threshold>2.3864099755883217e-002</threshold>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/haarcascades/
H A Dhaarcascade_licence_plate_rus_16stages.xml22 <threshold>1.6915600746870041e-002</threshold>
36 <threshold>2.4228349328041077e-002</threshold>
52 <threshold>-1.0168660432100296e-002</threshold>
66 <threshold>2.0863260142505169e-003</threshold>
86 <threshold>2.9062159359455109e-002</threshold>
100 <threshold>2.3903399705886841e-002</threshold>
116 <threshold>-3.5404648631811142e-002</threshold>
130 <threshold>6.2988721765577793e-003</threshold>
144 <threshold>3.4959490876644850e-003</threshold>
164 <threshold>2.3864099755883217e-002</threshold>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/haarcascades/
H A Dhaarcascade_licence_plate_rus_16stages.xml22 <threshold>1.6915600746870041e-002</threshold>
36 <threshold>2.4228349328041077e-002</threshold>
52 <threshold>-1.0168660432100296e-002</threshold>
66 <threshold>2.0863260142505169e-003</threshold>
86 <threshold>2.9062159359455109e-002</threshold>
100 <threshold>2.3903399705886841e-002</threshold>
116 <threshold>-3.5404648631811142e-002</threshold>
130 <threshold>6.2988721765577793e-003</threshold>
144 <threshold>3.4959490876644850e-003</threshold>
164 <threshold>2.3864099755883217e-002</threshold>
[all …]
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax1668.rst35 temp1_max rw local temperature maximum threshold for alarm
36 temp1_max_alarm ro local temperature maximum threshold alarm
37 temp1_min rw local temperature minimum threshold for alarm
38 temp1_min_alarm ro local temperature minimum threshold alarm
40 temp2_max rw remote temperature 1 maximum threshold for alarm
41 temp2_max_alarm ro remote temperature 1 maximum threshold alarm
42 temp2_min rw remote temperature 1 minimum threshold for alarm
43 temp2_min_alarm ro remote temperature 1 minimum threshold alarm
45 temp3_max rw remote temperature 2 maximum threshold for alarm
46 temp3_max_alarm ro remote temperature 2 maximum threshold alarm
[all …]
H A Dltc2947.rst30 active as soon as a temperature reading is higher than a defined threshold. The
42 in0_min Undervoltage threshold
43 in0_max Overvoltage threshold
52 in1_min Undervoltage threshold
53 in1_max Overvoltage threshold
62 curr1_min Undercurrent threshold
63 curr1_max Overcurrent threshold
72 power1_min Low power threshold
73 power1_max High power threshold
82 temp1_min Low temperature threshold
[all …]
H A Dltc2945.rst57 in1_min Undervoltage threshold
58 in1_max Overvoltage threshold
66 in2_min Undervoltage threshold
67 in2_max Overvoltage threshold
75 curr1_min Undercurrent threshold
76 curr1_max Overcurrent threshold
85 power1_min Low lower threshold
86 power1_max High power threshold
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-hi84356 Program sensor type for threshold detector inputs.
8 threshold detector input channel. Channels 0..7, 8..15, 16..23
16 Channel Y low voltage threshold. If sensor input voltage goes lower then
17 this value then the threshold falling event is pushed.
18 Depending on in_voltageY_sensing_mode the low voltage threshold
20 Channels 0..31 have common low threshold values, but could have different
23 The low voltage threshold range is between 2..21V.
27 If falling threshold results hysteresis to odd value then rising
28 threshold is automatically subtracted by one.
35 Channel Y high voltage threshold. If sensor input voltage goes higher then
[all …]
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dbh1770glc.rst26 low and high threshold interrupts.
34 Driver uses threshold interrupts to avoid need for polling the values.
36 by using a delayed work. As long as there is proximity threshold above
38 below the threshold value, there is no interrupt and the delayed work will
65 sysfs_notify called when threshold interrupt occurs
77 RW - HI level threshold value
84 RW - LO level threshold value
102 sysfs_notify called when threshold interrupt occurs
119 RW - Measurement rate (in Hz) when the level is above threshold
123 RW - Measurement rate (in Hz) when the level is below threshold
[all …]
H A Dapds990x.rst24 (infrared + visible light) and IR only. However, threshold comparisons happen
25 using clear channel only. Lux value and the threshold level on the HW
30 channels. HW threshold level is calculated from the given lux value to match
62 sysfs_notify called when threshold interrupt occurs
88 RW - HI level threshold value.
95 RW - LO level threshold value.
103 sysfs_notify called when threshold interrupt occurs
128 RW - threshold level which trigs proximity events.
/OK3568_Linux_fs/kernel/net/wireless/
H A Dwext-spy.c108 * Standard Wireless Handler : set spy threshold
116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_set_thrspy() local
123 spydata->spy_thr_low = threshold->low; in iw_handler_set_thrspy()
124 spydata->spy_thr_high = threshold->high; in iw_handler_set_thrspy()
135 * Standard Wireless Handler : get spy threshold
143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_get_thrspy() local
150 threshold->low = spydata->spy_thr_low; in iw_handler_get_thrspy()
151 threshold->high = spydata->spy_thr_high; in iw_handler_get_thrspy()
159 * Prepare and send a Spy Threshold event
167 struct iw_thrspy threshold; in iw_send_thrspy_event() local
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power8/
H A Dpmc.json83 "BriefDescription": "Threshold counter exceeded a value of 1024",
89 "BriefDescription": "Threshold counter exceeded a value of 128",
95 "BriefDescription": "Threshold counter exceeded a value of 2048",
101 "BriefDescription": "Threshold counter exceed a count of 256",
107 "BriefDescription": "Threshold counter exceeded a value of 32",
113 "BriefDescription": "Threshold counter exceed a count of 4096",
119 "BriefDescription": "Threshold counter exceeded a value of 512",
126 "PublicDescription": "Threshold counter exceeded a value of 64"
131 "BriefDescription": "threshold exceeded",
137 "BriefDescription": "Threshold counter did not meet threshold",
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dbackground_segm.hpp120 /** @brief Returns the variance threshold for the pixel-model match
122 …The main threshold on the squared Mahalanobis distance to decide if the sample is well described by
126 /** @brief Sets the variance threshold for the pixel-model match
130 …/** @brief Returns the variance threshold for the pixel-model match used for new mixture component…
132 Threshold for the squared Mahalanobis distance that helps decide when a sample is close to the
139 …/** @brief Sets the variance threshold for the pixel-model match used for new mixture component ge…
156 /** @brief Returns the complexity reduction threshold
163 /** @brief Sets the complexity reduction threshold
187 /** @brief Returns the shadow threshold
189 … A shadow is detected if pixel is a darker version of the background. The shadow threshold (Tau in
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dbackground_segm.hpp120 /** @brief Returns the variance threshold for the pixel-model match
122 …The main threshold on the squared Mahalanobis distance to decide if the sample is well described by
126 /** @brief Sets the variance threshold for the pixel-model match
130 …/** @brief Returns the variance threshold for the pixel-model match used for new mixture component…
132 Threshold for the squared Mahalanobis distance that helps decide when a sample is close to the
139 …/** @brief Sets the variance threshold for the pixel-model match used for new mixture component ge…
156 /** @brief Returns the complexity reduction threshold
163 /** @brief Sets the complexity reduction threshold
187 /** @brief Returns the shadow threshold
189 … A shadow is detected if pixel is a darker version of the background. The shadow threshold (Tau in
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dsc8551_charger.txt19 - sc,sc8551,bat-ovp-threshold: Configures the battery over voltage protection voltage (in uV).
20 - sc,sc8551,bat-ocp-threshold: Configures the battery over current protection voltage (in uA).
21 - sc,sc8551,bus-ovp-threshold: Configures the bus over voltage protection voltage (in uV).
22 - sc,sc8551,bus-ocp-threshold: Configures the bus over current protection voltage (in uA).
23 - sc,sc8551,ac-ovp-threshold: Configures the AC voltage protection voltage (in uV).
37 sc,sc8551,bat-ovp-threshold = <4500>;
38 sc,sc8551,bat-ocp-threshold = <4500>;
40 sc,sc8551,bus-ovp-threshold = <12000>;
41 sc,sc8551,bus-ocp-threshold = <4000>;
43 sc,sc8551,ac-ovp-threshold = <17>;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg_l2.h81 * The texture threshold for H.264 CHROMA 8x8 intra prediction.
143 * H.264 anti ringing noise threshold configuration0.
146 /* The 1st threshold for H.264 anti-ringing-noise. */
149 /* The 2nd threshold for H.264 anti-ringing-noise. */
157 * H.264 anti ringing noise threshold configuration1.
160 /* The 3rd threshold for H.264 anti-ringing-noise. */
163 /* QP threshold of P frame for H.264 anti-ringing-nois. */
216 * Texture threshold configuration for H.264 anti-flicker
223 * (CME) SAD threshold configuration1 for H.264 anti-flicker.
229 /* Max (CME) SAD threshold for H.264 anti-flicker. */
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dsi476x.rst42 crossed below the blend threshold
44 frequency is lower than threshold
46 frequency is lower than threshold
48 bandwidth is less than threshold
51 softmute threshold
91 0x00 mxhi 0 - FM Mixer PD high threshold is
93 1 - FM Mixer PD high threshold is
117 the Multipath high threshold
119 the Multipath high threshold
120 0x01 multlint ditto for Multipath low threshold
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/tegra/fuse/
H A Dspeedo-tegra124.c51 int *threshold) in rev_sku_to_speedo_ids() argument
59 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids()
77 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids()
85 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids()
93 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids()
104 int i, threshold, cpu_speedo_0_value, soc_speedo_0_value; in tegra124_init_speedo_data() local
133 rev_sku_to_speedo_ids(sku_info, &threshold); in tegra124_init_speedo_data()
139 gpu_process_speedos[threshold][i]) in tegra124_init_speedo_data()
145 cpu_process_speedos[threshold][i]) in tegra124_init_speedo_data()
151 soc_process_speedos[threshold][i]) in tegra124_init_speedo_data()
H A Dspeedo-tegra114.c34 int *threshold) in rev_sku_to_speedo_ids() argument
47 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids()
54 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids()
61 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids()
77 int threshold; in tegra114_init_speedo_data() local
85 rev_sku_to_speedo_ids(sku_info, &threshold); in tegra114_init_speedo_data()
91 if (cpu_speedo_val < cpu_process_speedos[threshold][i]) in tegra114_init_speedo_data()
96 if (soc_speedo_val < soc_process_speedos[threshold][i]) in tegra114_init_speedo_data()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py23 - random threshold
26 - random threshold
37 # For threshold of 16, this works out to be about 12MB on Spectrum-1,
48 # Threshold value could be any integer between 3 to 16
72 # The threshold type of pools 4, 8, 9 and 10 cannot be changed
110 # The threshold type of pools 4, 8, 9 and 10 cannot be changed
209 … err_msg = "Incorrect pool threshold type (got {}, expected {})".format(pool["thtype"], thtype)
223 # For each pool, set random size and static threshold type
231 varitems = ["pool", "threshold"]
278 if tcbind["threshold"] != th:
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/axis-fifo/
H A Daxis-fifo.txt38 - xlnx,rx-fifo-pe-threshold: RX programmable empty interrupt threshold
40 - xlnx,rx-fifo-pf-threshold: RX programmable full interrupt threshold
46 - xlnx,tx-fifo-pe-threshold: TX programmable empty interrupt threshold
48 - xlnx,tx-fifo-pf-threshold: TX programmable full interrupt threshold
80 xlnx,rx-fifo-pe-threshold = <0x2>;
81 xlnx,rx-fifo-pf-threshold = <0x1fb>;
86 xlnx,tx-fifo-pe-threshold = <0x200>;
87 xlnx,tx-fifo-pf-threshold = <0x7ffb>;
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dxilinx-xadc-events.c34 /* Temperature threshold error, we don't handle this yet */ in xadc_handle_event()
52 * lower threshold event. Userspace will have to check the in xadc_handle_event()
171 *val = xadc->threshold[offset]; in xadc_read_event_value()
203 xadc->threshold[offset] = val; in xadc_write_event_value()
217 * threshold. in xadc_write_event_value()
222 * Since we store the hysteresis as relative (to the threshold) in xadc_write_event_value()
225 * threshold changes. in xadc_write_event_value()
227 if (xadc->threshold[offset] < xadc->temp_hysteresis) in xadc_write_event_value()
228 xadc->threshold[offset + 4] = 0; in xadc_write_event_value()
230 xadc->threshold[offset + 4] = xadc->threshold[offset] - in xadc_write_event_value()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8_types.h48 …s32 fcthres_0; /** Threshold to prevent chroma coring due to noise or green disparity in dark regi…
49 …s32 fcthres_1; /** Threshold to prevent chroma coring due to noise or green disparity in bright re…
53 s32 aerel_thres0; /** Threshold for Non-Directional Reliability at dark region. */
55 s32 aerel_thres1; /** Threshold for Non-Directional Reliability at bright region. */
58 s32 derel_thres0; /** Threshold for Directional Reliability at dark region. */
60 s32 derel_thres1; /** Threshold for Directional Reliability at bright region. */
63 s32 coring_pos0; /** Positive Edge Coring Threshold in dark region. */
64 s32 coring_pos1; /** Positive Edge Coring Threshold in bright region. */
65 s32 coring_neg0; /** Negative Edge Coring Threshold in dark region. */
66 s32 coring_neg1; /** Negative Edge Coring Threshold in bright region. */
/OK3568_Linux_fs/buildroot/utils/
H A Dsize-stats-compare20 # - support K,M,G size suffixes for threshold
70 def print_results(result, threshold): argument
72 below or equal to threshold"""
80 if threshold is not None and abs(entry[1][1]) <= threshold:
94 Size differences smaller or equal than a given threshold can be ignored.
103 parser.add_argument('-t', '--threshold', type=int,
125 print('Size difference per %s (bytes), threshold = %s' % (keyword, args.threshold))
127 print_results(delta, args.threshold)
130 threshold=None)
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dxfrm_sync.rst27 know if the replay sequence threshold is reached or 10 secs have passed"
67 XFRM_AE_RTHR=1, /* replay threshold*/
70 XFRM_AE_ETHR=8, /* expiry timer threshold */
99 c)replay threshold (XFRMA_REPLAY_THRESH)
101 This TLV carries the threshold being used by the kernel to trigger events
118 we also provide default threshold values for these different parameters
149 any of the values or threshold parameters can be updated by passing the
162 The threshold TLVs will be included if explicitly requested in
171 iv) kernel->user to report event when replay threshold or a timeout
179 Exceptions to threshold settings
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c7 * until it sees a specified count of samples exceed a given threshold
10 * when it sees a specified count of samples below a given threshold
192 lsx_fail("silence threshold should be between 0.0 and 100.0 %%"); in sox_silence_getopts()
197 lsx_fail("silence threshold should be less than 0.0 dB"); in sox_silence_getopts()
212 lsx_fail("silence threshold should be between 0.0 and 100.0 %%"); in sox_silence_getopts()
217 lsx_fail("silence threshold should be less than 0.0 dB"); in sox_silence_getopts()
276 sox_sample_t value /* >= 0 */, double threshold, int unit) in aboveThreshold() argument
289 return scaled_value > threshold; in aboveThreshold()
326 int threshold; in sox_silence_flow() local
338 * sample that is above the specified threshold. Turns on in sox_silence_flow()
[all …]

12345678910>>...134