av_crc 1478 libavcodec/ac3dec.c if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, &buf[2], av_crc 1630 libavcodec/ac3enc.c crc2_partial = av_crc(crc_ctx, 0, frame + 2, s->frame_size - 5); av_crc 1634 libavcodec/ac3enc.c crc1 = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4)); av_crc 1640 libavcodec/ac3enc.c crc2_partial = av_crc(crc_ctx, 0, frame + frame_size_58, av_crc 1643 libavcodec/ac3enc.c crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1); av_crc 1647 libavcodec/ac3enc.c crc2 = av_crc(crc_ctx, crc2_partial, frame + s->frame_size - 3, 1); av_crc 1550 libavcodec/alsdec.c ctx->crc = av_crc(ctx->crc_table, ctx->crc, (uint8_t*)(&v), 3); av_crc 1573 libavcodec/alsdec.c ctx->crc = av_crc(ctx->crc_table, ctx->crc, crc_source, av_crc 588 libavcodec/ffv1dec.c v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, av_crc 923 libavcodec/ffv1dec.c unsigned crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, v); av_crc 609 libavcodec/ffv1enc.c v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, f->avctx->extradata, f->avctx->extradata_size); av_crc 1297 libavcodec/ffv1enc.c v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, bytes); av_crc 138 libavcodec/flac.c if (av_crc(av_crc_get_table(AV_CRC_8_ATM), 0, gb->buffer, av_crc 387 libavcodec/flac_parser.c crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf, read_len); av_crc 392 libavcodec/flac_parser.c crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), crc, buf, read_len); av_crc 550 libavcodec/flacdec.c av_crc(av_crc_get_table(AV_CRC_16_ANSI), av_crc 1111 libavcodec/flacenc.c crc = av_crc(av_crc_get_table(AV_CRC_8_ATM), 0, s->pb.buf, av_crc 1181 libavcodec/flacenc.c crc = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, s->pb.buf, av_crc 68 libavcodec/mlp.c crc = av_crc(crc_2D, 0, buf, buf_size - 2); av_crc 75 libavcodec/mlp.c uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c av_crc 86 libavcodec/mlp.c crc = av_crc(crc_1D, crc, buf + 1, num_bytes - 2); av_crc 84 libavcodec/tak.c crc = av_crc(av_crc_get_table(AV_CRC_24_IEEE), 0xCE04B7U, buf, buf_size); av_crc 78 libavcodec/tta.c crc = av_crc(s->crc_table, 0xFFFFFFFFU, buf, buf_size); av_crc 201 libavcodec/ttaenc.c put_bits32(&pb, av_crc(s->crc_table, UINT32_MAX, avpkt->data, out_bytes) ^ UINT32_MAX); av_crc 69 libavformat/ac3dec.c if(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, gbc.buffer + 2, phdr->frame_size - 2)) av_crc 497 libavformat/aviobuf.c return av_crc(av_crc_get_table(AV_CRC_32_IEEE), checksum, buf, len); av_crc 503 libavformat/aviobuf.c return av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), checksum, buf, len); av_crc 348 libavformat/mp3enc.c mp3->audio_crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), av_crc 426 libavformat/mp3enc.c tag_crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), 0, mp3->xing_frame, 190); av_crc 420 libavformat/mpegts.c crc_valid = !av_crc(av_crc_get_table(AV_CRC_32_IEEE), -1, tss->section_buf, tss->section_h_size); av_crc 125 libavformat/mpegtsenc.c crc = av_bswap32(av_crc(av_crc_get_table(AV_CRC_32_IEEE), av_crc 45 libavformat/takdec.c return av_crc(av_crc_get_table(AV_CRC_24_IEEE), checksum, buf, len); av_crc 40 libavformat/tta.c return av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), checksum, buf, len); av_crc 400 libavutil/crc.c printf("crc %08X = %X\n", p[i][1], av_crc(ctx, 0, buf, sizeof(buf))); av_crc 79 libavutil/crc.h uint32_t av_crc(const AVCRC *ctx, uint32_t crc, av_crc 174 libavutil/hash.c case CRC32: ctx->crc = av_crc(ctx->crctab, ctx->crc, src, len); break; av_crc 174 libswscale/swscale-test.c crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), crc, dst[i], av_crc 361 tools/crypto_bench.c return av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, data, size);