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

Functions

void dequant_h263_intra (int *data, const int *coeff, dword quant, dword dcscalar, const dword *mpeg_quant_matrices)
 
void dequant_h263_inter (int *data, const int *coeff, dword quant, const dword *mpeg_quant_matrices)
 

Function Documentation

void dequant_h263_intra ( int *  data,
const int *  coeff,
dword  quant,
dword  dcscalar,
const dword mpeg_quant_matrices 
)
void dequant_h263_inter ( int *  data,
const int *  coeff,
dword  quant,
const dword mpeg_quant_matrices 
)