summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/noise_status.h
blob: da194f71b8e33b56d69f9d0f501a4f7f3428cf2c (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_status.h - 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;
};