explicit_gop.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- *************************************************************************************
- * file explicit_gop.h
- *
- * brief
- * Functions for explicit gop and hierarchy support
- *
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Alexis Michael Tourapis <alexismt@ieee.org>
- *************************************************************************************
- */
- #ifndef _EXPLICIT_GOP_H_
- #define _EXPLICIT_GOP_H_
- // GOP Hierarchy
- void init_gop_structure(void);
- void interpret_gop_structure(void);
- void create_hierarchy(void);
- void clear_gop_structure(void);
- void encode_enhancement_layer(void);
- #endif