FFmpeg
Functions
crc.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "config.h"
#include "cpu.h"
#include "libavutil/attributes_internal.h"
#include "libavutil/avassert.h"
#include "libavutil/cpu.h"
#include "libavutil/crc.h"

Go to the source code of this file.

Functions

FF_VISIBILITY_PUSH_HIDDEN uint32_t ff_crc32_aarch64 (const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)
 
static FF_VISIBILITY_POP_HIDDEN uint32_t ff_crc_aarch64 (const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)
 
static const AVCRCff_crc_get_table_aarch64 (AVCRCId crc_id)
 

Function Documentation

◆ ff_crc32_aarch64()

FF_VISIBILITY_PUSH_HIDDEN uint32_t ff_crc32_aarch64 ( const AVCRC ctx,
uint32_t  crc,
const uint8_t *  buffer,
size_t  length 
)

Referenced by ff_crc_aarch64().

◆ ff_crc_aarch64()

static FF_VISIBILITY_POP_HIDDEN uint32_t ff_crc_aarch64 ( const AVCRC ctx,
uint32_t  crc,
const uint8_t *  buffer,
size_t  length 
)
inlinestatic

Definition at line 38 of file crc.h.

Referenced by av_crc().

◆ ff_crc_get_table_aarch64()

static const AVCRC* ff_crc_get_table_aarch64 ( AVCRCId  crc_id)
inlinestatic

Definition at line 50 of file crc.h.

Referenced by av_crc_get_table().