Home | History | Annotate | Download | only in src

Lines Matching defs:tIn

2117       FIXP_PCM tIn[PCM_DMX_MAX_IN_CHANNELS];
2123 tIn[inCh] = (FIXP_PCM)*pInPcm[inCh];
2129 tOut[outCh] += fMult(tIn[inCh], mixFactors[outCh][inCh]);
2323 INT_PCM tIn[PCM_DMX_MAX_CHANNELS];
2326 tIn[ch] = *pIn[ch];
2331 *pOut[ch] = tIn[ch];