Lines Matching refs:decoderR
933 pState->decoderR.acc = 0; in InitPCMStream()
934 pState->decoderR.output = 0; in InitPCMStream()
935 pState->decoderR.x0 = pState->decoderR.x1 = 0; in InitPCMStream()
936 pState->decoderR.step = 0; in InitPCMStream()
1146 …pState->decoderR.output = pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR… in RenderPCMStream()
1155 …*pOut++ += (pState->decoderR.output * (gainRight >> SYNTH_UPDATE_PERIOD_IN_BITS)) >> PCM_MIXER_GUA… in RenderPCMStream()
1166 …pState->decoderR.output= pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.… in RenderPCMStream()
1170 …*pOut++ += ((pState->decoderL.output + pState->decoderR.output) * (gainLeft >> SYNTH_UPDATE_PERIOD… in RenderPCMStream()
1186 pState->decoderR.x0 = pState->decoderR.x1; in RenderPCMStream()
1305 pState->decoderR.x1 = (EAS_PCM)(((EAS_PCM) pState->srcByte << 8) ^ 0x8000); in LinearPCMDecode()
1310 pState->decoderR.x1 = (EAS_PCM)((EAS_PCM) pState->srcByte << 8); in LinearPCMDecode()
1333 …if ((result = EAS_HWGetWord(hwInstData, pState->fileHandle, &pState->decoderR.x1, EAS_FALSE)) != E… in LinearPCMDecode()
1342 pState->decoderL.x1 = pState->decoderR.x1 = 0; in LinearPCMDecode()