D:/opendownloadmanager/ODM-1.x/Include.Add/ffmpeg/mathematics.h File Reference

#include "rational.h"

Go to the source code of this file.

Enumerations

enum  AVRounding {
  AV_ROUND_ZERO = 0, AV_ROUND_INF = 1, AV_ROUND_DOWN = 2, AV_ROUND_UP = 3,
  AV_ROUND_NEAR_INF = 5
}

Functions

int64_t av_rescale (int64_t a, int64_t b, int64_t c)
int64_t av_rescale_rnd (int64_t a, int64_t b, int64_t c, enum AVRounding)
int64_t av_rescale_q (int64_t a, AVRational bq, AVRational cq)


Enumeration Type Documentation

enum AVRounding

Enumerator:
AV_ROUND_ZERO 
AV_ROUND_INF 
AV_ROUND_DOWN 
AV_ROUND_UP 
AV_ROUND_NEAR_INF 

Definition at line 10 of file mathematics.h.


Function Documentation

int64_t av_rescale ( int64_t  a,
int64_t  b,
int64_t  c 
)

Referenced by output_packet().

int64_t av_rescale_q ( int64_t  a,
AVRational  bq,
AVRational  cq 
)

int64_t av_rescale_rnd ( int64_t  a,
int64_t  b,
int64_t  c,
enum  AVRounding 
)


Generated on Sun May 25 00:19:59 2008 by  doxygen 1.5.6