GstCodecParsers.Vp8ModeProbs¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
uv_prob |
r/w |
indicates the branch probabilities of the chroma intra-prediction mode decoding tree |
|
y_prob |
r/w |
indicates the branch probabilities of the luma intra-prediction mode decoding tree |
Methods¶
None
Details¶
- class GstCodecParsers.Vp8ModeProbs¶
Probabilities used for intra-prediction mode decoding tree.
Each probability value in thie structure is live across frames, until they are reset to their default values on key frame.