GstCodecParsers.AV1CDEFParams¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
cdef_bits |
r/w |
specifies the number of bits needed to specify which CDEF filter to apply. |
|
cdef_damping |
r/w |
controls the amount of damping in the deringing filter. |
|
cdef_uv_pri_strength |
r/w |
specify the strength of the primary filter (UV components). |
|
cdef_uv_sec_strength |
r/w |
specify the strength of the secondary filter (UV components). |
|
cdef_y_pri_strength |
r/w |
specify the strength of the primary filter (Y component) |
|
cdef_y_sec_strength |
r/w |
specify the strength of the secondary filter (Y component). |
Methods¶
None
Details¶
- class GstCodecParsers.AV1CDEFParams¶
Parameters of Constrained Directional Enhancement Filter (CDEF).