Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlp.c71 static AVCRC crc_63[CRC_TABLE_SIZE]; variable
77 av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63)); in mlp_init_crc()
99 uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c in ff_mlp_checksum8()