Searched refs:adpcm_decode (Results 1 – 3 of 3) sorted by relevance
73 adpcm_decode (IMA_OKI_ADPCM * state, int code) in adpcm_decode() function114 adpcm_decode (state, code) ; /* Update encoder state */ in adpcm_encode()127 state->pcm [2 * k] = adpcm_decode (state, code >> 4) ; in ima_oki_adpcm_decode_block()128 state->pcm [2 * k + 1] = adpcm_decode (state, code) ; in ima_oki_adpcm_decode_block()200 if (adpcm_decode (&adpcm, code >> 4) != test_pcm [2 * i + j]) in test_oki_adpcm()
50 int adpcm_decode (IMA_OKI_ADPCM * state, int /* 0..15 */ code) ;
66 if (adpcm_decode (&adpcm, code >> 4) != test_pcm [2 * i + j]) in test_oki_adpcm()