className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 3
36
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
FBitstreamSegment::U::operator ValueType | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | operator ValueType&40;&41; const | [] |
|
FBitstreamSegment::U::operator= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U & operator&61; &40; ValueType const & From &41; | [] |
|
FBitstreamSegment::U::U | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U&40;&41; | [] |
|
FBitstreamSegment::U::U | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U &40; ValueType const & Value &41; | [] |
|
U | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | U< 0, ValueType > | AVCodecsCore | template<uint8 NumBits, typename ValueType> struct U | [
{
"type": "ValueType",
"name": "Value",
"description": ""
}
] |
UE | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | typedef [UnsignedExpGolomb](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment\UnsignedExpGolomb)<> UE | [] |
|
FBitstreamSegment::UnsignedExpGolomb::operator ValueType | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | operator ValueType&40;&41; const | [] |
|
FBitstreamSegment::UnsignedExpGolomb::operator= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | UnsignedExpGolomb & operator&61; &40; ValueType From &41; | [] |
|
FBitstreamSegment::UnsignedExpGolomb::UnsignedExpGolomb | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | UnsignedExpGolomb&40;&41; | [] |
|
FBitstreamSegment::UnsignedExpGolomb::UnsignedExpGolomb | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | UnsignedExpGolomb &40; ValueType Value &41; | [] |
|
UnsignedExpGolomb | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | Unsigned int, compressed to a dynamic number of bits. | AVCodecsCore | template<typename ValueType> struct UnsignedExpGolomb | [
{
"type": "ValueType",
"name": "Value",
"description": ""
}
] |
FBitstreamSegment::U< 0, ValueType >::operator uint32 | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | operator uint32&40;&41; const | [] |
|
FBitstreamSegment::U< 0, ValueType >::operator= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U & operator&61; &40; uint32 From &41; | [] |
|
FBitstreamSegment::U< 0, ValueType >::U | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U&40;&41; | [] |
|
FBitstreamSegment::U< 0, ValueType >::U | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | U &40; uint32 const & Value &41; | [] |
|
U< 0, ValueType > | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | template<typename ValueType> struct U< 0, ValueType > | [
{
"type": "uint32",
"name": "Value",
"description": ""
}
] |
|
FBitstreamSegment | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | Base class for a compressed block of bitstream data. Provides scoped access to some parsing types for use withFBitstreamReader. | AVCodecsCore | struct FBitstreamSegment | [] |
FNalu | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | struct FNalu : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [] |
|
TBitSizeContainer | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | typedef typename TTupleElement<(NumBits > 8)+(NumBits > 16)+(NumBits > 32), [TTuple](API\Runtime\Core\Misc\TTuple)< uint8, uint16, uint32, uint64 >>::Type TBitSizeContainer | [] |
|
TBitSizeOf | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | template<typename Type> struct TBitSizeOf | [] |
|
EH264AdaptiveTransformMode | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | enum EH264AdaptiveTransformMode { Auto, Disable, Enable, } | [] |
|
EH264EntropyCodingMode | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | enum EH264EntropyCodingMode { Auto, CABAC, CAVLC, } | [] |
|
EH264Profile | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | Easy to understand user facing profiles from the T-Rec-H.264-201304 spec there is another enum in CodecUtilsH264 that aligns the profiles with PIC and constraints however users are not expected to understand those ones. | AVCodecsCore | enum EH264Profile { Auto, CALVLC444Intra, Baseline, ConstrainedBaseline, Main, ScalableBaseline, ScalableConstrainedBaseline, ScalableHigh, ScalableConstrainedHigh, ScalableHighIntra, Extended, High, ProgressiveHigh, ConstrainedHigh, High10, High10Intra, MultiviewHigh, High422, High422Intra, StereoHigh, MultiviewDepthHigh, High444, High444Intra, MAX, } | [] |
EH265Profile | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | Easy to understand user facing profiles from the T-Rec-H.264-201304 spec there is another enum in CodecUtilsH265 that aligns the profiles with PIC and constraints however users are not expected to understand those ones. | AVCodecsCore | enum EH265Profile { Auto, Main, Main10, Main10StillPicture, MainStillPicture, Monochrome, Monochrome10, Monochrome12, Monochrome16, Main12, Main422_10, Main422_12, Main444, Main444_10, Main444_12, MainIntra, Main10Intra, Main12Intra, Main422_10Intra, Main422_12Intra, Main444_Intra, Main444_10Intra, Main444_12Intra, Main444_16Intra, Main444StillPicture, Main444_16StillPicture, HighThroughput444, HighThroughput444_10, HighThroughput444_14, HighThroughput444_16Intra, ScreenExtendedMain, ScreenExtendedMain10, ScreenExtendedMain444, ScreenExtendedMain444_10, ScreenExtendedHighThroughput444, ScreenExtendedHighThroughput444_10, ScreenExtendedHighThroughput444_14, MAX, } | [] |
FH264ProfileDefinition | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | struct FH264ProfileDefinition | [
{
"type": "UE::AVCodecCore...",
"name": "ConstraintFlags",
"description": ""
},
{
"type": "const TCHAR \u0004...",
"name": "Name",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "PIDC",
"description": ""
},
{
"type": "EH264Profile",
"name": "Profile",
"description": ""
}
] |
|
FH265ChromaInfo | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FH265ChromaInfo | [] |
|
FH265ProfileDefinition | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FH265ProfileDefinition | [
{
"type": "UE::AVCodecCore...",
"name": "ConstraintFlags",
"description": ""
},
{
"type": "const TCHAR \u0004...",
"name": "Name",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "PIDC",
"description": ""
},
{
"type": "EH265Profile",
"name": "Profile",
"description": ""
}
] |
|
Value | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h | AVCodecsCore | static constexpr uint16 Value = sizeof(Type) * 8; | [] |
|
FNaluH265::IsSlice | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | bool IsSlice() | [] |
|
FNaluH265 | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluH265 : public [FNalu](API\Plugins\AVCodecsCore\Utils\FNalu) | [
{
"type": "const uint8 \u0004...",
"name": "EBSP",
"description": ""
},
{
"type": "U< 6,ENaluType...",
"name": "nal_unit_type",
"description": ""
},
{
"type": "U< 6 >",
"name": "nuh_layer_id",
"description": ""
},
{
"type": "U< 3 >",
"name": "nuh_temporal_id_plus1",
"description": ""
},
{
"type": "uint64",
"name": "Size",
"description": ""
},
{
"type": "uint8",
"name": "StartCodeSize",
"description": ""
},
{
"type": "uint64",
"name": "StartIdx",
"description": ""
}
] |
|
FNaluInfo | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | struct FNaluInfo | [
{
"type": "const uint8 \u0004...",
"name": "Data",
"description": ""
},
{
"type": "uint8",
"name": "RefIdc",
"description": ""
},
{
"type": "uint64",
"name": "Size",
"description": ""
},
{
"type": "uint64",
"name": "Start",
"description": ""
},
{
"type": "uint8",
"name": "StartCodeSize",
"description": ""
},
{
"type": "ENaluType",
"name": "Type",
"description": ""
}
] |
|
FNaluPPS::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse() | [] |
|
FNaluPPS::pps_3d_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
pps_3d_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct pps_3d_extension_t | [] |
|
pps_multilayer_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct pps_multilayer_extension_t | [] |
|
FNaluPPS::pps_multilayer_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
FNaluPPS::pps_range_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; uint8 const & in_transform_skip_enabled_flag, FBitstreamReader & Bitstream &41; | [] |
|
pps_range_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct pps_range_extension_t | [
{
"type": "TArray<SE>",
"name": "cb_qp_offset_list",
"description": ""
},
{
"type": "U< 1 >",
"name": "chroma_qp_offset_list_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "chroma_qp_offset_list_len_minus1",
"description": ""
},
{
"type": "TArray<SE>",
"name": "cr_qp_offset_list",
"description": ""
},
{
"type": "U< 1 >",
"name": "cross_component_prediction_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "diff_cu_chroma_qp_offset_depth",
"description": ""
},
{
"type": "UE",
"name": "log2_max_transform_skip_block_size_minus2",
"description": ""
},
{
"type": "UE",
"name": "log2_sao_offset_scale_chroma",
"description": ""
},
{
"type": "UE",
"name": "log2_sao_offset_scale_luma",
"description": ""
}
] |
|
FNaluPPS::pps_scc_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
FNaluPPS::FNaluPPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluPPS() | [] |
|
pps_scc_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct pps_scc_extension_t | [
{
"type": "UE",
"name": "chroma_bit_depth_entry_minus8",
"description": ""
},
{
"type": "UE",
"name": "luma_bit_depth_entry_minus8",
"description": ""
},
{
"type": "U< 1 >",
"name": "monochrome_palette_flag",
"description": ""
},
{
"type": "SE",
"name": "pps_act_cb_qp_offset_plus5",
"description": ""
},
{
"type": "SE",
"name": "pps_act_cr_qp_offset_plus3",
"description": ""
},
{
"type": "SE",
"name": "pps_act_y_qp_offset_plus5",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_curr_pic_ref_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "pps_num_palette_predictor_initializers",
"description": ""
},
{
"type": "TArray<TArray<...",
"name": "pps_palette_predictor_initializer",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_palette_predictor_initializers_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_slice_act_qp_offsets_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "residual_adaptive_colour_transform_enabled_flag",
"description": ""
}
] |
|
FNaluPPS::FNaluPPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluPPS ( [FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) const & InNaluH265 ) | [] |
|
FNaluSEI::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse() | [] |
|
FNaluPPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluPPS : public [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) | [
{
"type": "U< 1 >",
"name": "cabac_init_present_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "column_width_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "constrained_intra_pred_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "cu_qp_delta_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "deblocking_filter_control_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "deblocking_filter_override_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "dependent_slice_segments_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "diff_cu_qp_delta_depth",
"description": ""
},
{
"type": "U< 1 >",
"name": "entropy_coding_sync_enabled_flag",
"description": ""
},
{
"type": "SE",
"name": "init_qp_minus26",
"description": ""
},
{
"type": "U< 1 >",
"name": "lists_modification_present_flag",
"description": ""
},
{
"type": "UE",
"name": "log2_parallel_merge_level_minus2",
"description": ""
},
{
"type": "U< 1 >",
"name": "loop_filter_across_tiles_enabled_flag",
"description": ""
},
{
"type": "U< 3 >",
"name": "num_extra_slice_header_bits",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l0_default_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l1_default_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_tile_columns_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_tile_rows_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "output_flag_present_flag",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "pps_3d_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_3d_extension_flag",
"description": ""
},
{
"type": "SE",
"name": "pps_beta_offset_div2",
"description": ""
},
{
"type": "SE",
"name": "pps_cb_qp_offset",
"description": ""
},
{
"type": "SE",
"name": "pps_cr_qp_offset",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_deblocking_filter_disabled_flag",
"description": ""
},
{
"type": "U< 4 >",
"name": "pps_extension_4bits",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_extension_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_loop_filter_across_slices_enabled_flag",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "pps_multilayer_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_multilayer_extension_flag",
"description": ""
},
{
"type": "UE",
"name": "pps_pic_parameter_set_id",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "pps_range_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_range_extension_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_scaling_list_data_present_flag",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "pps_scc_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_scc_extension_flag",
"description": ""
},
{
"type": "UE",
"name": "pps_seq_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "pps_slice_chroma_qp_offsets_present_flag",
"description": ""
},
{
"type": "SE",
"name": "pps_tc_offset_div2",
"description": ""
},
{
"type": "TArray<UE>",
"name": "row_height_minus1",
"description": ""
},
{
"type": "scaling_list_da...",
"name": "scaling_list_data",
"description": ""
},
{
"type": "U< 1 >",
"name": "sign_data_hiding_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_segment_header_extension_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "tiles_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "transform_skip_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "transquant_bypass_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "uniform_spacing_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "weighted_bipred_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "weighted_pred_flag",
"description": ""
}
] |
|
FNaluSEI::FNaluSEI | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSEI() | [] |
|
FNaluSEI::FNaluSEI | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSEI ( [FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) const & InNaluH265 ) | [] |
|
FNaluSEI | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluSEI : public [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) | [] |
|
FNaluSlice::IsIDR | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | bool IsIDR() | [] |
|
FNaluSlice::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse ( [FVideoDecoderConfigH265](API\Plugins\AVCodecsCore\Video\Decoders\Configs\FVideoDecoderConfigH265) * InConfig ) | [] |
|
pred_weight_table_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct pred_weight_table_t | [
{
"type": "TStaticArray<U...",
"name": "chroma_weight_l0_flag",
"description": ""
},
{
"type": "TStaticArray<U...",
"name": "chroma_weight_l1_flag",
"description": ""
},
{
"type": "SE",
"name": "delta_chroma_log2_weight_denom",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "delta_chroma_offset_l0",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "delta_chroma_offset_l1",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "delta_chroma_weight_l0",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "delta_chroma_weight_l1",
"description": ""
},
{
"type": "TStaticArray<S...",
"name": "delta_luma_weight_l0",
"description": ""
},
{
"type": "TStaticArray<S...",
"name": "delta_luma_weight_l1",
"description": ""
},
{
"type": "UE",
"name": "luma_log2_weight_denom",
"description": ""
},
{
"type": "TStaticArray<S...",
"name": "luma_offset_l0",
"description": ""
},
{
"type": "TStaticArray<S...",
"name": "luma_offset_l1",
"description": ""
},
{
"type": "TStaticArray<U...",
"name": "luma_weight_l0_flag",
"description": ""
},
{
"type": "TStaticArray<U...",
"name": "luma_weight_l1_flag",
"description": ""
}
] |
|
FNaluSlice::pred_weight_table_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; const uint8 & ChromaArrayType, FNaluSlice const & CurrentSlice, FBitstreamReader & BitStream &41; | [] |
|
FNaluSlice::ref_pic_list_modification_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; uint8 const & in_num_ref_idx_l0_active_minus1, uint8 const & in_num_ref_idx_l1_active_minus1, uint32 const & InNumPicTotalCurr, EH265SliceType const & SliceType, FBitstreamReader & BitStream &41; | [] |
|
ref_pic_list_modification_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct ref_pic_list_modification_t | [
{
"type": "TArray<U<> >",
"name": "list_entry_l0",
"description": ""
},
{
"type": "TArray<U<> >",
"name": "list_entry_l1",
"description": ""
},
{
"type": "U< 1 >",
"name": "ref_pic_list_modification_flag_l0",
"description": ""
},
{
"type": "U< 1 >",
"name": "ref_pic_list_modification_flag_l1",
"description": ""
}
] |
|
FNaluSlice::FNaluSlice | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSlice() | [] |
|
FNaluSlice::FNaluSlice | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSlice ( [FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) const & InNaluH265 ) | [] |
|
conf_win_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct conf_win_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "UE",
"name": "bottom_offset",
"description": ""
},
{
"type": "UE",
"name": "left_offset",
"description": ""
},
{
"type": "UE",
"name": "right_offset",
"description": ""
},
{
"type": "UE",
"name": "top_offset",
"description": ""
}
] |
|
FNaluSlice | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluSlice : public [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) | [
{
"type": "U< 1 >",
"name": "cabac_init_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "collocated_from_l0_flag",
"description": ""
},
{
"type": "UE",
"name": "collocated_ref_idx",
"description": ""
},
{
"type": "U< 2 >",
"name": "colour_plane_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "cu_chroma_qp_offset_enabled_flag",
"description": ""
},
{
"type": "TWeakPtr<FNalu...",
"name": "CurrentPPS",
"description": "Members derived from bitstream."
},
{
"type": "TWeakPtr<FNalu...",
"name": "CurrentSPS",
"description": ""
},
{
"type": "TWeakPtr<FNalu...",
"name": "CurrentVPS",
"description": ""
},
{
"type": "uint32",
"name": "CurrPicIdx",
"description": ""
},
{
"type": "uint32",
"name": "CurrPicOrderCntVal",
"description": ""
},
{
"type": "uint32",
"name": "CurrRpsIdx",
"description": ""
},
{
"type": "U< 1 >",
"name": "deblocking_filter_override_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "delta_poc_msb_cycle_lt",
"description": ""
},
{
"type": "TArray<U< 1 > ...",
"name": "delta_poc_msb_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "dependent_slice_segment_flag",
"description": ""
},
{
"type": "TArray<U<> >",
"name": "entry_point_offset_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "first_slice_segment_in_pic_flag",
"description": "Members read from bitstream."
},
{
"type": "UE",
"name": "five_minus_max_num_merge_cand",
"description": ""
},
{
"type": "TArray<U<> >",
"name": "lt_idx_sps",
"description": ""
},
{
"type": "U< 1 >",
"name": "mvd_l1_zero_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "no_output_of_prior_pics_flag",
"description": ""
},
{
"type": "UE",
"name": "num_entry_point_offsets",
"description": ""
},
{
"type": "UE",
"name": "num_long_term_pics",
"description": ""
},
{
"type": "UE",
"name": "num_long_term_sps",
"description": ""
},
{
"type": "U< 1 >",
"name": "num_ref_idx_active_override_flag",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l0_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l1_active_minus1",
"description": ""
},
{
"type": "uint32",
"name": "NumBitsForShortTermRPSInSlice",
"description": ""
},
{
"type": "UE",
"name": "offset_len_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "pic_output_flag",
"description": ""
},
{
"type": "TArray<U<> >",
"name": "poc_lsb_lt",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "pred_weight_table",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "ref_pic_list_modification",
"description": ""
},
{
"type": "short_term_ref_...",
"name": "short_term_ref_pic_set",
"description": ""
},
{
"type": "U",
"name": "short_term_ref_pic_set_idx",
"description": ""
},
{
"type": "U< 1 >",
"name": "short_term_ref_pic_set_sps_flag",
"description": ""
},
{
"type": "SE",
"name": "slice_act_cb_qp_offset",
"description": ""
},
{
"type": "SE",
"name": "slice_act_cr_qp_offset",
"description": ""
},
{
"type": "SE",
"name": "slice_act_y_qp_offset",
"description": ""
},
{
"type": "SE",
"name": "slice_beta_offset_div2",
"description": ""
},
{
"type": "SE",
"name": "slice_cb_qp_offset",
"description": ""
},
{
"type": "SE",
"name": "slice_cr_qp_offset",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_deblocking_filter_disabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_loop_filter_across_slices_enabled_flag",
"description": ""
},
{
"type": "U",
"name": "slice_pic_order_cnt_lsb",
"description": ""
},
{
"type": "UE",
"name": "slice_pic_parameter_set_id",
"description": ""
},
{
"type": "SE",
"name": "slice_qp_delta",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_sao_chroma_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_sao_luma_flag",
"description": ""
},
{
"type": "U",
"name": "slice_segment_address",
"description": ""
},
{
"type": "TArray<U< 8 > ...",
"name": "slice_segment_header_extension_data_byte",
"description": ""
},
{
"type": "UE",
"name": "slice_segment_header_extension_length",
"description": ""
},
{
"type": "SE",
"name": "slice_tc_offset_div2",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_temporal_mvp_enabled_flag",
"description": ""
},
{
"type": "UnsignedExpGolo...",
"name": "slice_type",
"description": ""
},
{
"type": "U< 1 >",
"name": "use_integer_mv_flag",
"description": ""
},
{
"type": "TArray<U< 1 > ...",
"name": "used_by_curr_pic_lt_flag",
"description": ""
}
] |
|
FNaluSPS::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse() | [] |
|
FNaluSPS::sps_3d_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
sps_3d_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sps_3d_extension_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [] |
|
FNaluSPS::sps_multilayer_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
sps_multilayer_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sps_multilayer_extension_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [] |
|
FNaluSPS::sps_range_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
sps_range_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sps_range_extension_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "U< 1 >",
"name": "cabac_bypass_alignment_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "explicit_rdpcm_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "extended_precision_processing_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "high_precision_offsets_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "implicit_rdpcm_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "intra_smoothing_disabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "persistent_rice_adaptation_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "transform_skip_context_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "transform_skip_rotation_enabled_flag",
"description": ""
}
] |
|
sps_scc_extension_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sps_scc_extension_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "UE",
"name": "delta_palette_max_predictor_size",
"description": ""
},
{
"type": "U< 1 >",
"name": "intra_boundary_filtering_disabled_flag",
"description": ""
},
{
"type": "U< 2 >",
"name": "motion_vector_resolution_control_idc",
"description": ""
},
{
"type": "UE",
"name": "palette_max_size",
"description": ""
},
{
"type": "U< 1 >",
"name": "palette_mode_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_curr_pic_ref_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "sps_num_palette_predictor_initializers_minus1",
"description": ""
},
{
"type": "TArray<TArray<...",
"name": "sps_palette_predictor_initializers",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_palette_predictor_initializers_present_flag",
"description": ""
}
] |
|
FNaluSPS::sps_scc_extension_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; uint32 const & in_chroma_format_idc, uint32 const & in_bit_depth_chroma_minus8, FBitstreamReader & Bitstream &41; | [] |
|
sub_layer_ordering_info_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sub_layer_ordering_info_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "UE",
"name": "sps_max_dec_pic_buffering_minus1",
"description": ""
},
{
"type": "UE",
"name": "sps_max_latency_increase_plus1",
"description": ""
},
{
"type": "UE",
"name": "sps_max_num_reorder_pics",
"description": ""
}
] |
|
FNaluSPS::vui_parameters_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; FBitstreamReader & Bitstream &41; | [] |
|
vui_parameters_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct vui_parameters_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "U< 8 >",
"name": "aspect_ratio_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "aspect_ratio_info_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "bitstream_restriction_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "chroma_loc_info_present_flag",
"description": ""
},
{
"type": "UE",
"name": "chroma_sample_loc_type_bottom_field",
"description": ""
},
{
"type": "UE",
"name": "chroma_sample_loc_type_top_field",
"description": ""
},
{
"type": "U< 1 >",
"name": "colour_description_present_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "colour_primaries",
"description": ""
},
{
"type": "UE",
"name": "def_disp_win_bottom_offset",
"description": ""
},
{
"type": "UE",
"name": "def_disp_win_left_offset",
"description": ""
},
{
"type": "UE",
"name": "def_disp_win_right_offset",
"description": ""
},
{
"type": "UE",
"name": "def_disp_win_top_offset",
"description": ""
},
{
"type": "U< 1 >",
"name": "default_display_window_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "field_seq_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "frame_field_info_present_flag",
"description": ""
},
{
"type": "hrd_parameters_...",
"name": "hrd_parameters",
"description": ""
},
{
"type": "UE",
"name": "log2_max_mv_length_horizontal",
"description": ""
},
{
"type": "UE",
"name": "log2_max_mv_length_vertical",
"description": ""
},
{
"type": "U< 8 >",
"name": "matrix_coeffs",
"description": ""
},
{
"type": "UE",
"name": "max_bits_per_min_cu_denom",
"description": ""
},
{
"type": "UE",
"name": "max_bytes_per_pic_denom",
"description": ""
},
{
"type": "UE",
"name": "min_spatial_segmentation_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "motion_vectors_over_pic_boundaries_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "neutral_chroma_indication_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "overscan_appropriate_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "overscan_info_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "restricted_ref_pic_lists_flag",
"description": ""
},
{
"type": "U< 16 >",
"name": "sar_height",
"description": ""
},
{
"type": "U< 16 >",
"name": "sar_width",
"description": ""
},
{
"type": "U< 1 >",
"name": "tiles_fixed_structure_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "transfer_characteristics",
"description": ""
},
{
"type": "U< 3 >",
"name": "video_format",
"description": ""
},
{
"type": "U< 1 >",
"name": "video_full_range_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "video_signal_type_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vui_hrd_parameters_present_flag",
"description": ""
},
{
"type": "UE",
"name": "vui_num_ticks_poc_diff_one_minus1",
"description": ""
},
{
"type": "U< 32 >",
"name": "vui_num_units_in_tick",
"description": ""
},
{
"type": "U< 1 >",
"name": "vui_poc_proportional_to_timing_flag",
"description": ""
},
{
"type": "U< 32 >",
"name": "vui_time_scale",
"description": ""
},
{
"type": "U< 1 >",
"name": "vui_timing_info_present_flag",
"description": ""
}
] |
|
FNaluSPS::FNaluSPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSPS() | [] |
|
FNaluSPS::FNaluSPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluSPS ( [FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) const & InNaluH265 ) | [] |
|
FNaluSPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluSPS : public [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) | [
{
"type": "U< 1 >",
"name": "amp_enabled_flag",
"description": ""
},
{
"type": "UE",
"name": "bit_depth_chroma_minus8",
"description": ""
},
{
"type": "UE",
"name": "bit_depth_luma_minus8",
"description": ""
},
{
"type": "UE",
"name": "chroma_format_idc",
"description": ""
},
{
"type": "UE",
"name": "ChromaArrayType",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "conf_win",
"description": ""
},
{
"type": "U< 1 >",
"name": "conformance_window_flag",
"description": ""
},
{
"type": "UE",
"name": "log2_diff_max_min_luma_coding_block_size",
"description": ""
},
{
"type": "UE",
"name": "log2_diff_max_min_luma_transform_block_size",
"description": ""
},
{
"type": "UE",
"name": "log2_diff_max_min_pcm_luma_coding_block_size",
"description": ""
},
{
"type": "UE",
"name": "log2_max_pic_order_cnt_lsb_minus4",
"description": ""
},
{
"type": "UE",
"name": "log2_min_luma_coding_block_size_minus3",
"description": ""
},
{
"type": "UE",
"name": "log2_min_luma_transform_block_size_minus2",
"description": ""
},
{
"type": "UE",
"name": "log2_min_pcm_luma_coding_block_size_minus3",
"description": ""
},
{
"type": "U< 1 >",
"name": "long_term_ref_pics_present_flag",
"description": ""
},
{
"type": "TArray<long_te...",
"name": "long_term_ref_pics_sps",
"description": ""
},
{
"type": "UE",
"name": "max_transform_hierarchy_depth_inter",
"description": ""
},
{
"type": "UE",
"name": "max_transform_hierarchy_depth_intra",
"description": ""
},
{
"type": "uint32",
"name": "MaxDpbSize",
"description": "Members derived from bitstream."
},
{
"type": "UE",
"name": "num_long_term_ref_pics_sps",
"description": ""
},
{
"type": "UE",
"name": "num_short_term_ref_pic_sets",
"description": ""
},
{
"type": "U< 1 >",
"name": "pcm_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "pcm_loop_filter_disabled_flag",
"description": ""
},
{
"type": "U< 4 >",
"name": "pcm_sample_bit_depth_chroma_minus1",
"description": ""
},
{
"type": "U< 4 >",
"name": "pcm_sample_bit_depth_luma_minus1",
"description": ""
},
{
"type": "UE",
"name": "pic_height_in_luma_samples",
"description": ""
},
{
"type": "UE",
"name": "pic_width_in_luma_samples",
"description": ""
},
{
"type": "profile_tier_le...",
"name": "profile_tier_level",
"description": ""
},
{
"type": "U< 1 >",
"name": "sample_adaptive_offset_enabled_flag",
"description": ""
},
{
"type": "scaling_list_da...",
"name": "scaling_list_data",
"description": ""
},
{
"type": "U< 1 >",
"name": "scaling_list_enabled_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "separate_colour_plane_flag",
"description": ""
},
{
"type": "TArray<short_t...",
"name": "short_term_ref_pic_sets",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "sps_3d_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_3d_extension_flag",
"description": ""
},
{
"type": "U< 4 >",
"name": "sps_extension_4bits",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_extension_present_flag",
"description": ""
},
{
"type": "U< 3 >",
"name": "sps_max_sub_layers_minus1",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "sps_multilayer_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_multilayer_extension_flag",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "sps_range_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_range_extension_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_scaling_list_data_present_flag",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "sps_scc_extension",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_scc_extension_flag",
"description": ""
},
{
"type": "UE",
"name": "sps_seq_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_sub_layer_ordering_info_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_temporal_id_nesting_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sps_temporal_mvp_enabled_flag",
"description": ""
},
{
"type": "U< 4 >",
"name": "sps_video_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "strong_intra_smoothing_enabled_flag",
"description": ""
},
{
"type": "TArray<sub_lay...",
"name": "sub_layer_ordering_infos",
"description": ""
},
{
"type": "UE::AVCodecCore...",
"name": "vui_parameters",
"description": ""
},
{
"type": "U< 1 >",
"name": "vui_parameters_present_flag",
"description": ""
}
] |
|
FNaluVPS::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse() | [] |
|
FNaluVPS::FNaluVPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluVPS() | [] |
|
FNaluVPS::FNaluVPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | FNaluVPS ( [FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) const & InNaluH265 ) | [] |
|
FNaluVPS | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct FNaluVPS : public [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) | [
{
"type": "TArray<U< 1 > ...",
"name": "cprms_present_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "hrd_layer_set_idx",
"description": ""
},
{
"type": "TArray<hrd_par...",
"name": "HrdParameters",
"description": ""
},
{
"type": "TArray<TArray<...",
"name": "layer_id_included_flag",
"description": ""
},
{
"type": "uint32",
"name": "prevPicOrderCntLsb",
"description": "Stream State Members TODO (aidan) perhaps this should be moved elsewhere"
},
{
"type": "uint32",
"name": "prevPicOrderCntMsb",
"description": ""
},
{
"type": "profile_tier_le...",
"name": "profile_tier_level",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_base_layer_available_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_base_layer_internal_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_extension_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "vps_max_dec_pic_buffering_minus1",
"description": ""
},
{
"type": "TArray<UE>",
"name": "vps_max_latency_increase_plus1",
"description": ""
},
{
"type": "U< 6 >",
"name": "vps_max_layer_id",
"description": ""
},
{
"type": "U< 6 >",
"name": "vps_max_layers_minus1",
"description": ""
},
{
"type": "TArray<UE>",
"name": "vps_max_num_reorder_pics",
"description": ""
},
{
"type": "U< 3 >",
"name": "vps_max_sub_layers_minus1",
"description": ""
},
{
"type": "UE",
"name": "vps_num_hrd_parameters",
"description": ""
},
{
"type": "UE",
"name": "vps_num_layer_sets_minus1",
"description": ""
},
{
"type": "UE",
"name": "vps_num_ticks_poc_diff_one_minus1",
"description": ""
},
{
"type": "U< 32 >",
"name": "vps_num_units_in_tick",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_poc_proportional_to_timing_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_sub_layer_ordering_info_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_temporal_id_nesting_flag",
"description": ""
},
{
"type": "U< 32 >",
"name": "vps_time_scale",
"description": ""
},
{
"type": "U< 1 >",
"name": "vps_timing_info_present_flag",
"description": ""
},
{
"type": "U< 4 >",
"name": "vps_video_parameter_set_id",
"description": ""
}
] |
|
hrd_parameters_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse ( uint8 const & commonInfPresentFlag, uint8 const & maxNumSubLayersMinus1, [FBitstreamReader](API\Plugins\AVCodecsCore\Utils\FBitstreamReader) & Bitstream ) | [] |
|
hrd_parameters_t::sub_layer_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse &40; uint8 const & in_sub_pic_hrd_params_present_flag, uint8 const & CpbCnt, FBitstreamReader & Bitstream &41; | [] |
|
sub_layer_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sub_layer_t | [
{
"type": "UE",
"name": "cpb_cnt_minus1",
"description": ""
},
{
"type": "UE",
"name": "elemental_duration_in_tc_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "fixed_pic_rate_general_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "fixed_pic_rate_within_cvs_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "low_delay_hrd_flag",
"description": ""
},
{
"type": "TArray<sub_lay...",
"name": "sub_layer_hrd_parameters",
"description": ""
}
] |
|
sub_layer_hrd_parameters_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sub_layer_hrd_parameters_t | [] |
|
long_term_ref_pics_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse ( const uint8 & log2_max_pic_order_cnt_lsb_minus4, [FBitstreamReader](API\Plugins\AVCodecsCore\Utils\FBitstreamReader) & Bitstream ) | [] |
|
hrd_parameters_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct hrd_parameters_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "U< 5 >",
"name": "au_cpb_removal_delay_length_minus1",
"description": ""
},
{
"type": "U< 4 >",
"name": "bit_rate_scale",
"description": ""
},
{
"type": "U< 4 >",
"name": "cpb_size_du_scale",
"description": ""
},
{
"type": "U< 4 >",
"name": "cpb_size_scale",
"description": ""
},
{
"type": "U< 5 >",
"name": "dpb_output_delay_du_length_minus1",
"description": ""
},
{
"type": "U< 5 >",
"name": "dpb_output_delay_length_minus1",
"description": ""
},
{
"type": "U< 5 >",
"name": "du_cpb_removal_delay_increment_length_minus1",
"description": ""
},
{
"type": "U< 5 >",
"name": "initial_cpb_removal_delay_length_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "nal_hrd_parameters_present_flag",
"description": ""
},
{
"type": "TArray<sub_lay...",
"name": "sub_layers",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_pic_cpb_params_in_pic_timing_sei_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_pic_hrd_params_present_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "tick_divisor_minus2",
"description": ""
},
{
"type": "U< 1 >",
"name": "vcl_hrd_parameters_present_flag",
"description": ""
}
] |
|
long_term_ref_pics_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct long_term_ref_pics_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "U",
"name": "lt_ref_pic_poc_lsb_sps",
"description": ""
},
{
"type": "U< 1 >",
"name": "used_by_curr_pic_lt_sps_flag",
"description": ""
}
] |
|
PPS_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | struct PPS_t : public [FNalu](API\Plugins\AVCodecsCore\Utils\FNalu) | [
{
"type": "U< 1 >",
"name": "bottom_field_pic_order_in_frame_present_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "bottom_right",
"description": ""
},
{
"type": "SE",
"name": "chroma_qp_index_offset",
"description": ""
},
{
"type": "U< 1 >",
"name": "constrained_intra_pred_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "deblocking_filter_control_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "entropy_coding_mode_flag",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l0_default_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l1_default_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_slice_groups_minus1",
"description": ""
},
{
"type": "SE",
"name": "pic_init_qp_minus26",
"description": ""
},
{
"type": "SE",
"name": "pic_init_qs_minus26",
"description": ""
},
{
"type": "UE",
"name": "pic_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >[12]",
"name": "pic_scaling_list_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "pic_scaling_matrix_present_flag",
"description": ""
},
{
"type": "UE",
"name": "pic_size_in_map_units_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "redundant_pic_cnt_present_flag",
"description": ""
},
{
"type": "TArray<UE>",
"name": "run_length_minus1",
"description": ""
},
{
"type": "uint8[6][16]",
"name": "ScalingList4x4",
"description": ""
},
{
"type": "uint8[6][64]",
"name": "ScalingList8x8",
"description": ""
},
{
"type": "SE",
"name": "second_chroma_qp_index_offset",
"description": ""
},
{
"type": "UE",
"name": "seq_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "slice_group_change_direction_flag",
"description": ""
},
{
"type": "UE",
"name": "slice_group_change_rate_minus1",
"description": ""
},
{
"type": "TArray<U<> >",
"name": "slice_group_id",
"description": ""
},
{
"type": "UE",
"name": "slice_group_map_type",
"description": ""
},
{
"type": "TArray<UE>",
"name": "top_left",
"description": ""
},
{
"type": "U< 1 >",
"name": "transform_8x8_mode_flag",
"description": ""
},
{
"type": "U< 2 >",
"name": "weighted_bipred_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "weighted_pred_flag",
"description": ""
}
] |
|
profile_tier_level_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse ( const uint8 & profilePresentFlag, uint8 maxNumSubLayersMinus1, [FBitstreamReader](API\Plugins\AVCodecsCore\Utils\FBitstreamReader) & Bitstream ) | [] |
|
sub_layer_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct sub_layer_t | [
{
"type": "EH265Constraint...",
"name": "sub_layer_constraint_flags",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_inbld_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_interlaced_source_flag",
"description": ""
},
{
"type": "U< 8,EH265Leve...",
"name": "sub_layer_level_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_level_present_flag",
"description": ""
},
{
"type": "U< 32 >",
"name": "sub_layer_profile_compatibility_flag",
"description": ""
},
{
"type": "U< 5,EH265Prof...",
"name": "sub_layer_profile_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_profile_present_flag",
"description": ""
},
{
"type": "U< 2 >",
"name": "sub_layer_profile_space",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_progressive_source_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "sub_layer_tier_flag",
"description": ""
}
] |
|
profile_tier_level_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct profile_tier_level_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "EH265Constraint...",
"name": "general_constraint_flags",
"description": ""
},
{
"type": "U< 1 >",
"name": "general_inbld_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "general_interlaced_source_flag",
"description": ""
},
{
"type": "U< 8,EH265Leve...",
"name": "general_level_idc",
"description": ""
},
{
"type": "U< 32 >",
"name": "general_profile_compatibility_flag",
"description": ""
},
{
"type": "U< 5,EH265Prof...",
"name": "general_profile_idc",
"description": ""
},
{
"type": "U< 2 >",
"name": "general_profile_space",
"description": ""
},
{
"type": "U< 1 >",
"name": "general_progressive_source_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "general_tier_flag",
"description": ""
},
{
"type": "TArray<sub_lay...",
"name": "sub_layers",
"description": ""
}
] |
|
scaling_list_data_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse ( [FBitstreamReader](API\Plugins\AVCodecsCore\Utils\FBitstreamReader) & Bitstream ) | [] |
|
SEI_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | SEI can transmit arbitrary data so we probably want something less rigid for this. | AVCodecsCore | struct SEI_t | [] |
scaling_list_data_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct scaling_list_data_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "TStaticArray<T...",
"name": "scaling_list_dc_coef_minus8",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "scaling_list_pred_matrix_id_delta",
"description": ""
},
{
"type": "TStaticArray<T...",
"name": "scaling_list_pred_mode_flag",
"description": ""
},
{
"type": "uint8[6][16]",
"name": "ScalingList0",
"description": ""
},
{
"type": "uint8[3][6][64]",
"name": "ScalingList1to3",
"description": ""
}
] |
|
short_term_ref_pic_set_t::CalculateValues | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void CalculateValues ( uint8 const & stRpsIdx, [TArray](API\Runtime\Core\Containers\TArray)< [short_term_ref_pic_set_t](API\Plugins\AVCodecsCore\Video\CodecUtils\short_term_ref_pic_set_t) > & st_ref_pic_set ) | [] |
|
short_term_ref_pic_set_t::Parse | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | void Parse ( uint8 const & stRpsIdx, [TArray](API\Runtime\Core\Containers\TArray)< [short_term_ref_pic_set_t](API\Plugins\AVCodecsCore\Video\CodecUtils\short_term_ref_pic_set_t) > const & short_term_ref_pic_sets, [FBitstreamReader](API\Plugins\AVCodecsCore\Utils\FBitstreamReader) & Bitstream ) | [] |
|
short_term_ref_pic_set_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | struct short_term_ref_pic_set_t : public [FBitstreamSegment](API\Plugins\AVCodecsCore\Utils\FBitstreamSegment) | [
{
"type": "UE",
"name": "abs_delta_rps_minus1",
"description": ""
},
{
"type": "UE",
"name": "delta_idx_minus1",
"description": ""
},
{
"type": "TArray<UE>",
"name": "delta_poc_s0_minus1s",
"description": ""
},
{
"type": "TArray<UE>",
"name": "delta_poc_s1_minus1s",
"description": ""
},
{
"type": "U< 1 >",
"name": "delta_rps_sign",
"description": ""
},
{
"type": "TStaticArray< i...",
"name": "DeltaPocS0",
"description": ""
},
{
"type": "TStaticArray< i...",
"name": "DeltaPocS1",
"description": ""
},
{
"type": "U< 1 >",
"name": "inter_ref_pic_set_prediction_flag",
"description": ""
},
{
"type": "UE",
"name": "num_negative_pics",
"description": ""
},
{
"type": "UE",
"name": "num_positive_pics",
"description": ""
},
{
"type": "uint8",
"name": "NumDeltaPocs",
"description": ""
},
{
"type": "uint8",
"name": "NumNegativePics",
"description": ""
},
{
"type": "uint8",
"name": "NumPositivePics",
"description": "Derived Values (specification usage order)"
},
{
"type": "TArray<U< 1 > ...",
"name": "use_delta_flags",
"description": ""
},
{
"type": "TArray<U< 1 > ...",
"name": "used_by_curr_pic_flags",
"description": ""
},
{
"type": "TArray<U< 1 > ...",
"name": "used_by_curr_pic_s0_flags",
"description": ""
},
{
"type": "TArray<U< 1 > ...",
"name": "used_by_curr_pic_s1_flags",
"description": ""
},
{
"type": "TStaticArray< u...",
"name": "UsedByCurrPicS0",
"description": ""
},
{
"type": "TStaticArray< u...",
"name": "UsedByCurrPicS1",
"description": ""
}
] |
|
RefPic_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | Ref_pic_list_modification | AVCodecsCore | struct RefPic_t | [
{
"type": "U< 1 >",
"name": "bIsLongTerm",
"description": ""
},
{
"type": "UE",
"name": "pic_num",
"description": ""
}
] |
SPS_t::GetProfile | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | [EH264Profile](API\Plugins\AVCodecsCore\Video\CodecUtils\EH264Profile) GetProfile() const | [] |
|
Slice_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | struct Slice_t : public [FNalu](API\Plugins\AVCodecsCore\Utils\FNalu) | [
{
"type": "U< 1 >",
"name": "adaptive_ref_pic_marking_mode_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "bottom_field_flag",
"description": ""
},
{
"type": "UE",
"name": "cabac_init_idc",
"description": ""
},
{
"type": "U< 2 >",
"name": "colour_plane_id",
"description": ""
},
{
"type": "SE[2]",
"name": "delta_pic_order_cnt",
"description": ""
},
{
"type": "SE",
"name": "delta_pic_order_cnt_bottom",
"description": ""
},
{
"type": "U< 1 >",
"name": "direct_spatial_mv_pred_flag",
"description": ""
},
{
"type": "UE",
"name": "disable_deblocking_filter_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "field_pic_flag",
"description": ""
},
{
"type": "UE",
"name": "first_mb_in_slice",
"description": ""
},
{
"type": "U",
"name": "frame_num",
"description": ""
},
{
"type": "UE",
"name": "idr_pic_id",
"description": ""
},
{
"type": "U< 1 >",
"name": "long_term_reference_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "no_output_of_prior_pic_flag",
"description": "Dec_ref_pic_marking"
},
{
"type": "U< 1 >",
"name": "num_ref_idx_active_override_flag",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l0_active_minus1",
"description": ""
},
{
"type": "UE",
"name": "num_ref_idx_l1_active_minus1",
"description": ""
},
{
"type": "U",
"name": "pic_order_cnt_lsb",
"description": ""
},
{
"type": "UE",
"name": "pic_parameter_set_id",
"description": ""
},
{
"type": "UE",
"name": "redundant_pic_cnt",
"description": ""
},
{
"type": "U< 1 >",
"name": "ref_pic_list_modification_flag_l0",
"description": ""
},
{
"type": "U< 1 >",
"name": "ref_pic_list_modification_flag_l1",
"description": ""
},
{
"type": "TArray<RefPic_...",
"name": "RefPicList0",
"description": ""
},
{
"type": "TArray<RefPic_...",
"name": "RefPicList1",
"description": ""
},
{
"type": "SE",
"name": "slice_alpha_c0_offset_div2",
"description": ""
},
{
"type": "SE",
"name": "slice_beta_offset_div2",
"description": ""
},
{
"type": "U",
"name": "slice_group_change_cycle",
"description": ""
},
{
"type": "SE",
"name": "slice_qp_delta",
"description": ""
},
{
"type": "SE",
"name": "slice_qs_delta",
"description": ""
},
{
"type": "UE",
"name": "slice_type",
"description": ""
},
{
"type": "U< 1 >",
"name": "sp_for_switch_flag",
"description": ""
}
] |
|
SPS_t | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h | AVCodecsCore | struct SPS_t : public [FNalu](API\Plugins\AVCodecsCore\Utils\FNalu) | [
{
"type": "U< 8,EH264Aspe...",
"name": "aspect_ratio_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "aspect_ratio_info_present_flag",
"description": "VUI Parameters."
},
{
"type": "UE",
"name": "bit_depth_chroma_minus8",
"description": ""
},
{
"type": "UE",
"name": "bit_depth_luma_minus8",
"description": ""
},
{
"type": "U< 4 >",
"name": "bit_rate_scale",
"description": ""
},
{
"type": "UE[31]",
"name": "bit_rate_value_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "bitstream_restriction_flag",
"description": ""
},
{
"type": "U< 1 >[31]",
"name": "cbr_flag",
"description": ""
},
{
"type": "UE",
"name": "chroma_format_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "chroma_loc_info_present_flag",
"description": ""
},
{
"type": "UE",
"name": "chroma_sample_loc_type_bottom_field",
"description": ""
},
{
"type": "UE",
"name": "chroma_sample_loc_type_top_field",
"description": ""
},
{
"type": "U< 1 >",
"name": "colour_description_present_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "colour_primaries",
"description": ""
},
{
"type": "U< 8,EH264Cons...",
"name": "constraint_flags",
"description": ""
},
{
"type": "UE",
"name": "cpb_cnt_minus1",
"description": "HRD Parameters."
},
{
"type": "U< 5 >",
"name": "cpb_removal_delay_length_minus1",
"description": ""
},
{
"type": "U< 4 >",
"name": "cpb_size_scale",
"description": ""
},
{
"type": "UE[31]",
"name": "cpb_size_value_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "delta_pic_order_always_zero_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "direct_8x8_inference_flag",
"description": ""
},
{
"type": "U< 5 >",
"name": "dpb_output_delay_length_minus1",
"description": ""
},
{
"type": "U< 1 >",
"name": "fixed_frame_rate_flag",
"description": ""
},
{
"type": "UE",
"name": "frame_crop_bottom_offset",
"description": ""
},
{
"type": "UE",
"name": "frame_crop_left_offset",
"description": ""
},
{
"type": "UE",
"name": "frame_crop_right_offset",
"description": ""
},
{
"type": "UE",
"name": "frame_crop_top_offset",
"description": ""
},
{
"type": "U< 1 >",
"name": "frame_cropping_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "frame_mbs_only_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "gaps_in_frame_num_value_allowed_flag",
"description": ""
},
{
"type": "U< 5 >",
"name": "initial_cpb_removal_delay_length_minus1",
"description": ""
},
{
"type": "U< 8 >",
"name": "level_idc",
"description": ""
},
{
"type": "UE",
"name": "log2_max_frame_num_minus4",
"description": ""
},
{
"type": "UE",
"name": "log2_max_mv_length_horizontal",
"description": ""
},
{
"type": "UE",
"name": "log2_max_mv_length_vertical",
"description": ""
},
{
"type": "UE",
"name": "log2_max_pic_order_cnt_lsb_minus4",
"description": ""
},
{
"type": "U< 1 >",
"name": "low_delay_hrd_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "matrix_coefficients",
"description": ""
},
{
"type": "UE",
"name": "max_bits_per_mb_denom",
"description": ""
},
{
"type": "UE",
"name": "max_bytes_per_pic_denom",
"description": ""
},
{
"type": "UE",
"name": "max_dec_frame_buffering",
"description": ""
},
{
"type": "UE",
"name": "max_num_ref_frames",
"description": ""
},
{
"type": "UE",
"name": "max_num_reorder_frames",
"description": ""
},
{
"type": "U< 1 >",
"name": "mb_adaptive_frame_field_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "motion_vectors_over_pic_boundaries_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "nal_hrd_parameters_present_flag",
"description": ""
},
{
"type": "UE",
"name": "num_ref_frames_in_pic_order_cnt_cycle",
"description": ""
},
{
"type": "U< 32 >",
"name": "num_units_in_tick",
"description": ""
},
{
"type": "SE",
"name": "offset_for_non_ref_pic",
"description": ""
},
{
"type": "SE[255]",
"name": "offset_for_ref_frame",
"description": ""
},
{
"type": "SE",
"name": "offset_for_top_to_bottom_field",
"description": ""
},
{
"type": "U< 1 >",
"name": "overscan_appropriate_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "overscan_info_present_flag",
"description": ""
},
{
"type": "UE",
"name": "pic_height_in_map_units_minus1",
"description": ""
},
{
"type": "UE",
"name": "pic_order_cnt_type",
"description": ""
},
{
"type": "U< 1 >",
"name": "pic_struct_present_flag",
"description": ""
},
{
"type": "UE",
"name": "pic_width_in_mbs_minus1",
"description": ""
},
{
"type": "U< 8,EH264Prof...",
"name": "profile_idc",
"description": ""
},
{
"type": "U< 1 >",
"name": "qpprime_y_zero_transform_bypass_flag",
"description": ""
},
{
"type": "U< 16 >",
"name": "sar_height",
"description": ""
},
{
"type": "U< 16 >",
"name": "sar_width",
"description": ""
},
{
"type": "uint8[6][16]",
"name": "ScalingList4x4",
"description": ""
},
{
"type": "uint8[6][64]",
"name": "ScalingList8x8",
"description": ""
},
{
"type": "U< 1 >",
"name": "separate_colour_plane_flag",
"description": ""
},
{
"type": "UE",
"name": "seq_parameter_set_id",
"description": ""
},
{
"type": "U< 1 >[12]",
"name": "seq_scaling_list_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "seq_scaling_matrix_present_flag",
"description": ""
},
{
"type": "U< 5 >",
"name": "time_offset_length",
"description": ""
},
{
"type": "U< 32 >",
"name": "time_scale",
"description": ""
},
{
"type": "U< 1 >",
"name": "timing_info_present_flag",
"description": ""
},
{
"type": "U< 8 >",
"name": "transfer_characteristics",
"description": ""
},
{
"type": "U< 1 >",
"name": "vcl_hrd_parameters_present_flag",
"description": ""
},
{
"type": "U< 3,EH264Vide...",
"name": "video_format",
"description": ""
},
{
"type": "U< 1 >",
"name": "video_full_range_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "video_signal_type_present_flag",
"description": ""
},
{
"type": "U< 1 >",
"name": "vui_parameters_present_flag",
"description": ""
}
] |
|
TBlockSize | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | static constexpr uint32 TBlockSize = 1u << Tlog2blkSize; | [] |
|
Values | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | static constexpr [TStaticArray](API\Runtime\Core\Containers\TStaticArray)< FIntPoint, TBlockSize *TBlockSize > Values = []() { switch (TscanIdx) { default: case 0: return MakeUpperRightDiagonal(); case 1: return MakeHorizontal(); case 2: return MakeVertical(); case 3: return MakeTraverse(); } }; | [] |
|
TScanOrder | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h | AVCodecsCore | template<uint32 Tlog2blkSize, uint32 TscanIdx> struct TScanOrder | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.