OSDN Git Service

Do CSC/scaling from 8bit 420 YUV to RGB32 in the common path
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 19 Oct 2017 23:14:49 +0000 (07:14 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 19 Dec 2017 07:02:41 +0000 (15:02 +0800)
commit3d5c53dcdc25ea09c6a469c91c2555ad63e2b7a0
treecd5608b4b5e22c2aea9a52148e9c512efb6eda2c
parent05d797e912bbdf6d8795b8a79aed34e36317b8d2
Do CSC/scaling from 8bit 420 YUV to RGB32 in the common path

A new vpp shader is added

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen8_post_processing.c
src/gen9_post_processing.c
src/i965_post_processing.h
src/intel_common_vpp_internal.c
src/intel_common_vpp_internal.h
src/shaders/post_processing/gen8/Makefile.am
src/shaders/post_processing/gen8/conv_8bit_420_rgb32.g8b [new file with mode: 0644]
src/shaders/post_processing/gen9/Makefile.am
src/shaders/post_processing/gen9/conv_8bit_420_rgb32.g9b [new file with mode: 0644]