* rocDecode/HEVC: Fixed an issue in RPS decode function. (#455)

- In searching for a short term reference picture in DPB, we need to make sure it is used.

[ROCm/rocdecode commit: 85faa096e5]
This commit is contained in:
jeffqjiangNew
2024-11-15 15:41:50 -05:00
کامیت شده توسط GitHub
والد c8ff82a943
کامیت dfcad4048d
2فایلهای تغییر یافته به همراه3 افزوده شده و 11 حذف شده
@@ -28,14 +28,6 @@ THE SOFTWARE.
#include <map>
#include <algorithm>
//size_id = 0
extern int scaling_list_default_0[1][6][16];
//size_id = 1, 2
extern int scaling_list_default_1_2[2][6][64];
//size_id = 3
extern int scaling_list_default_3[1][2][64];
class HevcVideoParser : public RocVideoParser {
public: