Re: [Libva] [PATCH 11/13] Adjust the maximum number of motion vectors for B frame on HSW+

2016-07-10 Thread Qu, Pengfei
AVC SPEC only allow max 16 frames for 1080P at level 5.1. and Level 4/4.1/4.2 only allow max 4 ref frames. And level 5 allow max 13 ref frames for 1080P. Here the user should be careful when set “denom”. The driver now use the default value “1” to set the VME. it is safe by now. Thanks,

[Libva] [PATCH 11/13] Adjust the maximum number of motion vectors for B frame on HSW+

2016-07-07 Thread Pengfei Qu
From: Jia Meng Signed-off-by: Jia Meng Signed-off-by: Pengfei Qu --- src/gen75_vme.c | 13 +++-- src/gen8_vme.c | 15 --- src/gen9_vme.c | 17 + 3 files changed, 24 insertions(+), 21