FFmpeg
Data Fields
ShortTermRPS Struct Reference

#include <hevc_ps.h>

Data Fields

uint8_t rps_predict
 
unsigned int delta_idx
 
uint8_t use_delta_flag
 
uint8_t delta_rps_sign
 
unsigned int abs_delta_rps
 
unsigned int num_negative_pics
 
int num_delta_pocs
 
int rps_idx_num_delta_pocs
 
int32_t delta_poc_s0 [32]
 
int32_t delta_poc_s1 [32]
 
int32_t delta_poc [32]
 
uint8_t used [32]
 

Detailed Description

Definition at line 72 of file hevc_ps.h.

Field Documentation

◆ rps_predict

uint8_t ShortTermRPS::rps_predict

Definition at line 73 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ delta_idx

unsigned int ShortTermRPS::delta_idx

Definition at line 74 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ use_delta_flag

uint8_t ShortTermRPS::use_delta_flag

Definition at line 75 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ delta_rps_sign

uint8_t ShortTermRPS::delta_rps_sign

Definition at line 76 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ abs_delta_rps

unsigned int ShortTermRPS::abs_delta_rps

Definition at line 77 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ num_negative_pics

unsigned int ShortTermRPS::num_negative_pics

Definition at line 78 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps(), and ff_hevc_frame_nb_refs().

◆ num_delta_pocs

int ShortTermRPS::num_delta_pocs

◆ rps_idx_num_delta_pocs

int ShortTermRPS::rps_idx_num_delta_pocs

Definition at line 80 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps(), and vdpau_hevc_start_frame().

◆ delta_poc_s0

int32_t ShortTermRPS::delta_poc_s0[32]

Definition at line 81 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ delta_poc_s1

int32_t ShortTermRPS::delta_poc_s1[32]

Definition at line 82 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps().

◆ delta_poc

int32_t ShortTermRPS::delta_poc[32]

Definition at line 83 of file hevc_ps.h.

Referenced by ff_hevc_decode_short_term_rps(), and ff_hevc_frame_rps().

◆ used

uint8_t ShortTermRPS::used[32]

The documentation for this struct was generated from the following file: