Re: [Libva] [PATCH 0/3] HEVC fixes

2015-06-01 Thread Xiang, Haihao
Applied, Thanks Haihao > From: Sreerenj Balachandran > > Sreerenj Balachandran (3): > HEVC: Fix the Wrong slice type usage > HEVC: Fix the nal unit type generation in packed slice header. > HEVC: encoder_utils: Fixes for packed slice header generation. > > src/gen6_mfc_common.c| 4

Re: [Libva] [PATCH] HEVC/enc: Fix Multi Slice Encoding.

2015-06-01 Thread Xiang, Haihao
Applied Thanks Haihao > From: Sreerenj Balachandran > > Fix the calculation of horizontal and vertical CTU position for next slice. > > Signed-off-by: Sreerenj Balachandran > --- > src/gen9_mfc_hevc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gen9_mfc

Re: [Libva] [PATCH 0/2] Fix the misleading descriptions

2015-06-01 Thread Xiang, Haihao
Thanks for catching and fixing the description error. > From: Sreerenj Balachandran > > Sreerenj Balachandran (2): > va_dec_hevc.h: Fix the misleading documentation > va_enc_hevc.h: Fix the description for slice_segment_address > > va/va_dec_hevc.h | 1 - > va/va_enc_hevc.h | 2 +- > 2 f

Re: [Libva] [PATCH] HEVC: Fix the Wrong slice type usage

2015-06-01 Thread Qu, Pengfei
Haihao, Yes, you are right. I make a mistake. Here I treat one forward B frame as the P frame to match the test tool. Thanks, Pengfei -Original Message- From: Xiang, Haihao Sent: Tuesday, June 2, 2015 1:29 PM To: Qu, Pengfei Cc: Balachandran, Sreerenj; libva@lists.freedesktop.org Subje

Re: [Libva] [PATCH] HEVC: Fix the Wrong slice type usage

2015-06-01 Thread Xiang, Haihao
Hi Sree, Pengfei, The vme_state_message[] for H.264 P slice should be used for HEVC P slice, so I think Sree's original patch is right. Thanks Haihao > It is OK to me. > > Thanks, > Pengfei > -Original Message- > From: Libva [mailto:libva-boun...@lists.freedesktop.org] On Behalf Of

Re: [Libva] [PATCH] HEVC: Fix the Wrong slice type usage

2015-06-01 Thread Qu, Pengfei
It is OK to me. Thanks, Pengfei -Original Message- From: Libva [mailto:libva-boun...@lists.freedesktop.org] On Behalf Of sreerenj.balachand...@intel.com Sent: Friday, May 29, 2015 11:27 AM To: libva@lists.freedesktop.org Subject: [Libva] [PATCH] HEVC: Fix the Wrong slice type usage From: