Searched refs:num_consecutive_expands_ (Results 1 – 3 of 3) sorted by relevance
75 num_consecutive_expands_(0), in DecisionLogic()88 num_consecutive_expands_ = 0; in Reset()147 num_consecutive_expands_++; in ExpandDecision()149 num_consecutive_expands_ = 0; in ExpandDecision()
65 if (num_consecutive_expands_ > kReinitAfterExpands) { in GetDecisionSpecialized()231 static_cast<uint32_t>(output_size_samples_ * num_consecutive_expands_); in PacketTooEarly()235 return num_consecutive_expands_ >= kMaxWaitForPacket; in MaxWaitForPacket()
160 int num_consecutive_expands_; variable