Re: [Mesa-dev] [PATCH v2 2/2] radeon/vcn: fix width alignment for hevc encoding

2019-04-22 Thread Zhang, Boyuan
Both patches are Reviewed-by: Boyuan Zhang Thanks, Boyuan -Original Message- From: mesa-dev On Behalf Of Lei Zhou Sent: April 18, 2019 12:14 PM To: mesa-dev@lists.freedesktop.org Subject: [Mesa-dev] [PATCH v2 2/2] radeon/vcn: fix width alignment for hevc encoding The width alignment

[Mesa-dev] [PATCH v2 2/2] radeon/vcn: fix width alignment for hevc encoding

2019-04-18 Thread Lei Zhou
The width alignment for HEVC encoding should be 64 due to hardware requirement. This will fix conformance_window_flag in SPS. v2 (Zhang, Boyuan): - add marcos to define width alignment for hevc and h264 Signed-off-by: Lei Zhou --- src/gallium/drivers/radeon/radeon_vcn_enc.c | 4 ++--