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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3enc.c1113 int frame_size, frame_size_58, n, crc1, crc2, crc_inv; local
1131 /* XXX: could precompute crc_inv */
1132 crc_inv = pow_poly((CRC16_POLY >> 1), (16 * frame_size_58) - 16, CRC16_POLY);
1133 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY);

Completed in 91 milliseconds