GstCodecParsers.Vp8FrameHdr¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
clamping_type |
r/w |
specifies if the decoder is required to clamp the reconstructed pixel values |
|
color_space |
r/w |
defines the YUV color space of the sequence |
|
copy_buffer_to_alternate |
r/w |
determines if the alternate reference is replaced by another reference |
|
copy_buffer_to_golden |
r/w |
determines if the golden reference is replaced by another reference |
|
data_chunk_size |
r/w |
the size in bytes of the Uncompressed Data Chunk |
|
filter_type |
r/w |
determines whether the normal or the simple loop filter is used |
|
first_part_size |
r/w |
the size in bytes of the first partition (control partition), excluding the uncompressed data chunk |
|
header_size |
r/w |
the size in bits of the Frame Header, thus excluding any Uncompressed Data Chunk bytes |
|
height |
r/w |
the frame height in pixels |
|
horiz_scale_code |
r/w |
horizontal scale code value |
|
key_frame |
r/w |
indicates whether the frame is a key frame (1), or an inter frame (0) |
|
log2_nbr_of_dct_partitions |
r/w |
determines the number of separate partitions containing the DCT coefficients of the macroblocks |
|
loop_filter_level |
r/w |
controls the deblocking filter |
|
mb_no_skip_coeff |
r/w |
enables (0) or disables (1) the skipping of macroblocks containing no non-zero coefficients |
|
mode_probs |
r/w |
probabilities used for intra-prediction mode decoding tree (see |
|
mv_probs |
r/w |
probabilities used for motion vector decoding (see |
|
partition_size |
[ |
r/w |
determines the size of each separate partition containing the DCT coefficients of the macroblocks, including the very last one (calculated size) |
prob_gf |
r/w |
indicates the probability that the golden reference frame is used for inter-prediction |
|
prob_intra |
r/w |
indicates the probability of an intra macroblock |
|
prob_last |
r/w |
indicates the probability that the last reference frame is used for inter-prediction |
|
prob_skip_false |
r/w |
indicates the probability that the macroblock is not skipped |
|
quant_indices |
r/w |
dequantization indices (see |
|
rd_count |
r/w |
number of bits left in range decoder “Value” (rd_value) |
|
rd_range |
r/w |
last range decoder value for “Range” |
|
rd_value |
r/w |
last range decoder value for “Value” |
|
refresh_alternate_frame |
r/w |
determines if the current decoded frame refreshes the alternate reference frame |
|
refresh_entropy_probs |
r/w |
determines whether updated token probabilities are used only for this frame or until further update |
|
refresh_golden_frame |
r/w |
determines if the current decoded frame refreshes the golden frame |
|
refresh_last |
r/w |
determines if the current decoded frame refreshes the last frame reference buffer |
|
sharpness_level |
r/w |
controls the deblocking filter |
|
show_frame |
r/w |
indicates whether the frame is meant to be displayed (1), or not (0) |
|
sign_bias_alternate |
r/w |
controls the sign of motion vectors when the alternate frame is referenced |
|
sign_bias_golden |
r/w |
controls the sign of motion vectors when the golden frame is referenced |
|
token_probs |
r/w |
token probabilities (see |
|
version |
r/w |
version number |
|
vert_scale_code |
r/w |
vertical scale code value |
|
width |
r/w |
the frame width in pixels |
Methods¶
None
Details¶
- class GstCodecParsers.Vp8FrameHdr¶
Frame header.