[COMMON] media: scaler: modify BT709 narrow csc coef. value
authorWon Jung <w00.jung@samsung.com>
Thu, 1 Dec 2016 02:12:20 +0000 (11:12 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:28:20 +0000 (14:28 +0900)
Change-Id: I499bdb052680ef019364c196887a7b45a5b3140e
Signed-off-by: Won Jung <w00.jung@samsung.com>
drivers/media/platform/exynos/scaler/scaler-regs.c

index bc008985f8e98e6906aec5732243e13ebec8de66..a3ac5bf77b0702e389a1dcf039ce1be3d22072d9 100644 (file)
@@ -519,7 +519,7 @@ static struct sc_csc_tab sc_y2r = {
        /* REC.601 Wide */
        { 0x200, 0x000, 0x2BE, 0x200, 0xF54, 0xE9B, 0x200, 0x377, 0x000 },
        /* REC.709 Narrow */
-       { 0x254, 0x000, 0x331, 0x254, 0xF38, 0xE60, 0x254, 0x409, 0x000 },
+       { 0x254, 0x000, 0x396, 0x254, 0xF93, 0xEEF, 0x254, 0x43B, 0x000 },
        /* REC.709 Wide */
        { 0x200, 0x000, 0x314, 0x200, 0xFA2, 0xF15, 0x200, 0x3A2, 0x000 },
        /* BT.2020 Narrow */