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.h File Reference
#include "Rules.h"
+ Include dependency graph for mem_transfer.h:
+ This graph shows which files directly or indirectly include this file:

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 *const dst, const byte *const src, const dword stride)
 
void transfer16x16_copy (byte *const dst, const byte *const src, const dword stride)
 

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 *const  dst,
const byte *const  src,
const dword  stride 
)

+ Here is the caller graph for this function:

void transfer16x16_copy ( byte *const  dst,
const byte *const  src,
const dword  stride 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: