Searched refs:hasBacks (Results 1 – 1 of 1) sorted by relevance
130 bool hasBacks = false; in Downmix_testIndexComputation() local136 hasBacks = true; in Downmix_testIndexComputation()150 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_testIndexComputation()151 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right in Downmix_testIndexComputation()1255 const bool hasBacks = (mask & kBacks) != 0; in Downmix_foldGeneric() local1268 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left in Downmix_foldGeneric()1269 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right in Downmix_foldGeneric()1293 if (hasBacks) { in Downmix_foldGeneric()1322 if (hasBacks) { in Downmix_foldGeneric()1347 const bool hasBacks = (mask & kBacks) != 0; in Downmix_foldGeneric() local[all …]