Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/Utils > API/Plugins/ElectraDecoders/Utils/MPEG
Inheritance Hierarchy
- FStRefPicSet
- FSliceSegmentHeaderPOCVars::FRefPicSet
References
| Module | ElectraDecoders |
| Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
| Include | #include "Utils/MPEG/ElectraUtilsMPEGVideo_H265.h" |
Syntax
struct FStRefPicSet
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | abs_delta_rps_minus1 | ||
| uint32 | delta_idx_minus1 | ||
| int32[32] | delta_poc | Calculated and sorted values as they are commonly used. | |
| uint8 | delta_rps_sign | ||
| uint8 | inter_ref_pic_set_prediction_flag | ||
| uint32 | num_negative_pics | ||
| uint32 | num_positive_pics | ||
| uint32 | NumDeltaPocsInSliceReferencedSet | When parsing this from a slice header we note the number of delta_poc's in the referenced set from the SPS. | |
| FRawValues | raw_values | ||
| uint8[32] | used_by_curr_pic_flag |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDeltaPOC
(
uint32 InIndex |
||
| bool | |||
| uint32 | NumDeltaPocs () |
||
| uint32 | |||
| uint32 | |||
| bool | Parse
(
FBitstreamReader& br, |
||
| void | Reset () |
||
| void | SortDeltaPOC () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRawValues | Raw values as read from the bitstream. |