Home
last modified time | relevance | path

Searched refs:hysteresis (Results 1 – 25 of 41) sorted by relevance

12

/external/u-boot/arch/arm/dts/
Drk3288-thermal.dtsi30 hysteresis = <2000>; /* millicelsius */
35 hysteresis = <2000>; /* millicelsius */
40 hysteresis = <2000>; /* millicelsius */
70 hysteresis = <2000>; /* millicelsius */
75 hysteresis = <2000>; /* millicelsius */
Drk3288-veyron-mickey.dts77 hysteresis = <2000>; /* millicelsius */
82 hysteresis = <2000>; /* millicelsius */
87 hysteresis = <2000>; /* millicelsius */
92 hysteresis = <2000>; /* millicelsius */
97 hysteresis = <2000>; /* millicelsius */
102 hysteresis = <2000>; /* millicelsius */
107 hysteresis = <2000>; /* millicelsius */
Domap4-cpu-thermal.dtsi24 hysteresis = <2000>; /* millicelsius */
29 hysteresis = <2000>; /* millicelsius */
Dsun8i-a33.dtsi426 hysteresis = <2000>;
433 hysteresis = <2000>;
440 hysteresis = <2000>;
447 hysteresis = <2000>;
454 hysteresis = <2000>;
Ddra7-dspeve-thermal.dtsi23 hysteresis = <2000>; /* milliCelsius */
Ddra7-iva-thermal.dtsi23 hysteresis = <2000>; /* milliCelsius */
Domap5-core-thermal.dtsi24 hysteresis = <2000>; /* milliCelsius */
Domap5-gpu-thermal.dtsi24 hysteresis = <2000>; /* milliCelsius */
Dam57xx-beagle-x15-common.dtsi485 hysteresis = <2000>; /* millicelsius */
508 hysteresis = <2000>; /* millicelsius */
514 hysteresis = <0>; /* millicelsius */
Dsun5i-a13.dtsi88 hysteresis = <2000>;
95 hysteresis = <2000>;
Drk3368.dtsi449 hysteresis = <2000>; /* millicelsius */
454 hysteresis = <2000>; /* millicelsius */
459 hysteresis = <2000>; /* millicelsius */
487 hysteresis = <2000>; /* millicelsius */
492 hysteresis = <2000>; /* millicelsius */
Drk322x.dtsi340 hysteresis = <2000>; /* millicelsius */
345 hysteresis = <2000>; /* millicelsius */
350 hysteresis = <2000>; /* millicelsius */
Dfsl-imx8mq.dtsi208 hysteresis = <2000>;
213 hysteresis = <2000>;
Duniphier-pxs2.dtsi128 hysteresis = <2000>;
133 hysteresis = <2000>;
Duniphier-ld20.dtsi194 hysteresis = <2000>;
199 hysteresis = <2000>;
Dr8a7796.dtsi2088 hysteresis = <2000>;
2093 hysteresis = <2000>;
2114 hysteresis = <2000>;
2119 hysteresis = <2000>;
2140 hysteresis = <2000>;
2145 hysteresis = <2000>;
Drk3399.dtsi655 hysteresis = <2000>;
660 hysteresis = <2000>;
665 hysteresis = <2000>;
694 hysteresis = <2000>;
699 hysteresis = <2000>;
Dr8a7795.dtsi2461 hysteresis = <2000>;
2466 hysteresis = <2000>;
2487 hysteresis = <2000>;
2492 hysteresis = <2000>;
2513 hysteresis = <2000>;
2518 hysteresis = <2000>;
Dsun6i-a31.dtsi151 hysteresis = <2000>;
158 hysteresis = <2000>;
/external/aac/libSBRenc/src/
Dinvf_est.cpp167 static const FIXP_DBL hysteresis = variable
463 detectorParams->quantStepsSbr[*prevRegionSbr] + hysteresis; in decisionAlgorithm()
466 detectorParams->quantStepsSbr[*prevRegionSbr - 1] - hysteresis; in decisionAlgorithm()
470 detectorParams->quantStepsOrig[*prevRegionOrig] + hysteresis; in decisionAlgorithm()
473 detectorParams->quantStepsOrig[*prevRegionOrig - 1] - hysteresis; in decisionAlgorithm()
/external/u-boot/doc/device-tree-bindings/thermal/
Drockchip-thermal.txt50 hysteresis = <2000>; /* millicelsius */
55 hysteresis = <2000>; /* millicelsius */
/external/libopus/celt/
Dbands.h121 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,…
Dbands.c46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,… in hysteresis_decision() argument
54 if (i>prev && val < thresholds[prev]+hysteresis[prev]) in hysteresis_decision()
56 if (i<prev && val > thresholds[prev-1]-hysteresis[prev-1]) in hysteresis_decision()
/external/libopus/src/
Dopus_encoder.c726 opus_int32 hysteresis; in decide_fec() local
730 hysteresis = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND) + 1]; in decide_fec()
731 if (last_fec == 1) LBRR_rate_thres_bps -= hysteresis; in decide_fec()
732 if (last_fec == 0) LBRR_rate_thres_bps += hysteresis; in decide_fec()
1477 int threshold, hysteresis; in opus_encode_native() local
1479 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1]; in opus_encode_native()
1483 threshold -= hysteresis; in opus_encode_native()
1485 threshold += hysteresis; in opus_encode_native()
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h479 int threshold, int hysteresis) in wpa_drv_signal_monitor() argument
483 threshold, hysteresis); in wpa_drv_signal_monitor()

12