Searched refs:tOut (Results 1 – 1 of 1) sorted by relevance
2118 FIXP_DBL tOut[PCM_DMX_MAX_OUT_CHANNELS] = { (FIXP_DBL)0 }; in pcmDmx_ApplyFrame() local2129 tOut[outCh] += fMult(tIn[inCh], mixFactors[outCh][inCh]); in pcmDmx_ApplyFrame()2133 *pOutPcm[outCh] = (INT_PCM)SATURATE_LEFT_SHIFT(tOut[outCh], dmxScale, SAMPLE_BITS); in pcmDmx_ApplyFrame()2135 …*pOutPcm[outCh] = (INT_PCM)SATURATE_RIGHT_SHIFT(tOut[outCh], DFRACT_BITS-SAMPLE_BITS-dmxScale, SAM… in pcmDmx_ApplyFrame()