Convert RGBx/RGBA into non-NV12 format
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 20 Aug 2013 14:02:09 +0000 (22:02 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 9 Sep 2013 07:02:52 +0000 (15:02 +0800)
commit33cb20b36983dfb4407ff855f537b929cff45f8d
treefa66cf6918cc3be8c0eb0b38425e96dec29718f3
parentc9b8eadcd9b49f884bcb978dbc541c525502ffa9
Convert RGBx/RGBA into non-NV12 format

It is the combined conversions of RGBx/RGBA->NV12 and NV12->non-NV12.
It would be better to implement RGBx/RGBA->YUV444 and YUV444->non-444 later

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_post_processing.c