FFmpeg
Loading...
Searching...
No Matches
crc.h File Reference

Go to the source code of this file.

Functions

static const AVCRC * ff_crc_get_table_x86 (AVCRCId crc_id)
static av_cold int ff_crc_init_x86 (AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size)
static uint32_t ff_crc_x86 (const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)

Function Documentation

◆ ff_crc_get_table_x86()

const AVCRC * ff_crc_get_table_x86 ( AVCRCId crc_id)
inlinestatic

Definition at line 145 of file crc.h.

Referenced by av_crc_get_table().

◆ ff_crc_init_x86()

av_cold int ff_crc_init_x86 ( AVCRC * ctx,
int le,
int bits,
uint32_t poly,
int ctx_size )
inlinestatic

Definition at line 157 of file crc.h.

Referenced by av_crc_init().

◆ ff_crc_x86()

uint32_t ff_crc_x86 ( const AVCRC * ctx,
uint32_t crc,
const uint8_t * buffer,
size_t length )
inlinestatic

Definition at line 170 of file crc.h.

Referenced by av_crc().