cl-yuv: add bilateral noise reduction on yuv

 * Enable bilateral in Y color space could help to reduce the noise in Y.
 * With the posibility, it could reduce IO output than operation in RGB
   color space. corrently, we only operate bilateral on Y color space.

Signed-off-by: Juan Zhao <juan.j.zhao@intel.com>
Signed-off-by: Wind Yuan <feng.yuan@intel.com>
diff --git a/tests/test-device-manager.cpp b/tests/test-device-manager.cpp
index d903dee..67c8be6 100644
--- a/tests/test-device-manager.cpp
+++ b/tests/test-device-manager.cpp
@@ -473,6 +473,7 @@
         }
         case 'I': {
             denoise_type |= XCAM_DENOISE_TYPE_BILATERAL;
+            denoise_type |= XCAM_DENOISE_TYPE_BIYUV;
             break;
         }
         case 'S': {