Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | meson: Group libipa and libipa_includes in a dependency object | Laurent Pinchart | |
Many build targets link with libipa and need libipa_includes. Group them in a libipa_dep dependency object to simplify the users. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> | |||
2024-05-31 | ipa: rkisp1: Add a helper to convert floating-point to fixed-point | Paul Elder | |
Add helper functions for converting between floating point and fixed point numbers. Also add tests for them. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |