mmco.c File Reference

MMCO example operations. More...

#include "contributors.h"
#include <ctype.h>
#include <limits.h>
#include "global.h"
#include "image.h"
#include "nalucommon.h"
#include "report.h"

Include dependency graph for mmco.c:

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)


Detailed Description

MMCO example operations.

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file mmco.c.


Function Documentation

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:


Documentation generated with DoxyGen