AV1: Intra decode started to be up and running. (#372)

* * rocDecode/AV1: Added new sequence callback and submit decode calls.

* * rocDecode/AV1: Intra decode started to work.

* * rocDecode/AV1: Do not build PrintVaapiParams() in normal (non-debug) mode.

[ROCm/rocdecode commit: 2be11821fc]
Этот коммит содержится в:
jeffqjiangNew
2024-06-26 12:46:11 -04:00
коммит произвёл GitHub
родитель 85765db5c3
Коммит 5bdf7f6b8d
8 изменённых файлов: 800 добавлений и 83 удалений
+3
Просмотреть файл
@@ -1347,6 +1347,9 @@ typedef struct _RocdecAv1SliceParams {
uint16_t tile_row;
uint16_t tile_column;
uint16_t tg_start;
uint16_t tg_end;
/** \brief anchor frame index for large scale tile.
* index into an array AnchorFrames of the frames that the tile uses
* for prediction.