summaryrefslogtreecommitdiff
path: root/src/ipa/simple/ipa_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/ipa_context.cpp')
-rw-r--r--src/ipa/simple/ipa_context.cpp30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ipa/simple/ipa_context.cpp b/src/ipa/simple/ipa_context.cpp
index 268cff32..5fa492cb 100644
--- a/src/ipa/simple/ipa_context.cpp
+++ b/src/ipa/simple/ipa_context.cpp
@@ -51,6 +51,11 @@ namespace libcamera::ipa::soft {
*/
/**
+ * \var IPASessionConfiguration::gamma
+ * \brief Gamma value to be used in the raw image processing
+ */
+
+/**
* \var IPAActiveState::black
* \brief Context for the Black Level algorithm
*
@@ -58,4 +63,29 @@ namespace libcamera::ipa::soft {
* \brief Current determined black level
*/
+/**
+ * \var IPAActiveState::gains
+ * \brief Context for gains in the Colors algorithm
+ *
+ * \var IPAActiveState::gains.red
+ * \brief Gain of red color
+ *
+ * \var IPAActiveState::gains.green
+ * \brief Gain of green color
+ *
+ * \var IPAActiveState::gains.blue
+ * \brief Gain of blue color
+ */
+
+/**
+ * \var IPAActiveState::gamma
+ * \brief Context for gamma in the Colors algorithm
+ *
+ * \var IPAActiveState::gamma.gammaTable
+ * \brief Computed gamma table
+ *
+ * \var IPAActiveState::gamma.blackLevel
+ * \brief Black level used for the gamma table computation
+ */
+
} /* namespace libcamera::ipa::soft */