00001 00002 /*! 00003 ************************************************************************************* 00004 * \file explicit_gop.h 00005 * 00006 * \brief 00007 * Functions for explicit gop and hierarchy support 00008 * 00009 * \author 00010 * Main contributors (see contributors.h for copyright, address and affiliation details) 00011 * - Alexis Michael Tourapis <alexismt@ieee.org> 00012 ************************************************************************************* 00013 */ 00014 00015 #ifndef _EXPLICIT_GOP_H_ 00016 #define _EXPLICIT_GOP_H_ 00017 00018 // GOP Hierarchy 00019 extern void init_gop_structure (ImageParameters *p_Img, InputParameters *p_Inp); 00020 extern void interpret_gop_structure(ImageParameters *p_Img, InputParameters *p_Inp); 00021 extern void create_hierarchy (ImageParameters *p_Img, InputParameters *p_Inp); 00022 extern void clear_gop_structure (ImageParameters *p_Img); 00023 00024 #endif