GstCodecParsers.Vp8Segmentation¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
lf_update_value |
[ |
r/w |
indicates the update value for the loop filter level |
quantizer_update_value |
[ |
r/w |
indicates the update value for the segment quantizer |
segment_feature_mode |
r/w |
indicates the feature data update mode (0: delta, 1: absolute value) |
|
segment_prob |
r/w |
indicates the branch probabilities of the segment_id decoding tree |
|
segmentation_enabled |
r/w |
enables the segmentation feature for the current frame |
|
update_mb_segmentation_map |
r/w |
determines if the MB segmentation map is updated in the current frame |
|
update_segment_feature_data |
r/w |
indicates if the segment feature data is updated in the current frame |
Methods¶
None
Details¶
- class GstCodecParsers.Vp8Segmentation¶
Segmentation feature data.