amvecm: minor fix failure for color bar detect [1/1]
authorXihai Zhu <xihai.zhu@amlogic.com>
Wed, 11 Sep 2019 03:23:37 +0000 (23:23 -0400)
committerTao Zeng <tao.zeng@amlogic.com>
Wed, 11 Sep 2019 11:09:42 +0000 (04:09 -0700)
PD#SWPL-14019

Problem:
colorbar is not detected

Solution:
tune the detection parameter

Verify:
tl1

Change-Id: I0bdbe8a7fa5d55a7a5879959439dc87a51d86034
Signed-off-by: Xihai Zhu <xihai.zhu@amlogic.com>
drivers/amlogic/media/enhancement/amvecm/pattern_detection.c

index 0ff5715..c905fca 100644 (file)
@@ -54,7 +54,7 @@ uint pattern_mask = PATTERN_MASK(PATTERN_75COLORBAR) |
 static uint pattern_param = PATTERN_PARAM_COUNT;
 
 static uint pattern0_param_info[PATTERN_PARAM_COUNT] = {
-       5, 100, 850, 30, 110, 0x70000, 0xd0000, 0x158000,
+       5, 100, 830, 30, 110, 0x70000, 0xd0000, 0x158000,
        400, 40, 650, 50, 0, 0, 0, 0,
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,