Searched refs:hysteresis_decision (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | bands.h | 121 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,…
|
D | celt_encoder.c | 1964 …st->spread_decision = hysteresis_decision(-st->analysis.tonality, spread_thresholds, spread_hister… in celt_encode_with_ec() 1965 …st->tapset_decision = hysteresis_decision(st->analysis.tonality_slope, tapset_thresholds, tapset_h… in celt_encode_with_ec() 2032 st->intensity = hysteresis_decision((opus_val16)(equiv_rate/1000), in celt_encode_with_ec()
|
D | bands.c | 46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,… in hysteresis_decision() function
|