00001 void CRC_calc (frame_info *, unsigned int[2][SBLIMIT], 00002 unsigned int[2][SBLIMIT], unsigned int *); 00003 void update_CRC (unsigned int, unsigned int, unsigned int *); 00004 00005 void CRC_calcDAB (frame_info * frame, 00006 unsigned int bit_alloc[2][SBLIMIT], 00007 unsigned int scfsi[2][SBLIMIT], 00008 unsigned int scalar[2][3][SBLIMIT], 00009 unsigned int *crc, int i); 00010 00011 void update_CRCDAB (unsigned int, unsigned int, unsigned int *);
1.5.5