Libav
Functions
dcamath.h File Reference
#include "libavutil/common.h"

Go to the source code of this file.

Functions

static int dca_clip23 (int a)
 
static int32_t dca_norm (int64_t a, int bits)
 
static int64_t dca_round (int64_t a, int bits)
 

Function Documentation

◆ dca_clip23()

static int dca_clip23 ( int  a)
inlinestatic

Definition at line 23 of file dcamath.h.

Referenced by dequantize_c().

◆ dca_norm()

static int32_t dca_norm ( int64_t  a,
int  bits 
)
inlinestatic

Definition at line 28 of file dcamath.h.

Referenced by dequantize_c().

◆ dca_round()

static int64_t dca_round ( int64_t  a,
int  bits 
)
inlinestatic

Definition at line 36 of file dcamath.h.