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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dcrc.h39 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcrc.h39 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
H A Dcrc.c58 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size){ function
97 if (av_crc_init(av_crc_table[crc_id],
112 * @see av_crc_init() "le" parameter
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlp.c52 av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63));
53 av_crc_init(crc_1D, 0, 8, 0x1D, sizeof(crc_1D));
54 av_crc_init(crc_2D, 0, 16, 0x002D, sizeof(crc_2D));

Completed in 24 milliseconds