Searched defs:Energy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_strategy.cc46 int RTPReceiverStrategy::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const { function in class:webrtc::RTPReceiverStrategy
H A Drtp_receiver_audio.cc256 int RTPReceiverAudio::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const { function in class:webrtc::RTPReceiverAudio
H A Drtp_receiver_impl.cc158 int32_t RtpReceiverImpl::Energy( function in class:webrtc::RtpReceiverImpl
160 return rtp_media_receiver_->Energy(array_of_energy);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c40 int32_t crossCorr, Energy; local
67 /* Introduce a scale factor on the Energy in int32_t in
78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts);
86 if ((Energy>0)&&(crossCorr>0)) {
91 Energyscale=(int16_t)WebRtcSpl_NormW32(Energy)-16;
92 EnergyMod=(int16_t)WEBRTC_SPL_SHIFT_W32(Energy, Energyscale);
134 Energy += step*(WEBRTC_SPL_RSHIFT_W32(
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.cc125 int32_t BackgroundNoise::Energy(size_t channel) const { function in class:webrtc::BackgroundNoise
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp92 int Energy(const CvTrackingRect& prev) function in struct:CvTrackingRect
226 void Energy();
239 Energy();
245 Energy();
252 Energy();
259 Energy();
393 void CvFaceElement::Energy() function in class:CvFaceElement
421 pRect->Energy(m_trPrev);
424 }//void CvFaceElement::Energy()

Completed in 1241 milliseconds