GstCodecParsers.H265PPSExtensionParams¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
cb_qp_offset_list |
[ |
r/w |
specify offsets used in the derivation of qp cb. |
chroma_qp_offset_list_enabled_flag |
r/w |
equal to 1 specifies that the cu_chroma_qp_offset_flag may be present in the transform unit syntax. |
|
chroma_qp_offset_list_len_minus1 |
r/w |
plus 1 specifies the number of cb_qp_offset_list[] and cr_qp_offset_list[] syntax elements that are present in the PPS. |
|
cr_qp_offset_list |
[ |
r/w |
specify offsets used in the derivation of qp cr. |
cross_component_prediction_enabled_flag |
r/w |
equal to 1 specifies that log2_res_scale_abs_plus1 and res_scale_sign_flag may be present in the transform unit syntax for pictures referring to the PPS. |
|
diff_cu_chroma_qp_offset_depth |
r/w |
specifies the difference between the luma coding tree block size and the minimum luma coding block size of coding units that convey cu_chroma_qp_offset_flag. |
|
log2_max_transform_skip_block_size_minus2 |
r/w |
plus 2 specifies the maximum transform block size for which transform_skip_flag may be present in coded pictures referring to the PPS. |
|
log2_sao_offset_scale_chroma |
r/w |
the base 2 logarithm of the scaling parameter that is used to scale SAO offset values for chroma samples. |
|
log2_sao_offset_scale_luma |
r/w |
the base 2 logarithm of the scaling parameter that is used to scale sample adaptive offset (SAO) offset values for luma samples. |
Methods¶
None
Details¶
- class GstCodecParsers.H265PPSExtensionParams¶
Defines the
GstCodecParsers.H265SPSExtensionParams