You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting a 10-bit HEVC decode on radv results in some issues, I haven't solved then all yet.
The first one though is the format picking, I think there is one bug in radv, but there's a second bug.
With AMD hw the DPB and decode are distinct, for 10-bit the DPB needs to be in 10-bit, but the output can be 8-bit and the hardware has the ability to handle that.
So radv returns both an 8-bit and 10-bit format for the decode output, but you always pick the 8-bit, and I think you should probably be smarter and scan all returned formats and pick the optimal one?
The text was updated successfully, but these errors were encountered:
Attempting a 10-bit HEVC decode on radv results in some issues, I haven't solved then all yet.
The first one though is the format picking, I think there is one bug in radv, but there's a second bug.
With AMD hw the DPB and decode are distinct, for 10-bit the DPB needs to be in 10-bit, but the output can be 8-bit and the hardware has the ability to handle that.
So radv returns both an 8-bit and 10-bit format for the decode output, but you always pick the 8-bit, and I think you should probably be smarter and scan all returned formats and pick the optimal one?
The text was updated successfully, but these errors were encountered: