summaryrefslogtreecommitdiff
path: root/src/intel_gen_vppapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Factor out CSC/scaling in the fast pathXiang, Haihao2017-08-171-11/+7
| | | | | | | The factored-out code will be re-used for va{Get,Put}Image() implementation Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Rewrite Media_kernel to optimize the YUV420 8Bit-scaling on Gen9+Zhao Yakui2016-11-291-0/+12
| | | | | | | | | | | | | V1->V2: Add the support of clearing background color for NV12 The following conversion is supported: NV12->NV12 NV12->I420 I420->NV12 I420->I420 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Xiang, Haihao<haihao.xiang@intel.com>
* Move some VPP structures/functions into the common files to support more ↵Zhao Yakui2016-11-291-0/+49
platforms This is to define some common structures/functions so that they can be used on more platforms when adding new VPP functions. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Xiang, Haihao<haihao.xiang@intel.com>