Home
last modified time | relevance | path

Searched refs:ws_adpcm_4bit (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dws-snd1.c40 static const int8_t ws_adpcm_4bit[] = { variable
138 sample += ws_adpcm_4bit[code & 0xF]; in ws_snd_decode_frame()
141 sample += ws_adpcm_4bit[code >> 4]; in ws_snd_decode_frame()