From 22f1fce330059ef8a383cf327a023d6a9da5ad3e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 15 Feb 2016 02:44:20 +0100 Subject: Include toolame-dab as library --- libtoolame-dab/crc.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libtoolame-dab/crc.h (limited to 'libtoolame-dab/crc.h') diff --git a/libtoolame-dab/crc.h b/libtoolame-dab/crc.h new file mode 100644 index 0000000..33b8bf1 --- /dev/null +++ b/libtoolame-dab/crc.h @@ -0,0 +1,11 @@ +void CRC_calc (frame_info *, unsigned int[2][SBLIMIT], + unsigned int[2][SBLIMIT], unsigned int *); +void update_CRC (unsigned int, unsigned int, unsigned int *); + +void CRC_calcDAB (frame_info * frame, + unsigned int bit_alloc[2][SBLIMIT], + unsigned int scfsi[2][SBLIMIT], + unsigned int scalar[2][3][SBLIMIT], + unsigned int *crc, int i); + +void update_CRCDAB (unsigned int, unsigned int, unsigned int *); -- cgit v1.2.3