Searched refs:ws_adpcm_4bit (Results 1 – 1 of 1) sorted by relevance
40 static const int8_t ws_adpcm_4bit[] = { variable138 sample += ws_adpcm_4bit[code & 0xF]; in ws_snd_decode_frame()141 sample += ws_adpcm_4bit[code >> 4]; in ws_snd_decode_frame()