Lines Matching refs:decoderL
929 pState->decoderL.acc = 0; in InitPCMStream()
930 pState->decoderL.output = 0; in InitPCMStream()
931 pState->decoderL.x0 = pState->decoderL.x1 = 0; in InitPCMStream()
932 pState->decoderL.step = 0; in InitPCMStream()
1139 …pState->decoderL.output = pState->decoderL.x0 + FMUL_15x15((pState->decoderL.x1 - pState->decoderL… in RenderPCMStream()
1150 …*pOut++ += (pState->decoderL.output * (gainLeft >> SYNTH_UPDATE_PERIOD_IN_BITS)) >> PCM_MIXER_GUAR… in RenderPCMStream()
1157 …*pOut++ += (pState->decoderL.output * (gainRight >> SYNTH_UPDATE_PERIOD_IN_BITS)) >> PCM_MIXER_GUA… in RenderPCMStream()
1170 …*pOut++ += ((pState->decoderL.output + pState->decoderR.output) * (gainLeft >> SYNTH_UPDATE_PERIOD… in RenderPCMStream()
1174 …*pOut++ += (pState->decoderL.output * (gainLeft >> SYNTH_UPDATE_PERIOD_IN_BITS)) >> PCM_MIXER_GUAR… in RenderPCMStream()
1185 pState->decoderL.x0 = pState->decoderL.x1; in RenderPCMStream()
1286 pState->decoderL.x1 = (EAS_PCM)(((EAS_PCM) pState->srcByte << 8) ^ 0x8000); in LinearPCMDecode()
1291 pState->decoderL.x1 = (EAS_PCM)((EAS_PCM) pState->srcByte << 8); in LinearPCMDecode()
1326 …if ((result = EAS_HWGetWord(hwInstData, pState->fileHandle, &pState->decoderL.x1, EAS_FALSE)) != E… in LinearPCMDecode()
1342 pState->decoderL.x1 = pState->decoderR.x1 = 0; in LinearPCMDecode()