context_ini.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  *************************************************************************************
  3.  * file context_ini.h
  4.  *
  5.  * brief
  6.  *    CABAC context initializations
  7.  *
  8.  * author
  9.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  10.  *    - Detlev Marpe                    <marpe@hhi.de>
  11.  *    - Heiko Schwarz                   <hschwarz@hhi.de>
  12.  **************************************************************************************
  13.  */
  14. #ifndef _CONTEXT_INI_
  15. #define _CONTEXT_INI_
  16. void  create_context_memory (void);
  17. void  free_context_memory   (void);
  18. void  init_contexts  (void);
  19. void  store_contexts (void);
  20. void  update_field_frame_contexts (int);
  21. void  update_rd_picture_contexts  (int);
  22. void  SetCtxModelNumber (void);
  23. #endif