#include "contributors.h"
#include <ctype.h>
#include <limits.h>
#include "global.h"
#include "image.h"
#include "nalucommon.h"
#include "report.h"
Go to the source code of this file.
Functions | |
void | mmco_long_term (ImageParameters *p_Img, int current_pic_num) |
void | poc_based_ref_management_frame_pic (ImageParameters *p_Img, int current_pic_num) |
void | poc_based_ref_management_field_pic (ImageParameters *p_Img, int current_pic_num) |
Definition in file mmco.c.
void poc_based_ref_management_field_pic | ( | ImageParameters * | p_Img, | |
int | current_pic_num | |||
) |
POC-based reference management (FIELD).
Definition at line 101 of file mmco.c.
References frame_store::is_long_term, frame_store::is_reference, no_mem_exit(), and img_par::structure.
Referenced by init_slice().
void poc_based_ref_management_frame_pic | ( | ImageParameters * | p_Img, | |
int | current_pic_num | |||
) |
POC-based reference management (FRAME).
Definition at line 57 of file mmco.c.
References frame_store::is_long_term, frame_store::is_reference, and no_mem_exit().
Referenced by init_slice().