Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c143 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_testIndexComputation() local
152 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_testIndexComputation()
1261 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_foldGeneric() local
1270 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_foldGeneric()
1283 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()
1312 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()
1353 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_foldGeneric() local
1362 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_foldGeneric()
1375 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()
1404 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()