Skip to content

Commit

Permalink
ipa: rpi: vc4: Update all tuning files for sync algorithm
Browse files Browse the repository at this point in the history
Default to all the standard parameter values.

Signed-off-by: David Plowman <[email protected]>
Reviewed-by: Naushir Patuck <[email protected]>
  • Loading branch information
davidplowman committed Jan 23, 2025
1 parent b8298be commit fe0ba2a
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 19 deletions.
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx219.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx219_noir.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx283.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx290.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
}
]
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx296.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,11 @@
"strength": 1.0,
"limit": 0.18
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx296_mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@
"strength": 1.0,
"limit": 0.18
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx378.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx477.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx477_noir.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx477_scientific.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx500.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx519.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx708.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx708_noir.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx708_wide.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/imx708_wide_noir.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/ov5647.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@
}
}
}
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/ov5647_noir.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@
},
{
"rpi.sharpen": { }
}
},
{
"rpi.sync":
{
}
}
]
}
7 changes: 6 additions & 1 deletion src/ipa/rpi/vc4/data/se327m12.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@
"strength": 0.5,
"limit": 0.5
}
}
},
{
"rpi.sync":
{
}
}
]
}

0 comments on commit fe0ba2a

Please sign in to comment.