Home
last modified time | relevance | path

Searched defs:Energy (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_strategy.cc44 int RTPReceiverStrategy::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const { in Energy() function in webrtc::RTPReceiverStrategy
Drtp_receiver_audio.cc250 int RTPReceiverAudio::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const { in Energy() function in webrtc::RTPReceiverAudio
Drtp_receiver_impl.cc155 int32_t RtpReceiverImpl::Energy( in Energy() function in webrtc::RtpReceiverImpl
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dxcorr_coef.c40 int32_t crossCorr, Energy; in WebRtcIlbcfix_XcorrCoef() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.cc128 int32_t BackgroundNoise::Energy(size_t channel) const { in Energy() function in webrtc::BackgroundNoise
/external/lisa/libs/utils/
Dresults.py163 class Energy(object): class
/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c952 static float Energy(const float* buffer, size_t length) { in Energy() function