Searched refs:encoder_state_ (Results 1 – 2 of 2) sorted by relevance
192 encoder_state_ = kStableEncoding; in Reset()200 return encoder_state_; in GetEncoderState()406 encoder_state_ = kStableEncoding; in ComputeEncoderState()414 encoder_state_ = kStressedEncoding; in ComputeEncoderState()421 encoder_state_ = kEasyEncoding; in ComputeEncoderState()491 (encoder_state_ == kStableEncoding)) || in ConditionForGoingUp()492 (encoder_state_ == kEasyEncoding)) { in ConditionForGoingUp()507 (encoder_state_ == kStressedEncoding && avg_target_rate_ < max_rate)) { in GoingDownResolution()
315 EncoderState encoder_state_; variable