📄 explicit_gop.h
字号:
/*!
*************************************************************************************
* \file explicit_gop.h
*
* \brief
* Functions for explicit gop and pyramid support
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Alexis Michael Tourapis <alexis@mobilygen.com, alexismt@ieee.org>
*************************************************************************************
*/
#ifndef _EXPLICIT_GOP_H_
#define _EXPLICIT_GOP_H_
// GOP Pyramid
void init_gop_structure();
void interpret_gop_structure();
void create_pyramid();
void gop_pyramid(int level, int frm_no, int frames, GOP_DATA *pyramid_structure);
void clear_gop_structure();
void encode_enhancement_layer();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -