Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c134 const bool hasLFE = in Downmix_testIndexComputation() local
142 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_testIndexComputation()
1073 const bool hasLFE = in Downmix_foldGeneric() local
1081 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_foldGeneric()
1096 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()
1125 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()