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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.h180 uint16_t crc_inv[2]; member in struct:AC3EncodeContext
H A Dac3enc.c1618 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1639 crc_inv = s->crc_inv[s->frame_size > s->frame_size_min];
1640 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY);
2434 /* calculate crc_inv for both possible frame sizes */
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.h187 uint16_t crc_inv[2]; member in struct:AC3EncodeContext
H A Dac3enc.c1613 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1634 crc_inv = s->crc_inv[s->frame_size > s->frame_size_min];
1635 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY);
2445 /* calculate crc_inv for both possible frame sizes */
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 72 milliseconds