Lines Matching refs:FIXP_DMX

203  #define FIXP_DMX          FIXP_SGL  macro
211 #define FIXP_DMX FIXP_DBL macro
298 static const FIXP_DMX abMixLvlValueTab[8] =
310 static const FIXP_DMX lfeMixLvlValueTab[16] =
342 static const FIXP_DMX mpegMixDownIdx2Coef[4] =
802 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], in dmxInitChannel()
828 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], in dmxClearChannel()
833 FDKmemclear(&mixFactors[outCh], PCM_DMX_MAX_CHANNELS*sizeof(FIXP_DMX)); in dmxClearChannel()
850 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], in dmxSetChannel()
854 const FIXP_DMX factor, in dmxSetChannel()
860 if (mixFactors[srcCh][ch] != (FIXP_DMX)0) { in dmxSetChannel()
879 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], in dmxAddChannel()
883 const FIXP_DMX factor, in dmxAddChannel()
890 if (addFact != (FIXP_DMX)0) { in dmxAddChannel()
892 if (mixFactors[dstCh][ch] != (FIXP_DMX)0) { in dmxAddChannel()
928 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], in getMixFactors()
997 FIXP_DMX dMixFactA, dMixFactB; in getMixFactors()
1086 FIXP_DMX dmxGain; in getMixFactors()
1180 FIXP_DMX cMixLvl, sMixLvl, lMixLvl; in getMixFactors()
1224 FIXP_DMX dmxGain; in getMixFactors()
1247 FIXP_DMX flev, clev, slevLL, slevLR, slevRL, slevRR; in getMixFactors()
1248 FIXP_DMX mtrxMixDwnCoef = mpegMixDownIdx2Coef[pMetaData->matrixMixdownIdx]; in getMixFactors()
1294 FIXP_DMX monoMixLevel; in getMixFactors()
1391 if (mixFactors[outCh][inCh] != (FIXP_DMX)0) { in getMixFactors()
2002 FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS]; in pcmDmx_ApplyFrame()
2109 … FDKmemcpy(&mixFactors[outCh], &mixFactors[map[outCh]], PCM_DMX_MAX_CHANNELS*sizeof(FIXP_DMX)); in pcmDmx_ApplyFrame()
2361 FIXP_DMX flev; in pcmDmx_ApplyFrame()