Skip to content

radeonsi/vcn: set bitstream buffer size to encoded bitstream size

Sajeesh Sidharthan requested to merge ssidhart/mesa:bs-size into main

initial bitstream size was set to width * height * 2 which is larger than yuv size. set initial bitstream size to encoded bitstream size approximately to optimize memory consumption

Signed-off-by: Sajeesh Sidharthan sajeesh.sidharthan@amd.com

Merge request reports