|
FFmpeg
|
#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 AVCRC * | ff_crc_get_table_aarch64 (AVCRCId crc_id) |
| 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().
|
inlinestatic |
Definition at line 50 of file crc.h.
Referenced by av_crc_get_table().
1.8.17