libavutil/arm/intmath.h File Reference

#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"

Go to the source code of this file.

Defines

#define FASTDIV   FASTDIV
#define av_clipl_int32   av_clipl_int32_arm

Functions

static av_always_inline
av_const int 
FASTDIV (int a, int b)
static av_always_inline
av_const int32_t 
av_clipl_int32_arm (int64_t a)

Define Documentation

#define av_clipl_int32   av_clipl_int32_arm

Definition at line 100 of file intmath.h.

Referenced by av_audio_convert(), and transcode_audio().


Function Documentation

static av_always_inline av_const int32_t av_clipl_int32_arm ( int64_t  a  )  [static]

Definition at line 101 of file intmath.h.

static av_always_inline av_const int FASTDIV ( int  a,
int  b 
) [static]

Definition at line 90 of file intmath.h.