Assimp  v4.1. (December 2018)
o3dgcArithmeticCodec.h File Reference

Classes

class  o3dgc::Adaptive_Bit_Model
 
class  o3dgc::Adaptive_Data_Model
 
class  o3dgc::Arithmetic_Codec
 
class  o3dgc::Static_Bit_Model
 
class  o3dgc::Static_Data_Model
 

Namespaces

 o3dgc
 

Functions

long o3dgc::DecodeIntACEGC (Arithmetic_Codec &acd, Adaptive_Data_Model &mModelValues, Static_Bit_Model &bModel0, Adaptive_Bit_Model &bModel1, const unsigned long exp_k, const unsigned long M)
 
unsigned long o3dgc::DecodeUIntACEGC (Arithmetic_Codec &acd, Adaptive_Data_Model &mModelValues, Static_Bit_Model &bModel0, Adaptive_Bit_Model &bModel1, const unsigned long exp_k, const unsigned long M)
 
void o3dgc::EncodeIntACEGC (long predResidual, Arithmetic_Codec &ace, Adaptive_Data_Model &mModelValues, Static_Bit_Model &bModel0, Adaptive_Bit_Model &bModel1, const unsigned long M)
 
void o3dgc::EncodeUIntACEGC (long predResidual, Arithmetic_Codec &ace, Adaptive_Data_Model &mModelValues, Static_Bit_Model &bModel0, Adaptive_Bit_Model &bModel1, const unsigned long M)