Searched refs:indexLFE (Results 1 – 1 of 1) sorted by relevance
149 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_testIndexComputation() local150 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() local1268 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() local1360 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_foldGeneric()1374 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()[all …]