r955: Fix the Diffkey icon.
[cinelerra_cv/ct.git] / toolame-02l / crc.h
blob33b8bf1ad90a2ddd4562bb66590ce9797938bac2
1 void CRC_calc (frame_info *, unsigned int[2][SBLIMIT],
2 unsigned int[2][SBLIMIT], unsigned int *);
3 void update_CRC (unsigned int, unsigned int, unsigned int *);
5 void CRC_calcDAB (frame_info * frame,
6 unsigned int bit_alloc[2][SBLIMIT],
7 unsigned int scfsi[2][SBLIMIT],
8 unsigned int scalar[2][3][SBLIMIT],
9 unsigned int *crc, int i);
11 void update_CRCDAB (unsigned int, unsigned int, unsigned int *);