From a342cef54568f3d4a2750bed0ba5e4533ac640a0 Mon Sep 17 00:00:00 2001 From: ZwX1616 Date: Thu, 7 Nov 2024 17:08:46 -0800 Subject: [PATCH] IFE: remove OS/AR redundant point due to typo (#33963) --- system/camerad/sensors/ar0231.cc | 4 ++-- system/camerad/sensors/os04c10.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system/camerad/sensors/ar0231.cc b/system/camerad/sensors/ar0231.cc index f5d9d333ab..88e978ebb1 100644 --- a/system/camerad/sensors/ar0231.cc +++ b/system/camerad/sensors/ar0231.cc @@ -144,16 +144,16 @@ AR0231::AR0231() { 0x020007ff, 0x020007ff, 0x020007ff, 0x020007ff, 0x02000bff, 0x02000bff, 0x02000bff, 0x02000bff, 0x020017ff, 0x020017ff, 0x020017ff, 0x020017ff, - 0x020006ff, 0x020006ff, 0x020006ff, 0x020006ff, 0x02001bff, 0x02001bff, 0x02001bff, 0x02001bff, 0x020023ff, 0x020023ff, 0x020023ff, 0x020023ff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, + 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, }; for (int i = 0; i < 252; i++) { linearization_lut.push_back(0x0); } - linearization_pts = {0x07ff0bff, 0x17ff06ff, 0x1bff23ff, 0x3fff3fff}; + linearization_pts = {0x07ff0bff, 0x17ff1bff, 0x23ff3fff, 0x3fff3fff}; for (int i = 0; i < 884*2; i++) { vignetting_lut.push_back(0xff); } diff --git a/system/camerad/sensors/os04c10.cc b/system/camerad/sensors/os04c10.cc index 8d0bed247f..cbbb93fdce 100644 --- a/system/camerad/sensors/os04c10.cc +++ b/system/camerad/sensors/os04c10.cc @@ -78,16 +78,16 @@ OS04C10::OS04C10() { 0x020007ff, 0x020007ff, 0x020007ff, 0x020007ff, 0x02000bff, 0x02000bff, 0x02000bff, 0x02000bff, 0x020017ff, 0x020017ff, 0x020017ff, 0x020017ff, - 0x020006ff, 0x020006ff, 0x020006ff, 0x020006ff, 0x02001bff, 0x02001bff, 0x02001bff, 0x02001bff, 0x020023ff, 0x020023ff, 0x020023ff, 0x020023ff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, + 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, }; for (int i = 0; i < 252; i++) { linearization_lut.push_back(0x0); } - linearization_pts = {0x07ff0bff, 0x17ff06ff, 0x1bff23ff, 0x3fff3fff}; + linearization_pts = {0x07ff0bff, 0x17ff1bff, 0x23ff3fff, 0x3fff3fff}; for (int i = 0; i < 884*2; i++) { vignetting_lut.push_back(0xff); }