Searched refs:hasBC (Results 1 – 1 of 1) sorted by relevance
128 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_testIndexComputation() local137 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_testIndexComputation()1018 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); in Downmix_foldGeneric() local1027 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_foldGeneric()1040 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()1069 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()