[v3,0/2] rebase_dpf_refactory_patch_v3
mbox series

Message ID 20251204213744.1110922-1-rui.wang@ideasonboard.com
Headers show
Series
  • rebase_dpf_refactory_patch_v3
Related show

Message

Rui Wang Dec. 4, 2025, 9:37 p.m. UTC
Summary:
 This patch series refactors the DPF (Denoise Pre-Filter) parsing and initialization
 in the rkisp1 IPA module, and enables DPF tuning for the IMX219 sensor.
 The changes include restructuring the DPF configuration handling, improving
 readability, and adding support for sensor-specific DPF parameters.


Rui Wang ():
  ipa/rkisp1: refactory DPF parsing and initialization
  imx219: enable DPF tuning for IMX219 sensor

 Makefile                          | 125 +++++++++++
 src/ipa/rkisp1/algorithms/dpf.cpp | 359 +++++++++++++++++++++++-------
 src/ipa/rkisp1/algorithms/dpf.h   |  22 ++
 src/ipa/rkisp1/data/imx219.yaml   |  90 ++++++++
 4 files changed, 510 insertions(+), 86 deletions(-)
 create mode 100644 Makefile