Home
last modified time | relevance | path

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

/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/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.c740 opus_int32 hysteresis; in decide_fec() local
744 hysteresis = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND) + 1]; in decide_fec()
745 if (last_fec == 1) LBRR_rate_thres_bps -= hysteresis; in decide_fec()
746 if (last_fec == 0) LBRR_rate_thres_bps += hysteresis; in decide_fec()
1476 int threshold, hysteresis; in opus_encode_native() local
1478 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1]; in opus_encode_native()
1482 threshold -= hysteresis; in opus_encode_native()
1484 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()
Dctrl_iface.c7424 int hysteresis = 0; in wpas_ctrl_iface_signal_monitor() local
7436 hysteresis = atoi(pos + 11); in wpas_ctrl_iface_signal_monitor()
7437 return wpa_drv_signal_monitor(wpa_s, threshold, hysteresis); in wpas_ctrl_iface_signal_monitor()
/external/walt/arduino/walt/
Dwalt.ino70 // Threshold and hysteresis for screen on/off reading
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3129 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
Ddriver_nl80211.c7351 static int nl80211_signal_monitor(void *priv, int threshold, int hysteresis) in nl80211_signal_monitor() argument
7359 "hysteresis=%d", threshold, hysteresis); in nl80211_signal_monitor()
7364 nla_put_u32(msg, NL80211_ATTR_CQM_RSSI_HYST, hysteresis)) { in nl80211_signal_monitor()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz