Searched refs:indexFC (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c141 const int indexFC = hasFC ? 2 : 1; // front center local
142 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency
151 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR);
1099 const int indexFC = hasFC ? 2 : 1; // front center local
1100 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency
1114 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }
1143 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }

Completed in 44 milliseconds