Lines Matching refs:j
136 for (size_t j = 0; j < channels; ++j) { in channelStatistics() local
137 result[j].add(*fptr++); in channelStatistics()
198 for (unsigned j = 0; j < frames; ++j) { in testBalance() local
200 *indata++ = (k == i) ? (j & 1 ? -0.5f : 0.5f) : 0; in testBalance()
207 for (unsigned j = 0; j < frames; ++j) { in testBalance() local
219 for (unsigned j = 0; j < frames; ++j) { in testBalance() local
228 for (unsigned j = 0; j < frames; ++j) { in testBalance() local
237 for (size_t j = 0; j < outChannels; ++j) { in testBalance() local
238 power[j] = stats[j].getPopVariance(); in testBalance()
245 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
246 if (outPair[j] >= 0) { in testBalance()
247 EXPECT_NEAR_EPSILON(power[j], savedPower[pairIndex][outPair[j]]); in testBalance()
248 EXPECT_NEAR_EPSILON(power[outPair[j]], savedPower[pairIndex][j]); in testBalance()
252 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
253 savedPower[index][j] = power[j]; in testBalance()
278 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
279 if (outSide[j] == AUDIO_GEOMETRY_SIDE_RIGHT) { in testBalance()
280 EXPECT_EQ(0.f, power[j]); in testBalance()
288 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
289 if (outSide[j] == AUDIO_GEOMETRY_SIDE_LEFT) { in testBalance()
290 EXPECT_EQ(0.f, power[j]); in testBalance()
300 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
301 if (outPair[j] >= 0) { in testBalance()
302 EXPECT_NEAR_EPSILON(power[j], power[outPair[j]]); in testBalance()
317 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local
318 if (outPair[j] >= 0) { in testBalance()
319 EXPECT_NEAR_EPSILON(power[j], power[outPair[j]]); in testBalance()
385 for (size_t j = 0; j < frames; ++j) { in testIdentity() local
386 input[j * channels + i] = kImpulse; in testIdentity()