GstCodecParsers.H265ShortTermRefPicSet

Fields

Name

Type

Access

Description

DeltaPocS0

[int]

r/w

Derived value depending on inter_ref_pic_set_prediction_flag. See 7.4.8 Short-term reference picture set semantics

DeltaPocS1

[int]

r/w

Derived value depending on inter_ref_pic_set_prediction_flag. See 7.4.8 Short-term reference picture set semantics

NumDeltaPocs

int

r/w

sum of NumNegativePics and NumPositivePics.

NumDeltaPocsOfRefRpsIdx

int

r/w

The value of NumDeltaPocs[RefRpsIdx]. If inter_ref_pic_set_prediction_flag is equal to 0, this value should be ignored

NumNegativePics

int

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

int

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

bytes

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

bytes

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

int

r/w

delta_rps_sign and abs_delta_rps_minus1 together specify the value of the variable deltaRps

delta_idx_minus1

int

r/w

plus 1 specifies the difference between the value of source and candidate short term RPS.

delta_rps_sign

int

r/w

delta_rps_sign and abs_delta_rps_minus1 together specify the value of the variable deltaRps.

inter_ref_pic_set_prediction_flag

int

r/w

True specifies that the stRpsIdx-th candidate short-term RPS is predicted from another candidate short-term RPS

Methods

None

Details

class GstCodecParsers.H265ShortTermRefPicSet

Defines the GstCodecParsers.H265ShortTermRefPicSet params