GstCodecParsers.H265ShortTermRefPicSet¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
DeltaPocS0 |
[ |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. See 7.4.8 Short-term reference picture set semantics |
DeltaPocS1 |
[ |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. See 7.4.8 Short-term reference picture set semantics |
NumDeltaPocs |
r/w |
sum of NumNegativePics and NumPositivePics. |
|
NumDeltaPocsOfRefRpsIdx |
r/w |
The value of NumDeltaPocs[RefRpsIdx]. If inter_ref_pic_set_prediction_flag is equal to 0, this value should be ignored |
|
NumNegativePics |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. If inter_ref_pic_set_prediction_flag is equal to 0, this specifies the number of entries in the stRpsIdx-th candidate short-term RPS that have poc values less than the poc of the current picture. |
|
NumPositivePics |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. If inter_ref_pic_set_prediction_flag is equal to 0, this specifies the number of entires in the stRpsIdx-th candidate short-term RPS that have poc values greater than the poc value of the current picture. |
|
UsedByCurrPicS0 |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. If inter_ref_pic_set_prediction_flag is equal to 0, equal to zero specifies that the i-th entry in the stRpsIdx-th candidate short-term RPS that has poc value less than of the current picture is not used for reference by the current picture |
|
UsedByCurrPicS1 |
r/w |
Derived value depending on inter_ref_pic_set_prediction_flag. If inter_ref_pic_set_prediction_flag is equal to 0, equal to zero specifies that the i-th entry in the current candidate short-term RPS that has poc value greater than that of the current picture is not used for reference by the current picture. |
|
abs_delta_rps_minus1 |
r/w |
delta_rps_sign and abs_delta_rps_minus1 together specify the value of the variable deltaRps |
|
delta_idx_minus1 |
r/w |
plus 1 specifies the difference between the value of source and candidate short term RPS. |
|
delta_rps_sign |
r/w |
delta_rps_sign and abs_delta_rps_minus1 together specify the value of the variable deltaRps. |
|
inter_ref_pic_set_prediction_flag |
r/w |
|
Methods¶
None
Details¶
- class GstCodecParsers.H265ShortTermRefPicSet¶
Defines the
GstCodecParsers.H265ShortTermRefPicSetparams