• Home
  • Raw
  • Download

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] = {
875 static void dmxInitChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxInitChannel()
897 static void dmxClearChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxClearChannel()
900 FDKmemclear(&mixFactors[outCh], (8) * sizeof(FIXP_DMX)); in dmxClearChannel()
917 static void dmxSetChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxSetChannel()
919 const unsigned int srcCh, const FIXP_DMX factor, in dmxSetChannel()
923 if (mixFactors[srcCh][ch] != (FIXP_DMX)0) { in dmxSetChannel()
943 static void dmxAddChannel(FIXP_DMX mixFactors[(8)][(8)], in dmxAddChannel()
945 const unsigned int srcCh, const FIXP_DMX factor, in dmxAddChannel()
950 if (addFact != (FIXP_DMX)0) { in dmxAddChannel()
952 if (mixFactors[dstCh][ch] != (FIXP_DMX)0) { in dmxAddChannel()
989 FIXP_DMX mixFactors[(8)][(8)], in getMixFactors()
1058 FIXP_DMX dMixFactA, dMixFactB; in getMixFactors()
1159 FIXP_DMX dmxGain; in getMixFactors()
1277 FIXP_DMX sMixLvl; in getMixFactors()
1297 FIXP_DMX cMixLvl; in getMixFactors()
1317 FIXP_DMX csMixLvl; in getMixFactors()
1346 FIXP_DMX cMixLvl, sMixLvl, lMixLvl; in getMixFactors()
1402 FIXP_DMX dmxGain; in getMixFactors()
1426 FIXP_DMX flev, clev, slevLL, slevLR, slevRL, slevRR; in getMixFactors()
1427 FIXP_DMX mtrxMixDwnCoef = in getMixFactors()
1454 slevLR = slevRL = (FIXP_DMX)0; in getMixFactors()
1493 FIXP_DMX monoMixLevel; in getMixFactors()
1599 if (mixFactors[outCh][inCh] != (FIXP_DMX)0) { in getMixFactors()
2189 FIXP_DMX mixFactors[(8)][(8)]; in pcmDmx_ApplyFrame()
2292 (8) * sizeof(FIXP_DMX)); in pcmDmx_ApplyFrame()
2553 FIXP_DMX flev; in pcmDmx_ApplyFrame()