summaryrefslogtreecommitdiff
path: root/src/ipa
AgeCommit message (Expand)Author
2021-10-26Documentation: IPU3 IPA Design guideKieran Bingham
2021-10-26ipa: ipu3: tonemapping: Add the documentation for ToneMappingJean-Michel Hautbois
2021-10-26ipa: ipu3: tonemapping: Implement configure callJean-Michel Hautbois
2021-10-26ipa: ipu3: tonemapping: Generate the LUT only on gamma changeJean-Michel Hautbois
2021-10-26ipa: ipu3: agc: Document AGC mean-based algorithmJean-Michel Hautbois
2021-10-26ipa: ipu3: awb: Reword accumulator documentationJean-Michel Hautbois
2021-10-26ipa: ipu3: awb: Add AWB class documentationJean-Michel Hautbois
2021-10-26ipa: ipu3: Explicitly use the statistics parameterJean-Michel Hautbois
2021-10-26ipa: ipu3: Document the IPAIPU3 classJean-Michel Hautbois
2021-10-26ipa: ipu3: Document IPAIPU3::configureJean-Michel Hautbois
2021-10-26ipa: ipu3: Document IPAIPU3 class interfaceJean-Michel Hautbois
2021-10-22ipa: ipu3: Use sensor limits for analogue gainJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Remove unused variablesJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Refactor condition on exposure correctionJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Introduce previous exposure valueJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Rename gains properlyJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Simplify division of exposure/gainJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Use filtered exposure valuesJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Change analogue gain limitsJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Change exposure limitsJean-Michel Hautbois
2021-10-22ipa: ipu3: agc: Rename exposure values properlyJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Change minimal green threshold valueJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Use saturation under 90%Jean-Michel Hautbois
2021-10-22ipa: ipu3: set frameContext before controlsJean-Michel Hautbois
2021-10-22ipa: ipu3: awb: Set a threshold for the green saturationJean-Michel Hautbois
2021-10-19ipa: ipu3: agc: Remove "using" directive from agc.h headerLaurent Pinchart
2021-10-19ipa: ipu3: awb: Don't pass member variable to member functionLaurent Pinchart
2021-10-15ipa: ipu3: Update camera controls in configure()Jacopo Mondi
2021-10-15ipa: raspberrypi: agc: Remove using namespace in agc.hppHirokazu Honda
2021-10-07pipeline: raspberrypi: Create empty control lists correctlyDavid Plowman
2021-10-06ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCellJean-Michel Hautbois
2021-10-06ipa: ipu3: agc: Rewrite and simplify the brightness loopJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Introduce Black Level CorrectionJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Use the line stride for the statsJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Correct the gain multipliersJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Correct the relevant zones proportionJean-Michel Hautbois
2021-10-06ipa: ipu3: Change limits and split loops in calculateBdsGrid()Jean-Michel Hautbois
2021-10-06ipa: ipu3: Change the limits of the AWB statsJean-Michel Hautbois
2021-10-06ipa: ipu3: awb: Make the naming consistentJean-Michel Hautbois
2021-10-06ipa: ipu3: Change Accumulator structure layoutJean-Michel Hautbois
2021-10-06ipa: ipu3: Rename IspStatsRegion to AccumulatorJean-Michel Hautbois
2021-10-06ipa: ipu3: Move the AWB stats structuresJean-Michel Hautbois
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-14ipa: ipu3: Clear incoming parameter use flagsKieran Bingham
2021-08-31ipa: libipa: histogram: Fix typoLaurent Pinchart
2021-08-31libcamera: mapped_framebuffer: Rename maps() to planes()Hirokazu Honda
2021-08-30ipa: rkisp1: Use offset in mapping IPABufferHirokazu Honda
2021-08-23ipa: ipu3: awb: remove local storage of the gridJean-Michel Hautbois
2021-08-23ipa: ipu3: agc: remove local storage of the gridJean-Michel Hautbois
2021-08-20ipa: ipu3: Move IPU3 agc into algorithmsJean-Michel Hautbois