av_crc_get_table 1564 libavcodec/ac3dec.c             if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, &buf[2],
av_crc_get_table 1614 libavcodec/ac3enc.c     const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI);
av_crc_get_table  428 libavcodec/alsdec.c             ctx->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table 1586 libavcodec/apedec.c         const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  344 libavcodec/dcadec.c     s->crctab = av_crc_get_table(AV_CRC_16_CCITT);
av_crc_get_table  500 libavcodec/ffv1dec.c         v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0,
av_crc_get_table  901 libavcodec/ffv1dec.c             unsigned crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, v);
av_crc_get_table  459 libavcodec/ffv1enc.c     v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, f->avctx->extradata, f->avctx->extradata_size);
av_crc_get_table 1254 libavcodec/ffv1enc.c             v = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, bytes);
av_crc_get_table  138 libavcodec/flac.c     if (av_crc(av_crc_get_table(AV_CRC_8_ATM), 0, gb->buffer,
av_crc_get_table  383 libavcodec/flac_parser.c             crc      = av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf, read_len);
av_crc_get_table  388 libavcodec/flac_parser.c                 crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), crc, buf, read_len);
av_crc_get_table  612 libavcodec/flacdec.c         av_crc(av_crc_get_table(AV_CRC_16_ANSI),
av_crc_get_table 1236 libavcodec/flacenc.c     crc = av_crc(av_crc_get_table(AV_CRC_8_ATM), 0, s->pb.buf,
av_crc_get_table 1306 libavcodec/flacenc.c     crc = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, s->pb.buf,
av_crc_get_table  114 libavcodec/hcadec.c     c->crc_table = av_crc_get_table(AV_CRC_16_ANSI);
av_crc_get_table 1574 libavcodec/mpegaudiodec_template.c             const AVCRC *crc_tab = av_crc_get_table(AV_CRC_16_ANSI);
av_crc_get_table 1188 libavcodec/pngdec.c     const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  227 libavcodec/pngenc.c     const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  247 libavcodec/pngenc.c     const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  851 libavcodec/pngenc.c         uint32_t checksum = ~av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), ~0U, pict->data[1], 256 * sizeof(uint32_t));
av_crc_get_table  328 libavcodec/sbcdec.c     sbc->frame.crc_ctx = av_crc_get_table(AV_CRC_8_EBU);
av_crc_get_table  266 libavcodec/sbcenc.c     frame->crc_ctx = av_crc_get_table(AV_CRC_8_EBU);
av_crc_get_table  551 libavcodec/svq1dec.c             csum = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_CCITT), av_bswap16(csum), bitbuf->buffer, bitbuf->size_in_bits >> 3));
av_crc_get_table 1298 libavcodec/svq3.c             s->watermark_key = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_CCITT), 0, buf, buf_len));
av_crc_get_table   86 libavcodec/tak.c     crc = av_crc(av_crc_get_table(AV_CRC_24_IEEE), 0xCE04B7U, buf, buf_size);
av_crc_get_table  136 libavcodec/tta.c     s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table   40 libavcodec/ttaenc.c     s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  229 libavfilter/x86/vf_spp.c             av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0,
av_crc_get_table   75 libavformat/ac3dec.c                 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf3 + 2, frame_size - 2))
av_crc_get_table   78 libavformat/ac3dec.c                 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf2 + 2, frame_size - 2))
av_crc_get_table   64 libavformat/apngenc.c     const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE);
av_crc_get_table  209 libavformat/apngenc.c                 AV_WB32(existing_fcTL_chunk + 26, ~av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), ~0U, existing_fcTL_chunk - 4, 26 + 4));
av_crc_get_table  581 libavformat/aviobuf.c     return av_crc(av_crc_get_table(AV_CRC_32_IEEE), checksum, buf, len);
av_crc_get_table  587 libavformat/aviobuf.c     return av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), checksum, buf, len);
av_crc_get_table  593 libavformat/aviobuf.c     return av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), checksum, buf, len);
av_crc_get_table   75 libavformat/dtsdec.c             if (av_crc(av_crc_get_table(AV_CRC_16_CCITT), 0xffff, buf + 3, hdr_size - 5))
av_crc_get_table  399 libavformat/matroskaenc.c         AV_WL32(crc, av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), UINT32_MAX, buf + skip, size - skip) ^ UINT32_MAX);
av_crc_get_table  361 libavformat/mp3enc.c             mp3->audio_crc   = av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE),
av_crc_get_table  460 libavformat/mp3enc.c     tag_crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), 0, mp3->xing_frame, 190);
av_crc_get_table  454 libavformat/mpegts.c                 crc_valid = !av_crc(av_crc_get_table(AV_CRC_32_IEEE), -1, cur_section_buf, tss->section_h_size);
av_crc_get_table  134 libavformat/mpegtsenc.c     crc = av_bswap32(av_crc(av_crc_get_table(AV_CRC_32_IEEE),
av_crc_get_table  106 libavformat/oggenc.c     const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE);
av_crc_get_table   50 libavformat/takdec.c     return av_crc(av_crc_get_table(AV_CRC_24_IEEE), checksum, buf, len);
av_crc_get_table   84 libavutil/crc.h const AVCRC *av_crc_get_table(AVCRCId crc_id);
av_crc_get_table  126 libavutil/hash.c     case CRC32:   res->crctab = av_crc_get_table(AV_CRC_32_IEEE_LE); break;
av_crc_get_table   73 libavutil/lfg.c     avcrc = av_crc_get_table(AV_CRC_32_IEEE); /* This can't fail. It's a well-defined table in crc.c */
av_crc_get_table   43 libavutil/tests/crc.c         ctx = av_crc_get_table(p[i][0]);
av_crc_get_table  186 libswscale/tests/swscale.c         crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), crc, dst[i],
av_crc_get_table  576 tools/crypto_bench.c     return av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, data, size);