Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 30) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
Dpulsensor.cxx40 threshold = 512; in Pulsensor()
57 threshold = 512; in Pulsensor()
97 if (data_from_sensor < pulsensor->threshold && in do_sample()
104 if (data_from_sensor > pulsensor->threshold && in do_sample()
111 if ( (data_from_sensor > pulsensor->threshold) && in do_sample()
154 if (data_from_sensor < pulsensor->threshold && in do_sample()
164 pulsensor->threshold = pulsensor->apmlitude / 2 + pulsensor->trough; in do_sample()
165 pulsensor->peak = pulsensor->threshold; in do_sample()
166 pulsensor->trough = pulsensor->threshold; in do_sample()
170 pulsensor->threshold = 512; in do_sample()
Dpulsensor.h102 int threshold; /**< Threshold */ variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dset_roi.cc33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; in TEST() local
71 threshold); in TEST()
106 if (threshold[i] != breakout) { in TEST()
107 EXPECT_EQ(threshold[i], breakout) in TEST()
139 delta_lf, threshold); in TEST()
149 rand_deltas, threshold); in TEST()
161 delta_lf, threshold); in TEST()
168 delta_lf, threshold); in TEST()
173 delta_lf, threshold); in TEST()
/hardware/bsp/intel/peripheral/libupm/src/grovegsr/
Dgrovegsr.cxx52 int val, threshold, sum = 0; in calibrate() local
60 threshold = sum / 500; in calibrate()
61 cout << "Threshold = " << threshold << endl; in calibrate()
/hardware/bsp/intel/peripheral/libupm/src/gas/
Dgas.cxx65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() argument
75 if (ctx->runningAverage > threshold) { in findThreshold()
Dgas.h78 …virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int l…
/hardware/bsp/intel/peripheral/libupm/src/mic/
Dmic.cxx80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() argument
90 if (ctx->runningAverage > threshold) { in findThreshold()
Dmic.h94 … int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dmain.c38 … uint32_t viddec_fw_check_watermark_boundary(uint32_t before, uint32_t current, uint32_t threshold) in viddec_fw_check_watermark_boundary() argument
40 return ((before >= threshold) && (current < threshold)); in viddec_fw_check_watermark_boundary()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h261 … unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZone.java527 int threshold = ThermalUtils.getLowerThresholdTemp(prevZoneState, mZoneTempThresholds); in updateZoneParams() local
530 if (newZoneState < prevZoneState && getZoneTemp() > (threshold - getDBInterval())) { in updateZoneParams()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpickinter.c466 unsigned int threshold = (xd->block[0].dequant[1] in check_for_encode_breakout() local
469 if(threshold < x->encode_breakout) in check_for_encode_breakout()
470 threshold = x->encode_breakout; in check_for_encode_breakout()
472 if (sse < threshold ) in check_for_encode_breakout()
Drdopt.c1781 unsigned int threshold = (xd->block[0].dequant[1] in evaluate_inter_mode_rd() local
1784 if(threshold < x->encode_breakout) in evaluate_inter_mode_rd()
1785 threshold = x->encode_breakout; in evaluate_inter_mode_rd()
1791 if (sse < threshold) in evaluate_inter_mode_rd()
1801 if (sse2 * 2 < threshold) in evaluate_inter_mode_rd()
Donyx_if.c5472 …, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]) in vp8_set_roimap()
5527 cpi->segment_encode_breakout[0] = threshold[0]; in vp8_set_roimap()
5528 cpi->segment_encode_breakout[1] = threshold[1]; in vp8_set_roimap()
5529 cpi->segment_encode_breakout[2] = threshold[2]; in vp8_set_roimap()
5530 cpi->segment_encode_breakout[3] = threshold[3]; in vp8_set_roimap()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h559 unsigned int threshold[MAX_SEGMENTS]);
Dvp9_encodeframe.c434 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; in set_vt_partitioning() local
443 vt.part_variances->none.variance < threshold) { in set_vt_partitioning()
450 vt.part_variances->vert[0].variance < threshold && in set_vt_partitioning()
451 vt.part_variances->vert[1].variance < threshold) { in set_vt_partitioning()
460 vt.part_variances->horz[0].variance < threshold && in set_vt_partitioning()
461 vt.part_variances->horz[1].variance < threshold) { in set_vt_partitioning()
Dvp9_onyx_if.c3352 unsigned int threshold[MAX_SEGMENTS]) {
3375 cpi->segment_encode_breakout[i] = threshold[i];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dpostproc_sse2.asm29 ;get threshold
58 ;get threshold
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1079 u32 threshold; member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp854 tcaReqParams[1] = pReq->threshold; in putNanTCA()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG390 change the threshold of DC check for encode breakout
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING257 threshold for this to be true is not precisely defined by law.
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DLICENSE.LGPL257 threshold for this to be true is not precisely defined by law.

12