FFmpeg
Macros | Functions
libm_mips.h File Reference

Go to the source code of this file.

Macros

#define lrintf(x)   lrintf_mips(x)
 
#define HAVE_LRINTF   1
 

Functions

static av_always_inline av_const long int lrintf_mips (float x)
 

Detailed Description

MIPS optimization for some libm functions

Definition in file libm_mips.h.

Macro Definition Documentation

◆ lrintf

#define lrintf (   x)    lrintf_mips(x)

Definition at line 70 of file libm_mips.h.

◆ HAVE_LRINTF

#define HAVE_LRINTF   1

Definition at line 72 of file libm_mips.h.

Function Documentation

◆ lrintf_mips()

static av_always_inline av_const long int lrintf_mips ( float  x)
static

Definition at line 56 of file libm_mips.h.