Lines Matching refs:indexLFE
149 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_testIndexComputation() local
150 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_testIndexComputation()
158 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR); in Downmix_testIndexComputation()
1267 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_foldGeneric() local
1268 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_foldGeneric()
1282 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()
1311 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()
1359 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_foldGeneric() local
1360 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_foldGeneric()
1374 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()
1403 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()