* 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:
@@ -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:
|
||||
|
||||
مرجع در شماره جدید
Block a user