Searched refs:array_normal_ (Results 1 – 2 of 2) sorted by relevance
191 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()
137 const rtc::Optional<Point> array_normal_; variable