Summary: | scaling with vpp issue | ||
---|---|---|---|
Product: | libva | Reporter: | Long Bu <long.bu> |
Component: | intel | Assignee: | haihao <haihao.xiang> |
Status: | RESOLVED FIXED | QA Contact: | Sean V Kelley <seanvk> |
Severity: | blocker | ||
Priority: | medium | CC: | clear.zhang, haihao.xiang |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
screenshot
patch test case |
Created attachment 90694 [details]
patch
Forgot to mention that the platform is ivybridge i7. Could you please provide detailed commands to reproduce this issue? (In reply to comment #3) > Could you please provide detailed commands to reproduce this issue? See attached simple test case Created attachment 90870 [details]
test case
the yuv data for main.c is beyond bugzilla limitation. and I uploaded it to this link http://pan.baidu.com/s/1zlqxc This issue has been fixed in driver |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 90693 [details] screenshot when doing scaling down 4 surfaces into 1 surface with vpp, there are green blocks in the resulted surface as shown in attached screen. With the attached patch which fixes the green blocks, it also introduces another side effects: the destination height of target scaled image has to be aligned to 32. We expect libva vpp to scale image as exact specified destination height and width without green blocks.