mmco.h File Reference

MMCO example operations. More...

This graph shows which files directly or indirectly include this file:

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.

mmco.h

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

Definition in file mmco.h.


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