Home
last modified time | relevance | path

Searched defs:PitchCandidate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dpitch_search_internal.cc323 struct PitchCandidate { in ComputePitchPeriod12kHz() struct
325 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()