Searched refs:timescale_hold_off_ (Results 1 – 3 of 3) sorted by relevance
74 timescale_hold_off_(kMinTimescaleInterval), in DecisionLogic()87 timescale_hold_off_ = 0; in Reset()95 timescale_hold_off_ = kMinTimescaleInterval; in SoftReset()173 timescale_hold_off_ = kMinTimescaleInterval; in FilterBufferLevel()180 timescale_hold_off_ = std::max(timescale_hold_off_ - 1, 0); in FilterBufferLevel()
85 bool TimescaleAllowed() const { return timescale_hold_off_ == 0; } in TimescaleAllowed()
159 int timescale_hold_off_; variable