FFmpeg
|
crc.h
Go to the documentation of this file.
Definition: crc.h:36
const AVCRC * av_crc_get_table(AVCRCId crc_id)
Get an initialized standard CRC table.
Definition: crc.c:261
uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length) av_pure
Calculate the CRC of a block.
Definition: crc.c:275
Macro definitions for various function/variable attributes.
Definition: crc.h:31
Definition: crc.h:33
Definition: crc.h:35
Definition: crc.h:34
int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size)
Initialize a CRC table.
Definition: crc.c:228
Definition: crc.h:32
the buffer and buffer reference mechanism is intended to as much as expensive copies of that data while still allowing the filters to produce correct results The data is stored in buffers represented by AVFilterBuffer structures They must not be accessed but through references stored in AVFilterBufferRef structures Several references can point to the same buffer
Definition: filter_design.txt:45
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by 1.8.11