GstCodecParsers.Vp9QuantIndices¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
uv_ac_delta |
r/w |
indicates the delta value that is added to the baseline index to obtain the chroma AC coefficient dequantization index |
|
uv_dc_delta |
r/w |
indicates the delta value that is added to the baseline index to obtain the chroma DC coefficient dequantization index |
|
y_ac_qi |
r/w |
indicates the dequantization table index used for the luma AC coefficients |
|
y_dc_delta |
r/w |
indicates the delta value that is added to the baseline index to obtain the luma DC coefficient dequantization index |
Methods¶
None
Details¶
- class GstCodecParsers.Vp9QuantIndices¶
Dequantization indices.
New in version 1.8.