HomeSort by relevance Sort by last modified time
    Searched refs:ratio_rxiw_rxim (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 430 float ratio_rxiw_rxim = 0.f; local
432 ratio_rxiw_rxim = rxiws_[i] / rxim;
441 ratio_rxiw_rxim,
446 ratio_rxiw_rxim,
465 float ratio_rxiw_rxim,
475 (1.f - std::min(kCutOffConstant, ratio / ratio_rxiw_rxim));
nonlinear_beamformer.h 96 float ratio_rxiw_rxim,

Completed in 41 milliseconds