Go to the source code of this file.
Functions | |
int | SliceHeader (Slice *currSlice) |
int | Partition_BC_Header (Slice *currSlice, int PartNo) |
int | writeERPS (SyntaxElement *sym, DataPartition *partition) |
int | dec_ref_pic_marking (Bitstream *bitstream, DecRefPicMarking_t *p_drpm, int idr_flag, int no_output_of_prior_pics_flag, int long_term_reference_flag) |
Definition in file header.h.
int dec_ref_pic_marking | ( | Bitstream * | bitstream, | |
DecRefPicMarking_t * | p_drpm, | |||
int | idr_flag, | |||
int | no_output_of_prior_pics_flag, | |||
int | long_term_reference_flag | |||
) |
int Partition_BC_Header | ( | Slice * | currSlice, | |
int | PartNo | |||
) |
int Partition_BC_Header () write the Partition type B, C header
Definition at line 530 of file header.c.
References syntaxelement::len, syntaxelement::type, syntaxelement::value1, syntaxelement::value2, and writeSE_UVLC().
Referenced by start_slice().
int SliceHeader | ( | Slice * | currSlice | ) |
Write a slice header.
p_Img->slice_group_change_cycle can be changed before calling FmoInit()
Definition at line 53 of file header.c.
References assignSE2partition, img_par::bottompoc, img_par::colour_plane_id, dec_ref_pic_marking(), slice::DFAlphaC0Offset, slice::DFBetaOffset, slice::DFDisableIdc, img_par::direct_spatial_mv_pred_flag, img_par::frame_num, get_picture_type(), img_par::number, slice::partArr, pred_weight_table(), img_par::qpsp, ref_pic_list_reordering(), se_v(), slice::slice_type, img_par::toppoc, u_1(), u_v(), ue_v(), and slice::weighted_prediction.
Referenced by start_slice().