Searched refs:Energy (Results 1 - 14 of 14) sorted by relevance

/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/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_strategy.h85 virtual int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const;
H A Drtp_receiver_audio.h100 int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
H A Drtp_receiver_impl.h66 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
H A Drtp_receiver_impl.cc158 int32_t RtpReceiverImpl::Energy( function in class:webrtc::RtpReceiverImpl
160 return rtp_media_receiver_->Energy(array_of_energy);
H A Drtp_receiver_audio.cc256 int RTPReceiverAudio::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const { function in class:webrtc::RTPReceiverAudio
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_receiver.h99 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dnormal.cc94 (energy > background_noise_.Energy(channel_ix))) {
99 background_noise_.Energy(channel_ix) << (scaling+14);
H A Dbackground_noise.h45 int32_t Energy(size_t channel) const;
H A Dtime_stretch.cc192 right_side = background_noise_.Energy(master_channel_);
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()
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids686 9f80 Ewert Energy Systems CANdapter
3917 04c4 Lockheed Martin Energy Research
12038 0f0e Energy Full Corp.
12941 1264 Covidien Energy-based Devices

Completed in 356 milliseconds