[v7,0/6] refactor DPF parsing and initialization
mbox series

Message ID 20260113174642.1185403-1-rui.wang@ideasonboard.com
Headers show
Series
  • refactor DPF parsing and initialization
Related show

Message

Rui Wang Jan. 13, 2026, 5:46 p.m. UTC
This patch series refactors the DPF (Denoise Pre-Filter) parsing and 
initialization
 in the rkisp1 IPA module, and enables DPF tuning for the IMX219/OV5647 sensor.
 The changes include restructuring the DPF configuration handling, improving
 readability, and adding support for sensor-specific DPF parameters.
 Support mode selection base on tuning parameters


Rui Wang (6):
  ipa: rkisp1: algorithms: dpf: refactor DPF parsing and initialization
  ipa: rkisp1: algorithms: dpf: Implement mode switching
  ipa: rkisp1: algorithms: dpf: Refactor prepare() into helpers
  ipa: rkisp1: algorithms: dpf: Simplify YAML key names
  ipa: rkisp1: algorithms: dpf: Add detailed config logging
  ipa: rkisp1: algorithms: data: enable DPF tuning for sensors

 src/ipa/rkisp1/algorithms/dpf.cpp | 277 ++++++++++++++++++++++++------
 src/ipa/rkisp1/algorithms/dpf.h   |  24 +++
 src/ipa/rkisp1/data/imx219.yaml   |  38 ++++
 src/ipa/rkisp1/data/meson.build   |   1 +
 src/ipa/rkisp1/data/ov5640.yaml   |  51 +++++-
 src/ipa/rkisp1/data/ov5647.yaml   |  46 +++++
 6 files changed, 378 insertions(+), 59 deletions(-)
 create mode 100644 src/ipa/rkisp1/data/ov5647.yaml