context_ini.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- *************************************************************************************
- * file context_ini.h
- *
- * brief
- * CABAC context initializations
- *
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Detlev Marpe <marpe@hhi.de>
- * - Heiko Schwarz <hschwarz@hhi.de>
- **************************************************************************************
- */
- #ifndef _CONTEXT_INI_
- #define _CONTEXT_INI_
- void create_context_memory (void);
- void free_context_memory (void);
- void init_contexts (void);
- void store_contexts (void);
- void update_field_frame_contexts (int);
- void update_rd_picture_contexts (int);
- void SetCtxModelNumber (void);
- #endif