VEBOX/bdw: set downsample method
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 7 Jan 2014 05:13:25 +0000 (13:13 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Feb 2014 02:30:19 +0000 (10:30 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen75_vpp_vebox.c

index 29eb14e..160560e 100644 (file)
@@ -1360,8 +1360,8 @@ void bdw_veb_state_command(VADriverContextP ctx, struct intel_vebox_context *pro
                   0 << 11 |       // vignette enable
                   0 << 10 |       // demosaic enable
                   di_output_frames_flag << 8  |       // DI output frame
-                  0 << 7  |       // 444->422 downsample method
-                  0 << 6  |       // 422->420 downsample method
+                  1 << 7  |       // 444->422 downsample method
+                  1 << 6  |       // 422->420 downsample method
                   is_first_frame  << 5  |   // DN/DI first frame
                   is_di_enabled   << 4  |             // DI enable
                   is_dn_enabled   << 3  |             // DN enable