chromeos / cros-libva

BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

buffer: av1: add support for slice parameter arrays #7

Closed dwlsalmeida closed 10 months ago

dwlsalmeida commented 11 months ago

The intel driver expects the parameters for all tiles in a tile group to be submitted together as a single slice parameter array. This was previously unsupported, so fix it.

ndufresne commented 11 months ago

In the commit, s/intel/Intel

Gnurou commented 10 months ago

Merged, thank you!