diff --git a/drivers/media/video_sink/video.c b/drivers/media/video_sink/video.c index a86316ff1..5df5d37b9 100644 --- a/drivers/media/video_sink/video.c +++ b/drivers/media/video_sink/video.c @@ -755,7 +755,7 @@ static unsigned int det_unstb_cnt = 20; static unsigned int tolrnc_cnt = 6; static unsigned int timer_filter_en; static unsigned int aipq_set_policy; -static unsigned int color_th = 100; +static unsigned int color_th = 45; static unsigned int aipq_th = 2000; u32 get_stb_cnt(void) diff --git a/drivers/media/video_sink/video_cut.c b/drivers/media/video_sink/video_cut.c index 61f5c2ac5..6a19be1fa 100644 --- a/drivers/media/video_sink/video_cut.c +++ b/drivers/media/video_sink/video_cut.c @@ -816,7 +816,7 @@ static unsigned int det_stb_cnt = 30; static unsigned int det_unstb_cnt = 20; static unsigned int tolrnc_cnt = 6; static unsigned int timer_filter_en; -static unsigned int color_th = 100; +static unsigned int color_th = 45; static unsigned int aipq_th = 2000; u32 get_stb_cnt(void) diff --git a/drivers/media/video_sink/vpp_pq_process.c b/drivers/media/video_sink/vpp_pq_process.c index b90d1b4eb..2ee5e0505 100644 --- a/drivers/media/video_sink/vpp_pq_process.c +++ b/drivers/media/video_sink/vpp_pq_process.c @@ -89,7 +89,7 @@ static unsigned int timer_filter_en; * 1: use top 3 blend offset, with timer filter which can select as policy */ static unsigned int aipq_set_policy; -static unsigned int color_th = 100; +static unsigned int color_th = 45; static unsigned int aipq_th = 2000; #endif