Searched refs:crctab (Results 1 – 5 of 5) sorted by relevance
57 const AVCRC *crctab; member84 if (av_crc(dca->crctab, 0xffff, s->buffer + p1 / 8, (p2 - p1) / 8)) in ff_dca_check_crc()
344 s->crctab = av_crc_get_table(AV_CRC_16_CCITT); in dcadec_init()
1778 !av_crc(dca->crctab, 0xffff, s->gb.buffer + in parse_optional_info()
61 const AVCRC *crctab; member128 case CRC32: res->crctab = av_crc_get_table(AV_CRC_32_IEEE_LE); break; in av_hash_alloc()180 case CRC32: ctx->crc = av_crc(ctx->crctab, ctx->crc, src, len); break; in av_hash_update()
1352 static const unsigned int crctab[] = { in lvm2_calc_crc() local1363 crc = (crc >> 4) ^ crctab[crc & 0xf]; in lvm2_calc_crc()1364 crc = (crc >> 4) ^ crctab[crc & 0xf]; in lvm2_calc_crc()