* 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.
This commit is contained in:
jeffqjiangNew
2024-11-15 15:41:50 -05:00
committed by GitHub
szülő 6339767b4c
commit 85faa096e5
2 fájl változott, egészen pontosan 3 új sor hozzáadva és 11 régi sor törölve
-8
Fájl megtekintése
@@ -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: