Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1697 #define CRC16_POLY ((1 << 0) | (1 << 2) | (1 << 15) | (1 << 16)) macro
1759 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY); in output_frame_end()
2590 s->crc_inv[0] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY); in ff_ac3_encode_init()
2593 s->crc_inv[1] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY); in ff_ac3_encode_init()

Completed in 4 milliseconds