Searched refs:targetChCnt (Results 1 – 1 of 1) sorted by relevance
845 int targetChCnt = pSelProcOutput->targetChannelCount; in FDK_drcDec_ApplyDownmix() local858 if (targetChCnt >= baseChCnt) return DRC_DEC_OK; /* downmix only */ in FDK_drcDec_ApplyDownmix()866 if (targetChCnt > 8) return DRC_DEC_NOT_OK; in FDK_drcDec_ApplyDownmix()876 for (oc = 0; oc < targetChCnt; oc++) { in FDK_drcDec_ApplyDownmix()886 for (oc = 0; oc < targetChCnt; oc++) { in FDK_drcDec_ApplyDownmix()892 for (oc = targetChCnt; oc < baseChCnt; oc++) { in FDK_drcDec_ApplyDownmix()896 *pNChannels = targetChCnt; in FDK_drcDec_ApplyDownmix()