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
reduced.cpp File Reference
#include "portab.h"
#include "global.h"
#include "reduced.h"
+ Include dependency graph for reduced.cpp:

Macros

#define ADD(dst, src)   (dst) = CLIP((dst)+(src), 0, 255)
 

Functions

void Filter_31 (byte *Dst1, byte *Dst2, const int *Src1, const int *Src2)
 
void Filter_9331 (byte *Dst1, byte *Dst2, const int *Src1, const int *Src2)
 
void copy_upsampled_8x8_16to8 (byte *Dst, const int *Src, int BpS)
 
void Filter_Add_31 (byte *Dst1, byte *Dst2, const int *Src1, const int *Src2)
 
void Filter_Add_9331 (byte *Dst1, byte *Dst2, const int *Src1, const int *Src2)
 
void add_upsampled_8x8_16to8 (byte *Dst, const int *Src, const int BpS)
 
void hfilter_31 (byte *Src1, byte *Src2, int Nb_Blks)
 
void vfilter_31 (byte *Src1, byte *Src2, const int BpS, int Nb_Blks)
 

Macro Definition Documentation

#define ADD (   dst,
  src 
)    (dst) = CLIP((dst)+(src), 0, 255)

Function Documentation

void Filter_31 ( byte Dst1,
byte Dst2,
const int *  Src1,
const int *  Src2 
)

+ Here is the caller graph for this function:

void Filter_9331 ( byte Dst1,
byte Dst2,
const int *  Src1,
const int *  Src2 
)

+ Here is the caller graph for this function:

void copy_upsampled_8x8_16to8 ( byte Dst,
const int *  Src,
int  BpS 
)

+ Here is the call graph for this function:

void Filter_Add_31 ( byte Dst1,
byte Dst2,
const int *  Src1,
const int *  Src2 
)

+ Here is the caller graph for this function:

void Filter_Add_9331 ( byte Dst1,
byte Dst2,
const int *  Src1,
const int *  Src2 
)

+ Here is the caller graph for this function:

void add_upsampled_8x8_16to8 ( byte Dst,
const int *  Src,
const int  BpS 
)

+ Here is the call graph for this function:

void hfilter_31 ( byte Src1,
byte Src2,
int  Nb_Blks 
)
void vfilter_31 ( byte Src1,
byte Src2,
const int  BpS,
int  Nb_Blks 
)