FFmpeg
Loading...
Searching...
No Matches
crc_internal.h File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/reverse.h"

Go to the source code of this file.

Functions

static uint64_t reverse (uint64_t p, unsigned int deg)
 
static av_unused uint64_t xnmodp (unsigned n, uint64_t poly, unsigned deg, uint64_t *div, int bitreverse)
 

Function Documentation

◆ reverse()

static uint64_t reverse ( uint64_t p,
unsigned int deg )
static

◆ xnmodp()

static av_unused uint64_t xnmodp ( unsigned n,
uint64_t poly,
unsigned deg,
uint64_t * div,
int bitreverse )
static

Definition at line 39 of file crc_internal.h.