context_ini.h

来自「H.264视频编码器」· C头文件 代码 · 共 32 行

H
32
字号

/*!
 *************************************************************************************
 * \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  free_context_memory   ();

void  init_contexts  ();
void  store_contexts ();

void  update_field_frame_contexts (int);

void  SetCtxModelNumber ();

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?