Lines Matching refs:FIXP_DMX
121 #define FIXP_DMX FIXP_SGL macro
276 static const FIXP_DMX abMixLvlValueTab[8] = {
282 static const FIXP_DMX lfeMixLvlValueTab[16] = {
311 static const FIXP_DMX mpegMixDownIdx2Coef[4] = {
315 static const FIXP_DMX mpegMixDownIdx2PreFact[3][4] = {
847 static void dmxInitChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxInitChannel()
869 static void dmxClearChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxClearChannel()
872 FDKmemclear(&mixFactors[outCh], (8) * sizeof(FIXP_DMX)); in dmxClearChannel()
889 static void dmxSetChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxSetChannel()
891 const unsigned int srcCh, const FIXP_DMX factor, in dmxSetChannel()
895 if (mixFactors[srcCh][ch] != (FIXP_DMX)0) { in dmxSetChannel()
915 static void dmxAddChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxAddChannel()
917 const unsigned int srcCh, const FIXP_DMX factor, in dmxAddChannel()
922 if (addFact != (FIXP_DMX)0) { in dmxAddChannel()
924 if (mixFactors[dstCh][ch] != (FIXP_DMX)0) { in dmxAddChannel()
961 FIXP_DMX mixFactors[(8)][(8)], in getMixFactors()
1030 FIXP_DMX dMixFactA, dMixFactB; in getMixFactors()
1131 FIXP_DMX dmxGain; in getMixFactors()
1249 FIXP_DMX sMixLvl; in getMixFactors()
1269 FIXP_DMX cMixLvl; in getMixFactors()
1289 FIXP_DMX csMixLvl; in getMixFactors()
1318 FIXP_DMX cMixLvl, sMixLvl, lMixLvl; in getMixFactors()
1374 FIXP_DMX dmxGain; in getMixFactors()
1398 FIXP_DMX flev, clev, slevLL, slevLR, slevRL, slevRR; in getMixFactors()
1399 FIXP_DMX mtrxMixDwnCoef = in getMixFactors()
1426 slevLR = slevRL = (FIXP_DMX)0; in getMixFactors()
1465 FIXP_DMX monoMixLevel; in getMixFactors()
1571 if (mixFactors[outCh][inCh] != (FIXP_DMX)0) { in getMixFactors()
2161 FIXP_DMX mixFactors[(8)][(8)]; in pcmDmx_ApplyFrame()
2264 (8) * sizeof(FIXP_DMX)); in pcmDmx_ApplyFrame()
2525 FIXP_DMX flev; in pcmDmx_ApplyFrame()