Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c134 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_testIndexComputation() local
135 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left in Downmix_testIndexComputation()
140 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR); in Downmix_testIndexComputation()
1025 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center in Downmix_foldGeneric() local
1026 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left in Downmix_foldGeneric()
1038 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()
1067 if (hasBC) { centersLfeContrib += pSrc[indexBC]; } in Downmix_foldGeneric()