OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:array_normal_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc
191
array_normal_
(GetArrayNormalIfExists(array_geometry)),
269
if (!
array_normal_
||
270
DotProduct(*
array_normal_
, target_direction) *
271
DotProduct(*
array_normal_
, clockwise_interf_direction) >=
284
if (!
array_normal_
||
285
DotProduct(*
array_normal_
, target_direction) *
286
DotProduct(*
array_normal_
, counterclock_interf_direction) >=
nonlinear_beamformer.h
137
const rtc::Optional<Point>
array_normal_
;
member in class:webrtc::NonlinearBeamformer
Completed in 71 milliseconds