Searched refs:hasBC (Results 1 – 1 of 1) sorted by relevance
143 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_testIndexComputation() local152 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() local1270 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() local1362 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()