Summary: | [SNB|IVB|BYT|HSW|BDW Regression][Media][Decode]SSIM value is low when doing AVC/MPEG2/VC1/VP8 decoding test | ||
---|---|---|---|
Product: | libva | Reporter: | zhixinx.liu <zhixinx.liu> |
Component: | intel | Assignee: | Gwenole Beauchesne <gb.devel> |
Status: | CLOSED NOTABUG | QA Contact: | Sean V Kelley <seanvk> |
Severity: | major | ||
Priority: | high | CC: | danx.z.zhao, focus.luo, gb.devel, zhixinx.liu |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
zhixinx.liu
2014-09-17 06:40:07 UTC
Most likely a tool problem. i.e. i965_drv_video_hook_op.so. I have just completed a run with MVT, and all tests pass just fine. Please get your tool fixed. We will close this issue as INVALID. Zhixin, things to look out in your tool: make sure you call vaUnmapBuffer() before the VA surface is to be used again. e.g. before you exit from the vaPutSurface() hook. I also remind you that hooking on vaPutSurface() is still a wrong thing to do. There are plenty of other correct approaches to work with. It's a tool problem. The derived image should be deleted after dumping YUV data, otherwise it will block other functions. |
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.