Searched refs:kShortStartupPhaseBlocks (Results 1 – 3 of 3) sorted by relevance
58 if (num_analyzed_frames < kShortStartupPhaseBlocks) { in Update()71 1.f / kShortStartupPhaseBlocks; in Update()72 filter_initial *= kShortStartupPhaseBlocks - num_analyzed_frames; in Update()
65 if (num_analyzed_frames < kShortStartupPhaseBlocks) { in PreUpdate()122 1.f / kShortStartupPhaseBlocks; in PreUpdate()142 (kShortStartupPhaseBlocks - num_analyzed_frames); in PreUpdate()
23 constexpr int kShortStartupPhaseBlocks = 50; variable