Home | History | Annotate | Download | only in src

Lines Matching refs:hysteresis

111    middle (memoriless) threshold. The second column is the hysteresis
1145 /* Hysteresis */
1258 int threshold, hysteresis;
1260 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1];
1264 threshold -= hysteresis;
1266 threshold += hysteresis;