Searched refs:CRC16_POLY (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 Dac3enc.c1578 #define CRC16_POLY ((1 << 0) | (1 << 2) | (1 << 15) | (1 << 16)) macro
1640 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY);
2436 s->crc_inv[0] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);
2439 s->crc_inv[1] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c1573 #define CRC16_POLY ((1 << 0) | (1 << 2) | (1 << 15) | (1 << 16)) macro
1635 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY);
2447 s->crc_inv[0] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);
2450 s->crc_inv[1] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);

Completed in 127 milliseconds