explicit_gop.h

来自「G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算」· C头文件 代码 · 共 27 行

H
27
字号

/*!
 *************************************************************************************
 * \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 + =
减小字号Ctrl + -
显示快捷键?