?? explicit_gop.h
字號(hào):
/*!
*************************************************************************************
* \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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -