summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/rpi/alsc.cpp
AgeCommit message (Expand)Author
2023-05-04pipeline: ipa: raspberrypi: Refactor and move the Raspberry Pi codeNaushir Patuck
2023-03-31ipa: raspberrypi: alsc: Use a better type name for sparse arraysDavid Plowman
2023-03-31ipa: raspberrypi: alsc: Replace std::vectors by Array2D classDavid Plowman
2023-03-31ipa: raspberrypi: Generalise the ALSC algorithmNaushir Patuck
2023-02-09ipa: raspberrypi: Use the generic statistics structure in the algorithmsNaushir Patuck
2022-07-28ipa: raspberrypi: Use YamlParser to replace dependency on boostLaurent Pinchart
2022-07-28ipa: raspberrypi: Replace Fatal log by error propagationLaurent Pinchart
2022-07-28ipa: raspberrypi: Return an error code from Algorithm::read()Laurent Pinchart
2022-07-27ipa: raspberrypi: Remove #define constantsNaushir Patuck
2022-07-27ipa: raspberryip: Remove all exception throw statementsNaushir Patuck
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-27ipa: raspberrypi: Rename header files from *.hpp to *.hNaushir Patuck
2022-07-27ipa: raspberrypi: Change to C style code commentsNaushir Patuck
2022-07-27ipa: raspberrypi: Code refactoring to match style guidelinesNaushir Patuck
2022-04-06ipa: raspberrypi: alsc: Limit the calculated lambda valuesNaushir Patuck
2021-06-28libcamera: ipa: raspberrypi: Demote warnings about lack of AWB resultsDavid Plowman
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-02-02ipa: raspberrypi: alsc: Fix copy-paste error in debug statementDavid Plowman
2021-01-26ipa: raspberrypi: alsc: Replace Raspberry Pi debug with libcamera debugDavid Plowman
2020-12-11ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou...David Plowman
2020-10-21ipa: raspberrypi: Re-use iterator variableKieran Bingham
2020-09-29ipa: raspberrypi: Rename the controller namespace from Rpi to RpiControllerNaushir Patuck
2020-09-29libcamera: ipa: raspberrypi: ALSC: Handle user transformDavid Plowman
2020-08-25ipa: raspberrypi: Replace void cast with [[maybe_unused]]Laurent Pinchart
2020-08-05libcamera: ipa: raspberrypi: ALSC: Improve behaviour when camera mode changesDavid Plowman
2020-08-05libcamera: ipa: raspberrypi: ALSC: Resample luminance tableDavid Plowman
2020-08-05libcamera: ipa: raspberrypi: ALSC: Improve locking in a few placesDavid Plowman
2020-06-22libcamera: ipa: raspberrypi: Allow SwitchMode method to return camera settingsDavid Plowman
2020-05-11libcamera: ipa: Raspberry Pi IPANaushir Patuck