libcamera: software_isp: Remove unused IPAActiveState fields
Now agc struct in IPAActiveState is not used any longer. If there will be need to have this struct, this patch can be reverted. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
bb1aa92eb9
commit
1a2be886c0
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@ struct IPAActiveState {
|
|||
double blue;
|
||||
} gains;
|
||||
|
||||
struct {
|
||||
int32_t exposure;
|
||||
double again;
|
||||
} agc;
|
||||
|
||||
static constexpr unsigned int kGammaLookupSize = 1024;
|
||||
struct {
|
||||
std::array<double, kGammaLookupSize> gammaTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue