Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/tests/
Ddownmix_tests.cpp106 const int pairIndex = pairIdxFromChannelIdx(index); in testBalance() local
126 if (pairIndex >= 0 && pairIndex < index) { in testBalance()
127 EXPECT_NEAR_EPSILON(power[0], savedPower[pairIndex][1]); in testBalance()
128 EXPECT_NEAR_EPSILON(power[1], savedPower[pairIndex][0]); in testBalance()