File: crc.h

package info (click to toggle)
toolame 02l-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 545
  • sloc: ansic: 10,298; makefile: 96
file content (11 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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 *);