Searched refs:indexLFE (Results 1 – 1 of 1) sorted by relevance
131 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_testIndexComputation() local132 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_testIndexComputation()140 0, 1, indexFC, indexLFE, indexBL, indexBR, indexBC, indexSL, indexSR); in Downmix_testIndexComputation()1011 const int indexLFE = hasLFE ? indexFC + 1 : indexFC; // low frequency in Downmix_foldGeneric() local1012 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_foldGeneric()1026 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()1055 if (hasLFE) { centersLfeContrib += pSrc[indexLFE]; } in Downmix_foldGeneric()