Re: [FFmpeg-devel] [PATCH v2] vulkan_hevc: use diagonal scan order for scaling lists

2023-07-27 Thread Lynne
Jul 28, 2023, 03:21 by b...@bcheng.me: > The hevc parser parses the diagonal scan order in bitstream into raster > scan order. However, the Vulkan spec wants it as specified in H265 spec, > which is diagonal scan order. > > Tested on RADV. > > v2: fix copy-paste typo with PPS. > Pushed with a

[FFmpeg-devel] [PATCH v2] vulkan_hevc: use diagonal scan order for scaling lists

2023-07-27 Thread Benjamin Cheng
The hevc parser parses the diagonal scan order in bitstream into raster scan order. However, the Vulkan spec wants it as specified in H265 spec, which is diagonal scan order. Tested on RADV. v2: fix copy-paste typo with PPS. --- libavcodec/vulkan_hevc.c | 83