Searched refs:crc_ctx (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.c1617 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); local
1634 crc2_partial = av_crc(crc_ctx, 0, frame + 2, s->frame_size - 5);
1638 crc1 = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4));
1644 crc2_partial = av_crc(crc_ctx, 0, frame + frame_size_58,
1647 crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1);
1651 crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c1612 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); local
1629 crc2_partial = av_crc(crc_ctx, 0, frame + 2, s->frame_size - 5);
1633 crc1 = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4));
1639 crc2_partial = av_crc(crc_ctx, 0, frame + frame_size_58,
1642 crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1);
1646 crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1);

Completed in 38 milliseconds