Searched defs:PitchCandidate (Results 1 – 1 of 1) sorted by relevance
323 struct PitchCandidate { in ComputePitchPeriod12kHz() struct325 int period_inverted_lag = 0; in ComputePitchPeriod12kHz()327 float strength_numerator = -1.f; in ComputePitchPeriod12kHz()328 float strength_denominator = 0.f; in ComputePitchPeriod12kHz()330 bool HasStrongerPitchThan(const PitchCandidate& b) const { in ComputePitchPeriod12kHz()