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

Macros

#define SAFETY   64
 
#define EDGE_SIZE2   (EDGE_SIZE/2)
 

Functions

int image_create (IMAGE *image, dword edged_width, dword edged_height)
 
void image_destroy (IMAGE *image, dword edged_width, dword edged_height)
 
void XVID_MemCpy (void *dst, const void *src, dword count)
 
void XVID_Set16bytes (void *dst, dword val)
 
void XVID_Set8bytes (void *dst, dword val)
 

Macro Definition Documentation

#define SAFETY   64
#define EDGE_SIZE2   (EDGE_SIZE/2)

Function Documentation

int image_create ( IMAGE image,
dword  edged_width,
dword  edged_height 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void image_destroy ( IMAGE image,
dword  edged_width,
dword  edged_height 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XVID_MemCpy ( void *  dst,
const void *  src,
dword  count 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void XVID_Set16bytes ( void *  dst,
dword  val 
)

+ Here is the caller graph for this function:

void XVID_Set8bytes ( void *  dst,
dword  val 
)

+ Here is the caller graph for this function: