Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c133 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_testIndexComputation() local
134 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_testIndexComputation()
143 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR); in Downmix_testIndexComputation()
1023 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_foldGeneric() local
1024 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_foldGeneric()
1038 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()
1067 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()