Searched refs:hysteresis (Results 1 – 25 of 41) sorted by relevance
12
30 hysteresis = <2000>; /* millicelsius */35 hysteresis = <2000>; /* millicelsius */40 hysteresis = <2000>; /* millicelsius */70 hysteresis = <2000>; /* millicelsius */75 hysteresis = <2000>; /* millicelsius */
77 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 */
24 hysteresis = <2000>; /* millicelsius */29 hysteresis = <2000>; /* millicelsius */
426 hysteresis = <2000>;433 hysteresis = <2000>;440 hysteresis = <2000>;447 hysteresis = <2000>;454 hysteresis = <2000>;
23 hysteresis = <2000>; /* milliCelsius */
24 hysteresis = <2000>; /* milliCelsius */
485 hysteresis = <2000>; /* millicelsius */508 hysteresis = <2000>; /* millicelsius */514 hysteresis = <0>; /* millicelsius */
88 hysteresis = <2000>;95 hysteresis = <2000>;
449 hysteresis = <2000>; /* millicelsius */454 hysteresis = <2000>; /* millicelsius */459 hysteresis = <2000>; /* millicelsius */487 hysteresis = <2000>; /* millicelsius */492 hysteresis = <2000>; /* millicelsius */
340 hysteresis = <2000>; /* millicelsius */345 hysteresis = <2000>; /* millicelsius */350 hysteresis = <2000>; /* millicelsius */
208 hysteresis = <2000>;213 hysteresis = <2000>;
128 hysteresis = <2000>;133 hysteresis = <2000>;
194 hysteresis = <2000>;199 hysteresis = <2000>;
2088 hysteresis = <2000>;2093 hysteresis = <2000>;2114 hysteresis = <2000>;2119 hysteresis = <2000>;2140 hysteresis = <2000>;2145 hysteresis = <2000>;
655 hysteresis = <2000>;660 hysteresis = <2000>;665 hysteresis = <2000>;694 hysteresis = <2000>;699 hysteresis = <2000>;
2461 hysteresis = <2000>;2466 hysteresis = <2000>;2487 hysteresis = <2000>;2492 hysteresis = <2000>;2513 hysteresis = <2000>;2518 hysteresis = <2000>;
151 hysteresis = <2000>;158 hysteresis = <2000>;
167 static const FIXP_DBL hysteresis = variable463 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()
50 hysteresis = <2000>; /* millicelsius */55 hysteresis = <2000>; /* millicelsius */
121 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,…
46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,… in hysteresis_decision() argument54 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()
726 opus_int32 hysteresis; in decide_fec() local730 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() local1479 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()
479 int threshold, int hysteresis) in wpa_drv_signal_monitor() argument483 threshold, hysteresis); in wpa_drv_signal_monitor()