OSDN Git Service

Add the low-level implementation of VP9 encoding
authorZhao Yakui <yakui.zhao@intel.com>
Tue, 24 May 2016 12:00:34 +0000 (08:00 -0400)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 27 May 2016 05:24:35 +0000 (13:24 +0800)
commit6a4cb72bf6ba65789c72015c06657f4e0ce530fe
tree846d121733f854c500bdf3e103c99362eb7268fc
parent73e2bbccb3d127f2ccb34380773029689b449633
Add the low-level implementation of VP9 encoding

The following are includes:
a. The definition of data structure related with VP9 encoding
b. VME/PAK pipeline related with VP9 encoding
c. The required helper function

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
src/Makefile.am
src/gen9_vp9_const_def.c [new file with mode: 0644]
src/gen9_vp9_const_def.h [new file with mode: 0644]
src/gen9_vp9_encapi.h [new file with mode: 0644]
src/gen9_vp9_encoder.c [new file with mode: 0644]
src/gen9_vp9_encoder.h [new file with mode: 0644]
src/gen9_vp9_encoder_kernels.c [new file with mode: 0644]
src/gen9_vp9_encoder_kernels.h [new file with mode: 0644]
src/i965_structs.h
src/vp9_probs.c
src/vp9_probs.h