Searched refs:av_crc_table (Results 1 – 1 of 1) sorted by relevance
30 static const AVCRC av_crc_table[AV_CRC_MAX][257] = { variable320 static AVCRC av_crc_table[AV_CRC_MAX][CRC_TABLE_SIZE]; variable326 av_assert0(av_crc_init(av_crc_table[id], le, bits, poly, sizeof(av_crc_table[id])) >= 0); \389 return av_crc_table[crc_id]; in av_crc_get_table()