Thanks.
Zhong
On 06/11/2014 01:30 PM, Zhao, Yakui wrote:
On Tue, 2014-06-10 at 20:49 -0600, Zhong Li wrote:
Two encoding quality levels are support on GEN7.
Default quality level is set to be 1, which has better quality,
but higher gpu usage and worse performance.
The second quality level is se
On Tue, 2014-06-10 at 20:49 -0600, Zhong Li wrote:
> Two encoding quality levels are support on GEN7.
> Default quality level is set to be 1, which has better quality,
> but higher gpu usage and worse performance.
> The second quality level is set to be 2, which has lower gpu usage and
> better per
Hi,
2014-06-10 20:33 GMT+02:00 Sam Jansen :
> I've been working on H264 encode, decode, and JPEG decode VA-API programs
> recently, using the Intel va-driver on Sandy Bridge and Bay Trail.
>
> This has gone well, but I've hit a problem with the H264 decoder in some
> situations where I believe it
Two encoding quality levels are support on GEN7.
Default quality level is set to be 1, which has better quality,
but higher gpu usage and worse performance.
The second quality level is set to be 2, which has lower gpu usage and
better performance,but worse quality.
Other platforms support for multi
Add two encoding quality levels configurable for GEN7
v1->v2: merge vme relative patches together.
v2->v3: 1. follow haihao's comments to init and check quality_level.
2. remove CBR limitation for low quality level encoding.
Zhong Li (2):
Add old version vme shaders
Add multi quality
On Tue, 2014-06-10 at 12:33 -0600, Sam Jansen wrote:
> Hi all,
>
>
> I've been working on H264 encode, decode, and JPEG decode VA-API
> programs recently, using the Intel va-driver on Sandy Bridge and Bay
> Trail.
>
>
> This has gone well, but I've hit a problem with the H264 decoder in
> some
On Tue, 2014-06-10 at 10:34 -0600, Sean V Kelley wrote:
> Tested-By: Sean V Kelley
>
>
> Thanks Yakui for your help.
Thanks for the verification. This patch will be pushed.
Thanks.
Yakui
>
> Sean
>
> On Mon, Jun 9, 2014 at 11:24 PM, Zhao, Yakui wrote:
> > From: "Zhao, Yakui"
> >
> > S
Hi all,
I've been working on H264 encode, decode, and JPEG decode VA-API programs
recently, using the Intel va-driver on Sandy Bridge and Bay Trail.
This has gone well, but I've hit a problem with the H264 decoder in some
situations where I believe it is producing incorrect output. In some cases
Tested-By: Sean V Kelley
Thanks Yakui for your help.
Sean
On Mon, Jun 9, 2014 at 11:24 PM, Zhao, Yakui wrote:
> From: "Zhao, Yakui"
>
> Signed-off-by: Zhao Yakui
> ---
> src/gen6_mfc.h| 6 ++
> src/gen6_mfc_common.c | 52
> +--
>