/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
xcorr_coef.c | 23 * crossCorr*crossCorr/(energy) criteria 40 int32_t crossCorr, Energy; 67 /* Introduce a scale factor on the Energy in int32_t in 77 /* Calculate the first energy, then do a +/- to get the other energies */ 78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); 86 if ((Energy>0)&&(crossCorr>0)) { 88 /* Put cross correlation and energy on 16 bit word */ 91 Energyscale=(int16_t)WebRtcSpl_NormW32(Energy)-16; 92 EnergyMod=(int16_t)WEBRTC_SPL_SHIFT_W32(Energy, Energyscale); 98 been performed on (crossCorr*crossCorr)/energy [all...] |
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_strategy.cc | 46 int RTPReceiverStrategy::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const {
|
rtp_receiver_strategy.h | 85 virtual int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const;
|
rtp_receiver_audio.h | 100 int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
|
rtp_receiver_impl.h | 66 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
|
rtp_receiver_impl.cc | 158 int32_t RtpReceiverImpl::Energy( 160 return rtp_media_receiver_->Energy(array_of_energy);
|
rtp_receiver_audio.cc | 256 int RTPReceiverAudio::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const {
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
rtp_receiver.h | 98 // Returns the current energy of the RTP stream received. 99 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const = 0;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
normal.cc | 84 int32_t energy = WebRtcSpl_DotProductWithScale(signal, signal, local 87 energy = energy / (energy_length >> scaling); 89 energy = 0; 93 if ((energy != 0) && 94 (energy > background_noise_.Energy(channel_ix))) { 95 // Normalize new frame energy to 15 bits. 96 scaling = WebRtcSpl_NormW32(energy) - 16; 97 // We want background_noise_.energy() / energy in Q14 [all...] |
background_noise.h | 45 int32_t Energy(size_t channel) const; 91 energy = 2500; 103 int32_t energy; member in struct:webrtc::BackgroundNoise::ChannelParameters 118 // Increments the energy threshold by a factor 1 + |kThresholdIncrement|.
|
time_stretch.cc | 128 // Calculate square-root of energy product. 192 right_side = background_noise_.Energy(master_channel_); 203 // (|scaling| is the scale factor before energy calculation, thus the scale 204 // factor for the energy is 2 * scaling.)
|
background_noise.cc | 71 // update energy threshold levels, since we have in fact observed 72 // a low energy signal. 74 // Never go under 1.0 in average sample energy. 91 // Generate the CNG gain factor by looking at the energy of the residual. 104 // enough. Also ensure that the energy is non-zero. 125 int32_t BackgroundNoise::Energy(size_t channel) const { 127 return channel_parameters_[channel].energy; 179 // Number of shifts to normalize energy to energy/sample. 209 // Update maximum energy [all...] |
/external/opencv/cvaux/src/ |
cvvecfacetracking.cpp | 92 int Energy(const CvTrackingRect& prev) 226 void Energy(); 239 Energy(); 245 Energy(); 252 Energy(); 259 Energy(); 393 void CvFaceElement::Energy() 420 // energy 421 pRect->Energy(m_trPrev); 424 }//void CvFaceElement::Energy() 792 int energy = 0; local 837 int energy = ppNew[element[0]]->iEnergy + ppNew[element[1]]->iEnergy + local [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 435 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/bluetooth-le.html">Bluetooth Low Energy</a></li>
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | 686 9f80 Ewert Energy Systems CANdapter [all...] |