GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
gmc.cpp File Reference
#include "portab.h"
#include "global.h"
#include "gmc.h"
+ Include dependency graph for gmc.cpp:

Functions

static void Predict_16x16_C (const NEW_GMC_DATA *const This, byte *dst, const byte *src, int dststride, int srcstride, int x, int y, int rounding)
 
static void Predict_8x8_C (const NEW_GMC_DATA *const This, byte *uDst, const byte *uSrc, byte *vDst, const byte *vSrc, int dststride, int srcstride, int x, int y, int rounding)
 
static void get_average_mv_C (const NEW_GMC_DATA *const Dsp, VECTOR *const mv, int x, int y, int qpel)
 
static void Predict_1pt_16x16_C (const NEW_GMC_DATA *const This, byte *Dst, const byte *Src, int dststride, int srcstride, int x, int y, int rounding)
 
static void Predict_1pt_8x8_C (const NEW_GMC_DATA *const This, byte *uDst, const byte *uSrc, byte *vDst, const byte *vSrc, int dststride, int srcstride, int x, int y, int rounding)
 
static void get_average_mv_1pt_C (const NEW_GMC_DATA *const Dsp, VECTOR *const mv, int x, int y, int qpel)
 
void generate_GMCparameters (int nb_pts, int accuracy, const WARPPOINTS *pts, int width, int height, NEW_GMC_DATA *gmc)
 

Function Documentation

static void Predict_16x16_C ( const NEW_GMC_DATA *const  This,
byte dst,
const byte src,
int  dststride,
int  srcstride,
int  x,
int  y,
int  rounding 
)
static

+ Here is the caller graph for this function:

static void Predict_8x8_C ( const NEW_GMC_DATA *const  This,
byte uDst,
const byte uSrc,
byte vDst,
const byte vSrc,
int  dststride,
int  srcstride,
int  x,
int  y,
int  rounding 
)
static

+ Here is the caller graph for this function:

static void get_average_mv_C ( const NEW_GMC_DATA *const  Dsp,
VECTOR *const  mv,
int  x,
int  y,
int  qpel 
)
static

+ Here is the caller graph for this function:

static void Predict_1pt_16x16_C ( const NEW_GMC_DATA *const  This,
byte Dst,
const byte Src,
int  dststride,
int  srcstride,
int  x,
int  y,
int  rounding 
)
static

+ Here is the caller graph for this function:

static void Predict_1pt_8x8_C ( const NEW_GMC_DATA *const  This,
byte uDst,
const byte uSrc,
byte vDst,
const byte vSrc,
int  dststride,
int  srcstride,
int  x,
int  y,
int  rounding 
)
static

+ Here is the caller graph for this function:

static void get_average_mv_1pt_C ( const NEW_GMC_DATA *const  Dsp,
VECTOR *const  mv,
int  x,
int  y,
int  qpel 
)
static

+ Here is the caller graph for this function:

void generate_GMCparameters ( int  nb_pts,
int  accuracy,
const WARPPOINTS pts,
int  width,
int  height,
NEW_GMC_DATA gmc 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: