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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcrc.c91 * @param crc_id ID of a standard CRC
94 const AVCRC *av_crc_get_table(AVCRCId crc_id){ argument
96 if (!av_crc_table[crc_id][FF_ARRAY_ELEMS(av_crc_table[crc_id])-1])
97 if (av_crc_init(av_crc_table[crc_id],
98 av_crc_table_params[crc_id].le,
99 av_crc_table_params[crc_id].bits,
100 av_crc_table_params[crc_id].poly,
101 sizeof(av_crc_table[crc_id])) < 0)
104 return av_crc_table[crc_id];
[all...]
H A Dcrc.h40 const AVCRC *av_crc_get_table(AVCRCId crc_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dcrc.h40 const AVCRC *av_crc_get_table(AVCRCId crc_id);

Completed in 162 milliseconds