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

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c134 const bool hasLFE = local
142 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency
1092 const bool hasLFE = local
1100 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency
1115 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; }
1144 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; }

Completed in 28 milliseconds