00001 /*! 00002 ************************************************************************************** 00003 * \file 00004 * mmco.h 00005 * \brief 00006 * MMCO example operations. 00007 * 00008 * \author 00009 * Main contributors (see contributors.h for copyright, address and affiliation details) 00010 * - Alexis Michael Tourapis <alexismt@ieee.org> 00011 * - Athanasios Leontaris <aleon@dolby.com> 00012 *************************************************************************************** 00013 */ 00014 00015 #ifndef _MMCO_H_ 00016 #define _MMCO_H_ 00017 00018 extern void mmco_long_term(ImageParameters *p_Img, int current_pic_num); 00019 extern void poc_based_ref_management_frame_pic(ImageParameters *p_Img, int current_pic_num); 00020 extern void poc_based_ref_management_field_pic(ImageParameters *p_Img, int current_pic_num); 00021 00022 #endif