Home
last modified time | relevance | path

Searched refs:blockInd (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c176 self->blockInd = -1; // Frame counter. in WebRtcNs_InitCore()
1085 self->blockInd++; // Update the block index only when we process a block. in WebRtcNs_AnalyzeCore()
1092 if (self->blockInd < END_STARTUP_SHORT) { in WebRtcNs_AnalyzeCore()
1110 if (self->blockInd < END_STARTUP_SHORT) { in WebRtcNs_AnalyzeCore()
1140 expf(self->pinkNoiseNumerator / (float)(self->blockInd + 1)); in WebRtcNs_AnalyzeCore()
1141 parametric_num *= (float)(self->blockInd + 1); in WebRtcNs_AnalyzeCore()
1142 parametric_exp = self->pinkNoiseExp / (float)(self->blockInd + 1); in WebRtcNs_AnalyzeCore()
1157 noise[i] *= (self->blockInd); in WebRtcNs_AnalyzeCore()
1159 self->parametricNoise[i] * (END_STARTUP_SHORT - self->blockInd); in WebRtcNs_AnalyzeCore()
1160 noise[i] += (tmpFloat2 / (float)(self->blockInd + 1)); in WebRtcNs_AnalyzeCore()
[all …]
Dns_core.h81 int32_t blockInd; // Frame index counter. member