explicit_gop.h
Upload User: hjq518
Upload Date: 2021-12-09
Package Size: 5084k
Code Size: 1k
Category:

Audio program

Development Platform:

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