explicit_gop.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  *************************************************************************************
  3.  * file explicit_gop.h
  4.  *
  5.  * brief
  6.  *    Functions for explicit gop and hierarchy support
  7.  *
  8.  * author
  9.  *     Main contributors (see contributors.h for copyright, address and affiliation details)
  10.  *     - Alexis Michael Tourapis          <alexismt@ieee.org>
  11.  *************************************************************************************
  12.  */
  13. #ifndef _EXPLICIT_GOP_H_
  14. #define _EXPLICIT_GOP_H_
  15. // GOP Hierarchy
  16. void init_gop_structure(void);
  17. void interpret_gop_structure(void);
  18. void create_hierarchy(void);
  19. void clear_gop_structure(void);
  20. void encode_enhancement_layer(void);
  21. #endif