/hardware/bsp/intel/peripheral/libupm/src/pulsensor/ |
D | pulsensor.cxx | 40 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()
|
D | pulsensor.h | 102 int threshold; /**< Threshold */ variable
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | set_roi.cc | 33 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/ |
D | grovegsr.cxx | 52 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/ |
D | gas.cxx | 65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() argument 75 if (ctx->runningAverage > threshold) { in findThreshold()
|
D | gas.h | 78 …virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int l…
|
/hardware/bsp/intel/peripheral/libupm/src/mic/ |
D | mic.cxx | 80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() argument 90 if (ctx->runningAverage > threshold) { in findThreshold()
|
D | mic.h | 94 … int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | main.c | 38 … 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/ |
D | onyx.h | 261 … 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/ |
D | ThermalZone.java | 527 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/ |
D | pickinter.c | 466 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()
|
D | rdopt.c | 1781 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()
|
D | onyx_if.c | 5472 …, 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/ |
D | vp9_onyx_int.h | 559 unsigned int threshold[MAX_SEGMENTS]);
|
D | vp9_encodeframe.c | 434 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()
|
D | vp9_onyx_if.c | 3352 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/ |
D | postproc_sse2.asm | 29 ;get threshold 58 ;get threshold
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 1079 u32 threshold; member
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_req.cpp | 854 tcaReqParams[1] = pReq->threshold; in putNanTCA()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 390 change the threshold of DC check for encode breakout
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 257 threshold for this to be true is not precisely defined by law.
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | LICENSE.LGPL | 257 threshold for this to be true is not precisely defined by law.
|