From f216fa357b5d2dbdde5a2f62a21eb3febf2ee37f Mon Sep 17 00:00:00 2001 From: Jinbing Zhu Date: Fri, 30 Jan 2026 03:39:22 +0000 Subject: [PATCH] amvecm: modify ai pq policy patch [1/1] PD#SWPL-254056 Problem: modify ai pq policy patch Solution: modify ai pq policy patch Verify: s905x5 Change-Id: I8afea127888a9a3ca6d7b14813096dc08f5c8c98 Signed-off-by: Jinbing Zhu --- drivers/media/video_sink/video.c | 2 +- drivers/media/video_sink/video_cut.c | 2 +- drivers/media/video_sink/vpp_pq_process.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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