explicit_seq.h File Reference

Functions for explicit sequence support. More...

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

Go to the source code of this file.

Data Structures

struct  ExpFrameInfo
struct  exp_seq_info

Typedefs

typedef struct exp_seq_info ExpSeqInfo

Functions

void ReadExplicitSeqFile (ExpSeqInfo *seq_info, FILE *exp_file, int coding_index)
void OpenExplicitSeqFile (ImageParameters *p_Img, InputParameters *p_Inp)
void CloseExplicitSeqFile (ImageParameters *p_Img)
void ExplicitUpdateImgParams (ExpFrameInfo *info, ImageParameters *p_Img, InputParameters *p_Inp)


Detailed Description

Functions for explicit sequence support.

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

Definition in file explicit_seq.h.


Function Documentation

void CloseExplicitSeqFile ( ImageParameters p_Img  ) 

Close explicit sequence information file.

Definition at line 345 of file explicit_seq.c.

Referenced by free_encoder_memory().

void ExplicitUpdateImgParams ( ExpFrameInfo *  info,
ImageParameters p_Img,
InputParameters p_Inp 
)

Read one picture from explicit sequence information file.

Definition at line 280 of file explicit_seq.c.

References img_par::bottompoc, img_par::framepoc, img_par::gop_number, img_par::number, set_slice_type(), img_par::start_frame_no, and img_par::toppoc.

Referenced by encode_sequence().

Here is the call graph for this function:

void OpenExplicitSeqFile ( ImageParameters p_Img,
InputParameters p_Inp 
)

Open explicit sequence information file.

Definition at line 307 of file explicit_seq.c.

References ReadIntField(), ReadTextField(), and report_stats_on_error().

Referenced by init_encoder().

Here is the call graph for this function:

void ReadExplicitSeqFile ( ExpSeqInfo *  seq_info,
FILE *  exp_file,
int  coding_index 
)

Read one picture from explicit sequence information file.

Definition at line 259 of file explicit_seq.c.

References ReadFrameData(), ReadTextField(), and report_stats_on_error().

Referenced by encode_sequence().

Here is the call graph for this function:


Documentation generated with DoxyGen