Home
last modified time | relevance | path

Searched defs:norm_shift (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.cc245 int16_t norm_shift = WebRtcSpl_NormW32(residual_energy) - 1; in SaveParameters() local
Dmerge.cc336 int norm_shift = std::max(0, 17 - WebRtcSpl_NormW32(max_correlation)); in CorrelateAndPeakSearch() local
Dexpand.cc812 int16_t norm_shift = 16 - WebRtcSpl_NormW32(max_value); in Correlation() local
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py149 norm_shift=0.0): argument
1369 norm_shift=0.0, argument
2509 norm_shift=0.0, argument
/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c197 int norm_shift, loop; in BN_div() local