libcamera/src/ipa/ipu3/algorithms
Laurent Pinchart 8d9b39f8ad ipa: ipu3: agc: Standardize vocabulary on "relative luminance"
The AGC computes the average relative luminance of the frame and calls
the value "normalized luma", "brightness" or "initialY". The latter is
the most accurate term, as the relative luminance is abbreviated Y, but
the "initial" prefix isn't accurate.

Standardize the vocabulary on "relative luminance" in code and comments,
abbreviating it to Y when needed.

While at it, rename variables to match the libcamera coding style.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-11-23 10:29:25 +02:00
..
agc.cpp ipa: ipu3: agc: Standardize vocabulary on "relative luminance" 2021-11-23 10:29:25 +02:00
agc.h ipa: ipu3: agc: Standardize vocabulary on "relative luminance" 2021-11-23 10:29:25 +02:00
algorithm.cpp ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
algorithm.h ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
awb.cpp ipa: ipu3: awb: Add support for color temperature 2021-11-15 11:00:05 +01:00
awb.h ipa: ipu3: algorithms: awb: Privatize internal structures 2021-10-26 14:08:33 +02:00
blc.cpp ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
blc.h ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
meson.build ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
tone_mapping.cpp ipa: ipu3: tonemapping: Add the documentation for ToneMapping 2021-10-26 14:03:37 +02:00
tone_mapping.h ipa: ipu3: tonemapping: Implement configure call 2021-10-26 14:02:43 +02:00