libcamera: software_isp: Remove DebayerParams::kGain10
The constant is used in a single place internally and doesn't belong to DebayerParams anymore. Let's use 256 directly. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Andrei Konovalov <andrey.konovalov.ynk@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
539c62ff8e
commit
f5b7921e0a
@@ -16,7 +16,6 @@
|
||||
namespace libcamera {
|
||||
|
||||
struct DebayerParams {
|
||||
static constexpr unsigned int kGain10 = 256;
|
||||
static constexpr unsigned int kRGBLookupSize = 256;
|
||||
|
||||
using ColorLookupTable = std::array<uint8_t, kRGBLookupSize>;
|
||||
|
||||
Reference in New Issue
Block a user