OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Energy
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_strategy.cc
44
int RTPReceiverStrategy::
Energy
(uint8_t array_of_energy[kRtpCsrcSize]) const {
rtp_receiver_audio.cc
250
int RTPReceiverAudio::
Energy
(uint8_t array_of_energy[kRtpCsrcSize]) const {
rtp_receiver_impl.cc
155
int32_t RtpReceiverImpl::
Energy
(
157
return rtp_media_receiver_->
Energy
(array_of_energy);
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.cc
74
// update
energy
threshold levels, since we have in fact observed
75
// a low
energy
signal.
77
// Never go under 1.0 in average sample
energy
.
94
// Generate the CNG gain factor by looking at the
energy
of the residual.
107
// enough. Also ensure that the
energy
is non-zero.
128
int32_t BackgroundNoise::
Energy
(size_t channel) const {
130
return channel_parameters_[channel].
energy
;
182
// Number of shifts to normalize
energy
to
energy
/sample.
211
// Update maximum
energy
[
all
...]
/external/webrtc/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/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c
954
float
energy
= 0.f;
local
1048
float
energy
;
local
[
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
...]
Completed in 375 milliseconds