Searched refs:IMADecoderADPCM (Results 1 – 1 of 1) sorted by relevance
51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble);113 IMADecoderADPCM(&pState->decoderL, (EAS_U8)(pState->srcByte >> 4)); in IMADecoderSample()189 IMADecoderADPCM(&pState->decoderL, (EAS_U8)(pState->srcByte & 0x0f)); in IMADecoderSample()192 IMADecoderADPCM(&pState->decoderR, (EAS_U8)(pState->srcByte >> 4)); in IMADecoderSample()225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM() function