Home | History | Annotate | Download | only in downmix

Lines Matching full:indexbc

134     const int indexBC  = hasBC    ? indexBR + 1  : indexBR;  // back center
135 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left
140 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR);
1025 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center
1026 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left
1038 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }
1067 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }