Searched refs:decoderR (Results 1 – 3 of 3) sorted by relevance
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()[all …]
85 pState->decoderR.step = 0; in IMADecoderInit()157 pState->decoderR.acc = pState->decoderR.x1 = sTemp; in IMADecoderSample()165 pState->decoderR.step = sTemp & 0xff; in IMADecoderSample()192 IMADecoderADPCM(&pState->decoderR, (EAS_U8)(pState->srcByte >> 4)); in IMADecoderSample()201 pState->decoderR.x1 = pState->decoderR.x0; in IMADecoderSample()
101 S_DECODER_STATE decoderR; /* right ADPCM state */ member