GstCodecParsers.AV1QuantizationParams¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
base_q_idx |
r/w |
indicates the base frame qindex. This is used for Y AC coefficients and as the base value for the other quantizers. |
|
delta_q_present |
r/w |
specifies whether quantizer index delta values are present in the bitstream. |
|
delta_q_res |
r/w |
specifies the left shift which should be applied to decoded quantizer index delta values. |
|
delta_q_u_ac |
r/w |
indicates the U AC quantizer relative to base_q_idx. |
|
delta_q_u_dc |
r/w |
indicates the U DC quantizer relative to base_q_idx. |
|
delta_q_v_ac |
r/w |
indicates the V AC quantizer relative to base_q_idx. |
|
delta_q_v_dc |
r/w |
indicates the V DC quantizer relative to base_q_idx. |
|
delta_q_y_dc |
r/w |
indicates the Y DC quantizer relative to base_q_idx. |
|
diff_uv_delta |
r/w |
equal to 1 indicates that the U and V delta quantizer values are coded separately. diff_uv_delta equal to 0 indicates that the U and V delta quantizer values share a common value. |
|
qm_u |
r/w |
specifies the level in the quantizer matrix that should be used for chroma U plane decoding. |
|
qm_v |
r/w |
specifies the level in the quantizer matrix that should be used for chroma V plane decoding. |
|
qm_y |
r/w |
specifies the level in the quantizer matrix that should be used for luma plane decoding. |
|
using_qmatrix |
r/w |
specifies that the quantizer matrix will be used to compute quantizers. |
Methods¶
None
Details¶
- class GstCodecParsers.AV1QuantizationParams¶