[Libva] [PATCH V2 0/6] HEVC Encoder summary
Qu,Pengfei
Pengfei.Qu at intel.com
Tue Jan 6 00:57:18 PST 2015
V1-->V2:
1.add the style alignment patch
2.seperate the files into different patch and ensure building successfully.
HEVC enc featureļ¼
1.LCU size is 16x16 only
2.Min CU size is 16x16 only
3.Transform size 16x16~8x8
4.I/P/B frame enabled.
5.Constant QP only
Qu,Pengfei (6):
HEVC ENC:Added PAK context for HEVC
HEVC ENC:Added slice header generated internally
HEVC ENC:Added HEVC support in API function
HEVC ENC:Added PAK pipeline
HEVC ENC:Added VME pipeline
it is just style alignment
src/Makefile.am | 2 +
src/gen6_mfc_common.c | 686 ++++++++----
src/gen6_vme.h | 19 +
src/gen9_mfc.h | 288 +++++
src/gen9_mfc_hevc.c | 2628 ++++++++++++++++++++++++++++++++++++++++++++++
src/gen9_vme.c | 928 ++++++++++++----
src/i965_device_info.c | 17 +-
src/i965_drv_video.c | 151 ++-
src/i965_drv_video.h | 15 +-
src/i965_encoder.c | 74 +-
src/i965_encoder_utils.c | 457 ++++++++
src/i965_encoder_utils.h | 29 +
12 files changed, 4795 insertions(+), 499 deletions(-)
create mode 100644 src/gen9_mfc.h
create mode 100644 src/gen9_mfc_hevc.c
--
1.9.1
More information about the Libva
mailing list