chromeos / cros-libva

BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

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

Closed dwlsalmeida closed 6 months ago

dwlsalmeida commented 7 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 7 months ago

In the commit, s/intel/Intel

Gnurou commented 6 months ago

Merged, thank you!