Searched refs:crc_63 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp.c50 static AVCRC crc_63[CRC_TABLE_SIZE]; variable
57 av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63));
75 uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp.c50 static AVCRC crc_63[CRC_TABLE_SIZE]; variable
57 av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63));
75 uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c

Completed in 59 milliseconds