Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c125 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_testIndexComputation() local
134 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_testIndexComputation()
1016 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_foldGeneric() local
1025 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_foldGeneric()
1038 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()
1067 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()