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
mem_transfer.cpp File Reference
#include "global.h"
#include "mem_transfer.h"
#include <memory.h>
#include <stdio.h>
#include <windows.h>
+ Include dependency graph for mem_transfer.cpp:

Functions

void transfer_16to8copy (byte *dst, const int *src, dword stride)
 
void transfer_16to8add (byte *dst, const int *src, dword stride)
 
void transfer8x8_copy (byte *dst, const byte *src, dword stride)
 
void MemSet (void *dst, byte c, dword len)
 
void MemCpy (void *dst, const void *src, dword len)
 
int MemCmp (const void *mem1, const void *mem2, dword len)
 
void * operator new (size_t sz, TLeave)
 
void Fatal (const char *msg, dword code)
 

Function Documentation

void transfer_16to8copy ( byte dst,
const int *  src,
dword  stride 
)

+ Here is the caller graph for this function:

void transfer_16to8add ( byte dst,
const int *  src,
dword  stride 
)

+ Here is the caller graph for this function:

void transfer8x8_copy ( byte dst,
const byte src,
dword  stride 
)

+ Here is the caller graph for this function:

void MemSet ( void *  dst,
byte  c,
dword  len 
)

+ Here is the caller graph for this function:

void MemCpy ( void *  dst,
const void *  src,
dword  len 
)

+ Here is the caller graph for this function:

int MemCmp ( const void *  mem1,
const void *  mem2,
dword  len 
)

+ Here is the caller graph for this function:

void* operator new ( size_t  sz,
TLeave   
)

+ Here is the call graph for this function:

void Fatal ( const char *  msg,
dword  code 
)

+ Here is the caller graph for this function: