Skip to content

radeonsi/vcn: do not drop dpb when resolution switches to low resolution

Sajeesh Sidharthan requested to merge ssidhart/mesa:tast-vp9 into main

green patches observed during vp9 decording while resolution switches from high resolution to low resolution.

avoid dropping dpb when resolution switches from high resolution to low resolution on a non key frame. This buffer can be resused later when searching for unused dpb if the size of new frame is less than the dpb available in pic_ref_list.

Change-Id: Id68ead05feb078087da6cf9e58f79f48ba555cdb Signed-off-by: Sajeesh Sidharthan sajeesh.sidharthan@amd.com Cc: mesa-stable

Merge request reports