#include <stdint.h>
#include "svq1.h"
Go to the source code of this file.
Functions | |
uint16_t | ff_svq1_packet_checksum (const uint8_t *data, const int length, int value) |
Variables | |
static const uint16_t | checksum_table [256] |
Definition at line 60 of file svq13.c.
Referenced by svq1_decode_frame_header(), and svq3_decode_init().
const uint16_t checksum_table[256] [static] |