Functions | Variables

libavutil/intmath.h File Reference

#include <stdint.h>
#include "config.h"
#include "attributes.h"
#include "x86/intmath.h"
#include "common.h"

Go to the source code of this file.

Functions

static av_const unsigned int ff_sqrt (unsigned int a)

Variables

const uint32_t ff_inverse [257]
const uint8_t ff_sqrt_tab [256]

Function Documentation

static av_const unsigned int ff_sqrt ( unsigned int  a  )  [inline, static]

Variable Documentation

const uint32_t ff_inverse[257]
const uint8_t ff_sqrt_tab[256]

Definition at line 32 of file mathematics.c.

Referenced by ff_sqrt().