Searched refs:IMADecoderADPCM (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_imaadpcm.c | 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
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imaadpcm.c | 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
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_imaadpcm.c | 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
|