Elevate NetEq short-term activity statistics to ACM level for logging.
Review URL: https://webrtc-codereview.appspot.com/1313004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3850 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1141,11 +1141,15 @@ int WebRtcNetEQ_Expand(DSPInst_t *inst,
|
||||
{
|
||||
/* Only noise expansion */
|
||||
inst->statInst.expandedNoiseSamples += *pw16_len;
|
||||
/* Short-term activity statistics. */
|
||||
inst->activity_stats.expand_bgn_samples += *pw16_len;
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Voice expand (note: not necessarily _voiced_) */
|
||||
inst->statInst.expandedVoiceSamples += *pw16_len;
|
||||
/* Short-term activity statistics. */
|
||||
inst->activity_stats.expand_normal_samples += *pw16_len;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user