Bug 96988 - sharpening vpp operation will crop source nv12 to dest nv12.
Summary: sharpening vpp operation will crop source nv12 to dest nv12.
Status: CLOSED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: PengChen
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-19 07:38 UTC by Guangxin.Xu
Modified: 2016-11-02 05:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Guangxin.Xu 2016-07-19 07:38:59 UTC
If we want do sharpening and scale at same time, it will do crop instead of scale.

How to reproduce:
1. git clone  https://github.com/xuguangxin/libyami.git -b vpp_issues
2. git clone  https://github.com/xuguangxin/libyami-utils.git -b vpp_issues
3. make and install as https://github.com/01org/libyami/wiki/Build suggested.
4. cd yami-utils/
5.  ./tests/yamivpp /sdb/bits/cin.264_1920x816.nv12  320x240_2.nv12 -s 50
You can check 320x240_2.nv12,It's a sub image of cin.264_1920x816.nv12.

We expect:
entire cin.264_1920x816.nv1 have been scale down to 320x240.
It's work correctly when we do not add sharpening params
Comment 1 haihao 2016-09-30 00:55:07 UTC
commit fa3d1c3799c2633ff49fffb9dc6fc684e2db6565
Author: peng.chen <peng.c.chen@intel.com>
Date:   Mon Sep 26 13:46:23 2016 +0800

    Move the sharpening into the whole virtual VEBOX process
Comment 2 fei.w.wang 2016-11-02 05:46:43 UTC
libyami: 1.0.1 RC1 tag
libyami-utils: 1.0.1 RC1 tag
libva: 1.7.3.pre1
libva-intel-driver: 1.7.3.pre1


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.