www.pudn.com > jm74.zip > context_ini.h
/*! ************************************************************************************* * \file context_ini.h * * \brief * CABAC context initializations * * \author * Main contributors (see contributors.h for copyright, address and affiliation details) * - Detlev Marpe* - Heiko Schwarz ************************************************************************************** */ #ifndef _CONTEXT_INI_ #define _CONTEXT_INI_ void create_context_memory (); void free_context_memory (); void init_contexts (); void store_contexts (); void update_field_frame_contexts (int); void SetCtxModelNumber (); #endif