FFmpeg
Functions
crc_internal.h File Reference
#include <stdint.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 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 uint64_t xnmodp ( unsigned  n,
uint64_t  poly,
unsigned  deg,
uint64_t *  div,
int  bitreverse 
)
static

Definition at line 38 of file crc_internal.h.