summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/noise_status.h
blob: 1919da324a8f483df9cd5d72521e6054fe9f02a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (C) 2019, Raspberry Pi Ltd
 *
 * Noise control algorithm status
 */
#pragma once

/* The "noise" algorithm stores an estimate of the noise profile for this image. */

struct NoiseStatus {
	double noiseConstant;
	double noiseSlope;
};