Home
last modified time | relevance | path

Searched refs:array_normal_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc191 array_normal_(GetArrayNormalIfExists(array_geometry)), in NonlinearBeamformer()
269 if (!array_normal_ || in InitInterfAngles()
270 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
271 DotProduct(*array_normal_, clockwise_interf_direction) >= in InitInterfAngles()
284 if (!array_normal_ || in InitInterfAngles()
285 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
286 DotProduct(*array_normal_, counterclock_interf_direction) >= in InitInterfAngles()
Dnonlinear_beamformer.h137 const rtc::Optional<Point> array_normal_; variable