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

Functions

void init_mpeg_matrix (dword *mpeg_quant_matrices)
 
void set_intra_matrix (dword *mpeg_quant_matrices, const byte *matrix)
 
void set_inter_matrix (dword *mpeg_quant_matrices, const byte *matrix)
 
const dwordget_intra_matrix (const dword *mpeg_quant_matrices)
 
const dwordget_inter_matrix (const dword *mpeg_quant_matrices)
 
const byteget_default_intra_matrix (void)
 
const byteget_default_inter_matrix (void)
 

Function Documentation

void init_mpeg_matrix ( dword mpeg_quant_matrices)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void set_intra_matrix ( dword mpeg_quant_matrices,
const byte matrix 
)

+ Here is the caller graph for this function:

void set_inter_matrix ( dword mpeg_quant_matrices,
const byte matrix 
)

+ Here is the caller graph for this function:

const dword* get_intra_matrix ( const dword mpeg_quant_matrices)

+ Here is the caller graph for this function:

const dword* get_inter_matrix ( const dword mpeg_quant_matrices)

+ Here is the caller graph for this function:

const byte* get_default_intra_matrix ( void  )

+ Here is the caller graph for this function:

const byte* get_default_inter_matrix ( void  )

+ Here is the caller graph for this function: