Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dpitch_search_internal.cc34 const VectorMath& vector_math) { in ComputeAutoCorrelation()
72 const VectorMath& vector_math) { in PitchPseudoInterpolationLagPitchBuf()
160 const VectorMath& vector_math) { in ComputeAutoCorrelation()
189 const VectorMath& vector_math) { in ComputePitchPeriod48kHz()
299 VectorMath vector_math(cpu_features); in ComputeSlidingFrameSquareEnergies24kHz() local
337 VectorMath vector_math(cpu_features); in ComputePitchPeriod12kHz() local
394 VectorMath vector_math(cpu_features); in ComputePitchPeriod48kHz() local
433 VectorMath vector_math(cpu_features); in ComputeExtendedPitchPeriod48kHz() local
H A Drnn_gru.cc56 const VectorMath& vector_math, in ComputeUpdateResetGate()
92 const VectorMath& vector_math, in ComputeStateGate()
H A Dvector_math_unittest.cc37 VectorMath vector_math(/*cpu_features=*/GetParam()); in TEST_P() local