
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) |
Definition in file explicit_seq.h.
| 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().

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

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