summaryrefslogtreecommitdiff
path: root/apps/codecs/libpcm/ima_adpcm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libpcm/ima_adpcm_common.h')
-rw-r--r--apps/codecs/libpcm/ima_adpcm_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libpcm/ima_adpcm_common.h b/apps/codecs/libpcm/ima_adpcm_common.h
index 65cfefcfa3..0a2129bdf2 100644
--- a/apps/codecs/libpcm/ima_adpcm_common.h
+++ b/apps/codecs/libpcm/ima_adpcm_common.h
@@ -25,6 +25,8 @@
25#include <stdbool.h> 25#include <stdbool.h>
26#include <inttypes.h> 26#include <inttypes.h>
27 27
28#define IMA_ADPCM_INC_DEPTH (PCM_OUTPUT_DEPTH - 16)
29
28void init_ima_adpcm_decoder(int bit, const int *index_table); 30void init_ima_adpcm_decoder(int bit, const int *index_table);
29void set_decode_parameters(int channels, int32_t *init_pcmdata, int8_t *init_index); 31void set_decode_parameters(int channels, int32_t *init_pcmdata, int8_t *init_index);
30int16_t create_pcmdata(int ch, uint8_t nibble); 32int16_t create_pcmdata(int ch, uint8_t nibble);