18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * VPE SC coefs
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2013 Texas Instruments Inc.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * David Griego, <dagriego@biglakesoftware.com>
88c2ecf20Sopenharmony_ci * Dale Farnsworth, <dale@farnsworth.org>
98c2ecf20Sopenharmony_ci * Archit Taneja, <archit@ti.com>
108c2ecf20Sopenharmony_ci */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#ifndef __TI_SC_COEFF_H
138c2ecf20Sopenharmony_ci#define __TI_SC_COEFF_H
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci/* horizontal scaler coefficients */
168c2ecf20Sopenharmony_cienum {
178c2ecf20Sopenharmony_ci	HS_UP_SCALE = 0,
188c2ecf20Sopenharmony_ci	HS_LT_9_16_SCALE,
198c2ecf20Sopenharmony_ci	HS_LT_10_16_SCALE,
208c2ecf20Sopenharmony_ci	HS_LT_11_16_SCALE,
218c2ecf20Sopenharmony_ci	HS_LT_12_16_SCALE,
228c2ecf20Sopenharmony_ci	HS_LT_13_16_SCALE,
238c2ecf20Sopenharmony_ci	HS_LT_14_16_SCALE,
248c2ecf20Sopenharmony_ci	HS_LT_15_16_SCALE,
258c2ecf20Sopenharmony_ci	HS_LE_16_16_SCALE,
268c2ecf20Sopenharmony_ci};
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_cistatic const u16 scaler_hs_coeffs[13][SC_NUM_PHASES * 2 * SC_H_NUM_TAPS] = {
298c2ecf20Sopenharmony_ci	[HS_UP_SCALE] = {
308c2ecf20Sopenharmony_ci		/* Luma */
318c2ecf20Sopenharmony_ci		0x001F, 0x1F90, 0x00D2, 0x06FE, 0x00D2, 0x1F90, 0x001F,
328c2ecf20Sopenharmony_ci		0x001C, 0x1F9E, 0x009F, 0x06FB, 0x0108, 0x1F82, 0x0022,
338c2ecf20Sopenharmony_ci		0x0019, 0x1FAC, 0x006F, 0x06F3, 0x0140, 0x1F74, 0x0025,
348c2ecf20Sopenharmony_ci		0x0016, 0x1FB9, 0x0041, 0x06E7, 0x017B, 0x1F66, 0x0028,
358c2ecf20Sopenharmony_ci		0x0013, 0x1FC6, 0x0017, 0x06D6, 0x01B7, 0x1F58, 0x002B,
368c2ecf20Sopenharmony_ci		0x0010, 0x1FD3, 0x1FEF, 0x06C0, 0x01F6, 0x1F4B, 0x002D,
378c2ecf20Sopenharmony_ci		0x000E, 0x1FDF, 0x1FCB, 0x06A5, 0x0235, 0x1F3F, 0x002F,
388c2ecf20Sopenharmony_ci		0x000B, 0x1FEA, 0x1FAA, 0x0686, 0x0277, 0x1F33, 0x0031,
398c2ecf20Sopenharmony_ci		0x0009, 0x1FF5, 0x1F8C, 0x0663, 0x02B8, 0x1F28, 0x0033,
408c2ecf20Sopenharmony_ci		0x0007, 0x1FFF, 0x1F72, 0x063A, 0x02FB, 0x1F1F, 0x0034,
418c2ecf20Sopenharmony_ci		0x0005, 0x0008, 0x1F5A, 0x060F, 0x033E, 0x1F17, 0x0035,
428c2ecf20Sopenharmony_ci		0x0003, 0x0010, 0x1F46, 0x05E0, 0x0382, 0x1F10, 0x0035,
438c2ecf20Sopenharmony_ci		0x0002, 0x0017, 0x1F34, 0x05AF, 0x03C5, 0x1F0B, 0x0034,
448c2ecf20Sopenharmony_ci		0x0001, 0x001E, 0x1F26, 0x0579, 0x0407, 0x1F08, 0x0033,
458c2ecf20Sopenharmony_ci		0x0000, 0x0023, 0x1F1A, 0x0541, 0x0449, 0x1F07, 0x0032,
468c2ecf20Sopenharmony_ci		0x1FFF, 0x0028, 0x1F12, 0x0506, 0x048A, 0x1F08, 0x002F,
478c2ecf20Sopenharmony_ci		0x002C, 0x1F0C, 0x04C8, 0x04C8, 0x1F0C, 0x002C, 0x0000,
488c2ecf20Sopenharmony_ci		0x002F, 0x1F08, 0x048A, 0x0506, 0x1F12, 0x0028, 0x1FFF,
498c2ecf20Sopenharmony_ci		0x0032, 0x1F07, 0x0449, 0x0541, 0x1F1A, 0x0023, 0x0000,
508c2ecf20Sopenharmony_ci		0x0033, 0x1F08, 0x0407, 0x0579, 0x1F26, 0x001E, 0x0001,
518c2ecf20Sopenharmony_ci		0x0034, 0x1F0B, 0x03C5, 0x05AF, 0x1F34, 0x0017, 0x0002,
528c2ecf20Sopenharmony_ci		0x0035, 0x1F10, 0x0382, 0x05E0, 0x1F46, 0x0010, 0x0003,
538c2ecf20Sopenharmony_ci		0x0035, 0x1F17, 0x033E, 0x060F, 0x1F5A, 0x0008, 0x0005,
548c2ecf20Sopenharmony_ci		0x0034, 0x1F1F, 0x02FB, 0x063A, 0x1F72, 0x1FFF, 0x0007,
558c2ecf20Sopenharmony_ci		0x0033, 0x1F28, 0x02B8, 0x0663, 0x1F8C, 0x1FF5, 0x0009,
568c2ecf20Sopenharmony_ci		0x0031, 0x1F33, 0x0277, 0x0686, 0x1FAA, 0x1FEA, 0x000B,
578c2ecf20Sopenharmony_ci		0x002F, 0x1F3F, 0x0235, 0x06A5, 0x1FCB, 0x1FDF, 0x000E,
588c2ecf20Sopenharmony_ci		0x002D, 0x1F4B, 0x01F6, 0x06C0, 0x1FEF, 0x1FD3, 0x0010,
598c2ecf20Sopenharmony_ci		0x002B, 0x1F58, 0x01B7, 0x06D6, 0x0017, 0x1FC6, 0x0013,
608c2ecf20Sopenharmony_ci		0x0028, 0x1F66, 0x017B, 0x06E7, 0x0041, 0x1FB9, 0x0016,
618c2ecf20Sopenharmony_ci		0x0025, 0x1F74, 0x0140, 0x06F3, 0x006F, 0x1FAC, 0x0019,
628c2ecf20Sopenharmony_ci		0x0022, 0x1F82, 0x0108, 0x06FB, 0x009F, 0x1F9E, 0x001C,
638c2ecf20Sopenharmony_ci		/* Chroma */
648c2ecf20Sopenharmony_ci		0x001F, 0x1F90, 0x00D2, 0x06FE, 0x00D2, 0x1F90, 0x001F,
658c2ecf20Sopenharmony_ci		0x001C, 0x1F9E, 0x009F, 0x06FB, 0x0108, 0x1F82, 0x0022,
668c2ecf20Sopenharmony_ci		0x0019, 0x1FAC, 0x006F, 0x06F3, 0x0140, 0x1F74, 0x0025,
678c2ecf20Sopenharmony_ci		0x0016, 0x1FB9, 0x0041, 0x06E7, 0x017B, 0x1F66, 0x0028,
688c2ecf20Sopenharmony_ci		0x0013, 0x1FC6, 0x0017, 0x06D6, 0x01B7, 0x1F58, 0x002B,
698c2ecf20Sopenharmony_ci		0x0010, 0x1FD3, 0x1FEF, 0x06C0, 0x01F6, 0x1F4B, 0x002D,
708c2ecf20Sopenharmony_ci		0x000E, 0x1FDF, 0x1FCB, 0x06A5, 0x0235, 0x1F3F, 0x002F,
718c2ecf20Sopenharmony_ci		0x000B, 0x1FEA, 0x1FAA, 0x0686, 0x0277, 0x1F33, 0x0031,
728c2ecf20Sopenharmony_ci		0x0009, 0x1FF5, 0x1F8C, 0x0663, 0x02B8, 0x1F28, 0x0033,
738c2ecf20Sopenharmony_ci		0x0007, 0x1FFF, 0x1F72, 0x063A, 0x02FB, 0x1F1F, 0x0034,
748c2ecf20Sopenharmony_ci		0x0005, 0x0008, 0x1F5A, 0x060F, 0x033E, 0x1F17, 0x0035,
758c2ecf20Sopenharmony_ci		0x0003, 0x0010, 0x1F46, 0x05E0, 0x0382, 0x1F10, 0x0035,
768c2ecf20Sopenharmony_ci		0x0002, 0x0017, 0x1F34, 0x05AF, 0x03C5, 0x1F0B, 0x0034,
778c2ecf20Sopenharmony_ci		0x0001, 0x001E, 0x1F26, 0x0579, 0x0407, 0x1F08, 0x0033,
788c2ecf20Sopenharmony_ci		0x0000, 0x0023, 0x1F1A, 0x0541, 0x0449, 0x1F07, 0x0032,
798c2ecf20Sopenharmony_ci		0x1FFF, 0x0028, 0x1F12, 0x0506, 0x048A, 0x1F08, 0x002F,
808c2ecf20Sopenharmony_ci		0x002C, 0x1F0C, 0x04C8, 0x04C8, 0x1F0C, 0x002C, 0x0000,
818c2ecf20Sopenharmony_ci		0x002F, 0x1F08, 0x048A, 0x0506, 0x1F12, 0x0028, 0x1FFF,
828c2ecf20Sopenharmony_ci		0x0032, 0x1F07, 0x0449, 0x0541, 0x1F1A, 0x0023, 0x0000,
838c2ecf20Sopenharmony_ci		0x0033, 0x1F08, 0x0407, 0x0579, 0x1F26, 0x001E, 0x0001,
848c2ecf20Sopenharmony_ci		0x0034, 0x1F0B, 0x03C5, 0x05AF, 0x1F34, 0x0017, 0x0002,
858c2ecf20Sopenharmony_ci		0x0035, 0x1F10, 0x0382, 0x05E0, 0x1F46, 0x0010, 0x0003,
868c2ecf20Sopenharmony_ci		0x0035, 0x1F17, 0x033E, 0x060F, 0x1F5A, 0x0008, 0x0005,
878c2ecf20Sopenharmony_ci		0x0034, 0x1F1F, 0x02FB, 0x063A, 0x1F72, 0x1FFF, 0x0007,
888c2ecf20Sopenharmony_ci		0x0033, 0x1F28, 0x02B8, 0x0663, 0x1F8C, 0x1FF5, 0x0009,
898c2ecf20Sopenharmony_ci		0x0031, 0x1F33, 0x0277, 0x0686, 0x1FAA, 0x1FEA, 0x000B,
908c2ecf20Sopenharmony_ci		0x002F, 0x1F3F, 0x0235, 0x06A5, 0x1FCB, 0x1FDF, 0x000E,
918c2ecf20Sopenharmony_ci		0x002D, 0x1F4B, 0x01F6, 0x06C0, 0x1FEF, 0x1FD3, 0x0010,
928c2ecf20Sopenharmony_ci		0x002B, 0x1F58, 0x01B7, 0x06D6, 0x0017, 0x1FC6, 0x0013,
938c2ecf20Sopenharmony_ci		0x0028, 0x1F66, 0x017B, 0x06E7, 0x0041, 0x1FB9, 0x0016,
948c2ecf20Sopenharmony_ci		0x0025, 0x1F74, 0x0140, 0x06F3, 0x006F, 0x1FAC, 0x0019,
958c2ecf20Sopenharmony_ci		0x0022, 0x1F82, 0x0108, 0x06FB, 0x009F, 0x1F9E, 0x001C,
968c2ecf20Sopenharmony_ci	},
978c2ecf20Sopenharmony_ci	[HS_LT_9_16_SCALE] = {
988c2ecf20Sopenharmony_ci		/* Luma */
998c2ecf20Sopenharmony_ci		0x1FA3, 0x005E, 0x024A, 0x036A, 0x024A, 0x005E, 0x1FA3,
1008c2ecf20Sopenharmony_ci		0x1FA3, 0x0052, 0x023A, 0x036A, 0x0259, 0x006A, 0x1FA4,
1018c2ecf20Sopenharmony_ci		0x1FA3, 0x0046, 0x022A, 0x036A, 0x0269, 0x0076, 0x1FA4,
1028c2ecf20Sopenharmony_ci		0x1FA3, 0x003B, 0x021A, 0x0368, 0x0278, 0x0083, 0x1FA5,
1038c2ecf20Sopenharmony_ci		0x1FA4, 0x0031, 0x020A, 0x0365, 0x0286, 0x0090, 0x1FA6,
1048c2ecf20Sopenharmony_ci		0x1FA5, 0x0026, 0x01F9, 0x0362, 0x0294, 0x009E, 0x1FA8,
1058c2ecf20Sopenharmony_ci		0x1FA6, 0x001C, 0x01E8, 0x035E, 0x02A3, 0x00AB, 0x1FAA,
1068c2ecf20Sopenharmony_ci		0x1FA7, 0x0013, 0x01D7, 0x035A, 0x02B0, 0x00B9, 0x1FAC,
1078c2ecf20Sopenharmony_ci		0x1FA9, 0x000A, 0x01C6, 0x0354, 0x02BD, 0x00C7, 0x1FAF,
1088c2ecf20Sopenharmony_ci		0x1FAA, 0x0001, 0x01B6, 0x034E, 0x02C9, 0x00D6, 0x1FB2,
1098c2ecf20Sopenharmony_ci		0x1FAC, 0x1FF9, 0x01A5, 0x0347, 0x02D5, 0x00E5, 0x1FB5,
1108c2ecf20Sopenharmony_ci		0x1FAE, 0x1FF1, 0x0194, 0x0340, 0x02E1, 0x00F3, 0x1FB9,
1118c2ecf20Sopenharmony_ci		0x1FB0, 0x1FEA, 0x0183, 0x0338, 0x02EC, 0x0102, 0x1FBD,
1128c2ecf20Sopenharmony_ci		0x1FB2, 0x1FE3, 0x0172, 0x0330, 0x02F6, 0x0112, 0x1FC1,
1138c2ecf20Sopenharmony_ci		0x1FB4, 0x1FDC, 0x0161, 0x0327, 0x0301, 0x0121, 0x1FC6,
1148c2ecf20Sopenharmony_ci		0x1FB7, 0x1FD6, 0x0151, 0x031D, 0x030A, 0x0130, 0x1FCB,
1158c2ecf20Sopenharmony_ci		0x1FD2, 0x0136, 0x02F8, 0x02F8, 0x0136, 0x1FD2, 0x0000,
1168c2ecf20Sopenharmony_ci		0x1FCB, 0x0130, 0x030A, 0x031D, 0x0151, 0x1FD6, 0x1FB7,
1178c2ecf20Sopenharmony_ci		0x1FC6, 0x0121, 0x0301, 0x0327, 0x0161, 0x1FDC, 0x1FB4,
1188c2ecf20Sopenharmony_ci		0x1FC1, 0x0112, 0x02F6, 0x0330, 0x0172, 0x1FE3, 0x1FB2,
1198c2ecf20Sopenharmony_ci		0x1FBD, 0x0102, 0x02EC, 0x0338, 0x0183, 0x1FEA, 0x1FB0,
1208c2ecf20Sopenharmony_ci		0x1FB9, 0x00F3, 0x02E1, 0x0340, 0x0194, 0x1FF1, 0x1FAE,
1218c2ecf20Sopenharmony_ci		0x1FB5, 0x00E5, 0x02D5, 0x0347, 0x01A5, 0x1FF9, 0x1FAC,
1228c2ecf20Sopenharmony_ci		0x1FB2, 0x00D6, 0x02C9, 0x034E, 0x01B6, 0x0001, 0x1FAA,
1238c2ecf20Sopenharmony_ci		0x1FAF, 0x00C7, 0x02BD, 0x0354, 0x01C6, 0x000A, 0x1FA9,
1248c2ecf20Sopenharmony_ci		0x1FAC, 0x00B9, 0x02B0, 0x035A, 0x01D7, 0x0013, 0x1FA7,
1258c2ecf20Sopenharmony_ci		0x1FAA, 0x00AB, 0x02A3, 0x035E, 0x01E8, 0x001C, 0x1FA6,
1268c2ecf20Sopenharmony_ci		0x1FA8, 0x009E, 0x0294, 0x0362, 0x01F9, 0x0026, 0x1FA5,
1278c2ecf20Sopenharmony_ci		0x1FA6, 0x0090, 0x0286, 0x0365, 0x020A, 0x0031, 0x1FA4,
1288c2ecf20Sopenharmony_ci		0x1FA5, 0x0083, 0x0278, 0x0368, 0x021A, 0x003B, 0x1FA3,
1298c2ecf20Sopenharmony_ci		0x1FA4, 0x0076, 0x0269, 0x036A, 0x022A, 0x0046, 0x1FA3,
1308c2ecf20Sopenharmony_ci		0x1FA4, 0x006A, 0x0259, 0x036A, 0x023A, 0x0052, 0x1FA3,
1318c2ecf20Sopenharmony_ci		/* Chroma */
1328c2ecf20Sopenharmony_ci		0x1FA3, 0x005E, 0x024A, 0x036A, 0x024A, 0x005E, 0x1FA3,
1338c2ecf20Sopenharmony_ci		0x1FA3, 0x0052, 0x023A, 0x036A, 0x0259, 0x006A, 0x1FA4,
1348c2ecf20Sopenharmony_ci		0x1FA3, 0x0046, 0x022A, 0x036A, 0x0269, 0x0076, 0x1FA4,
1358c2ecf20Sopenharmony_ci		0x1FA3, 0x003B, 0x021A, 0x0368, 0x0278, 0x0083, 0x1FA5,
1368c2ecf20Sopenharmony_ci		0x1FA4, 0x0031, 0x020A, 0x0365, 0x0286, 0x0090, 0x1FA6,
1378c2ecf20Sopenharmony_ci		0x1FA5, 0x0026, 0x01F9, 0x0362, 0x0294, 0x009E, 0x1FA8,
1388c2ecf20Sopenharmony_ci		0x1FA6, 0x001C, 0x01E8, 0x035E, 0x02A3, 0x00AB, 0x1FAA,
1398c2ecf20Sopenharmony_ci		0x1FA7, 0x0013, 0x01D7, 0x035A, 0x02B0, 0x00B9, 0x1FAC,
1408c2ecf20Sopenharmony_ci		0x1FA9, 0x000A, 0x01C6, 0x0354, 0x02BD, 0x00C7, 0x1FAF,
1418c2ecf20Sopenharmony_ci		0x1FAA, 0x0001, 0x01B6, 0x034E, 0x02C9, 0x00D6, 0x1FB2,
1428c2ecf20Sopenharmony_ci		0x1FAC, 0x1FF9, 0x01A5, 0x0347, 0x02D5, 0x00E5, 0x1FB5,
1438c2ecf20Sopenharmony_ci		0x1FAE, 0x1FF1, 0x0194, 0x0340, 0x02E1, 0x00F3, 0x1FB9,
1448c2ecf20Sopenharmony_ci		0x1FB0, 0x1FEA, 0x0183, 0x0338, 0x02EC, 0x0102, 0x1FBD,
1458c2ecf20Sopenharmony_ci		0x1FB2, 0x1FE3, 0x0172, 0x0330, 0x02F6, 0x0112, 0x1FC1,
1468c2ecf20Sopenharmony_ci		0x1FB4, 0x1FDC, 0x0161, 0x0327, 0x0301, 0x0121, 0x1FC6,
1478c2ecf20Sopenharmony_ci		0x1FB7, 0x1FD6, 0x0151, 0x031D, 0x030A, 0x0130, 0x1FCB,
1488c2ecf20Sopenharmony_ci		0x1FD2, 0x0136, 0x02F8, 0x02F8, 0x0136, 0x1FD2, 0x0000,
1498c2ecf20Sopenharmony_ci		0x1FCB, 0x0130, 0x030A, 0x031D, 0x0151, 0x1FD6, 0x1FB7,
1508c2ecf20Sopenharmony_ci		0x1FC6, 0x0121, 0x0301, 0x0327, 0x0161, 0x1FDC, 0x1FB4,
1518c2ecf20Sopenharmony_ci		0x1FC1, 0x0112, 0x02F6, 0x0330, 0x0172, 0x1FE3, 0x1FB2,
1528c2ecf20Sopenharmony_ci		0x1FBD, 0x0102, 0x02EC, 0x0338, 0x0183, 0x1FEA, 0x1FB0,
1538c2ecf20Sopenharmony_ci		0x1FB9, 0x00F3, 0x02E1, 0x0340, 0x0194, 0x1FF1, 0x1FAE,
1548c2ecf20Sopenharmony_ci		0x1FB5, 0x00E5, 0x02D5, 0x0347, 0x01A5, 0x1FF9, 0x1FAC,
1558c2ecf20Sopenharmony_ci		0x1FB2, 0x00D6, 0x02C9, 0x034E, 0x01B6, 0x0001, 0x1FAA,
1568c2ecf20Sopenharmony_ci		0x1FAF, 0x00C7, 0x02BD, 0x0354, 0x01C6, 0x000A, 0x1FA9,
1578c2ecf20Sopenharmony_ci		0x1FAC, 0x00B9, 0x02B0, 0x035A, 0x01D7, 0x0013, 0x1FA7,
1588c2ecf20Sopenharmony_ci		0x1FAA, 0x00AB, 0x02A3, 0x035E, 0x01E8, 0x001C, 0x1FA6,
1598c2ecf20Sopenharmony_ci		0x1FA8, 0x009E, 0x0294, 0x0362, 0x01F9, 0x0026, 0x1FA5,
1608c2ecf20Sopenharmony_ci		0x1FA6, 0x0090, 0x0286, 0x0365, 0x020A, 0x0031, 0x1FA4,
1618c2ecf20Sopenharmony_ci		0x1FA5, 0x0083, 0x0278, 0x0368, 0x021A, 0x003B, 0x1FA3,
1628c2ecf20Sopenharmony_ci		0x1FA4, 0x0076, 0x0269, 0x036A, 0x022A, 0x0046, 0x1FA3,
1638c2ecf20Sopenharmony_ci		0x1FA4, 0x006A, 0x0259, 0x036A, 0x023A, 0x0052, 0x1FA3,
1648c2ecf20Sopenharmony_ci	},
1658c2ecf20Sopenharmony_ci	[HS_LT_10_16_SCALE] = {
1668c2ecf20Sopenharmony_ci		/* Luma */
1678c2ecf20Sopenharmony_ci		0x1F8D, 0x000C, 0x026A, 0x03FA, 0x026A, 0x000C, 0x1F8D,
1688c2ecf20Sopenharmony_ci		0x1F8F, 0x0000, 0x0255, 0x03FA, 0x027F, 0x0019, 0x1F8A,
1698c2ecf20Sopenharmony_ci		0x1F92, 0x1FF5, 0x023F, 0x03F8, 0x0293, 0x0027, 0x1F88,
1708c2ecf20Sopenharmony_ci		0x1F95, 0x1FEA, 0x022A, 0x03F6, 0x02A7, 0x0034, 0x1F86,
1718c2ecf20Sopenharmony_ci		0x1F99, 0x1FDF, 0x0213, 0x03F2, 0x02BB, 0x0043, 0x1F85,
1728c2ecf20Sopenharmony_ci		0x1F9C, 0x1FD5, 0x01FE, 0x03ED, 0x02CF, 0x0052, 0x1F83,
1738c2ecf20Sopenharmony_ci		0x1FA0, 0x1FCC, 0x01E8, 0x03E7, 0x02E1, 0x0061, 0x1F83,
1748c2ecf20Sopenharmony_ci		0x1FA4, 0x1FC3, 0x01D2, 0x03E0, 0x02F4, 0x0071, 0x1F82,
1758c2ecf20Sopenharmony_ci		0x1FA7, 0x1FBB, 0x01BC, 0x03D9, 0x0306, 0x0081, 0x1F82,
1768c2ecf20Sopenharmony_ci		0x1FAB, 0x1FB4, 0x01A6, 0x03D0, 0x0317, 0x0092, 0x1F82,
1778c2ecf20Sopenharmony_ci		0x1FAF, 0x1FAD, 0x0190, 0x03C7, 0x0327, 0x00A3, 0x1F83,
1788c2ecf20Sopenharmony_ci		0x1FB3, 0x1FA7, 0x017A, 0x03BC, 0x0337, 0x00B5, 0x1F84,
1798c2ecf20Sopenharmony_ci		0x1FB8, 0x1FA1, 0x0165, 0x03B0, 0x0346, 0x00C7, 0x1F85,
1808c2ecf20Sopenharmony_ci		0x1FBC, 0x1F9C, 0x0150, 0x03A4, 0x0354, 0x00D9, 0x1F87,
1818c2ecf20Sopenharmony_ci		0x1FC0, 0x1F98, 0x013A, 0x0397, 0x0361, 0x00EC, 0x1F8A,
1828c2ecf20Sopenharmony_ci		0x1FC4, 0x1F93, 0x0126, 0x0389, 0x036F, 0x00FE, 0x1F8D,
1838c2ecf20Sopenharmony_ci		0x1F93, 0x010A, 0x0363, 0x0363, 0x010A, 0x1F93, 0x0000,
1848c2ecf20Sopenharmony_ci		0x1F8D, 0x00FE, 0x036F, 0x0389, 0x0126, 0x1F93, 0x1FC4,
1858c2ecf20Sopenharmony_ci		0x1F8A, 0x00EC, 0x0361, 0x0397, 0x013A, 0x1F98, 0x1FC0,
1868c2ecf20Sopenharmony_ci		0x1F87, 0x00D9, 0x0354, 0x03A4, 0x0150, 0x1F9C, 0x1FBC,
1878c2ecf20Sopenharmony_ci		0x1F85, 0x00C7, 0x0346, 0x03B0, 0x0165, 0x1FA1, 0x1FB8,
1888c2ecf20Sopenharmony_ci		0x1F84, 0x00B5, 0x0337, 0x03BC, 0x017A, 0x1FA7, 0x1FB3,
1898c2ecf20Sopenharmony_ci		0x1F83, 0x00A3, 0x0327, 0x03C7, 0x0190, 0x1FAD, 0x1FAF,
1908c2ecf20Sopenharmony_ci		0x1F82, 0x0092, 0x0317, 0x03D0, 0x01A6, 0x1FB4, 0x1FAB,
1918c2ecf20Sopenharmony_ci		0x1F82, 0x0081, 0x0306, 0x03D9, 0x01BC, 0x1FBB, 0x1FA7,
1928c2ecf20Sopenharmony_ci		0x1F82, 0x0071, 0x02F4, 0x03E0, 0x01D2, 0x1FC3, 0x1FA4,
1938c2ecf20Sopenharmony_ci		0x1F83, 0x0061, 0x02E1, 0x03E7, 0x01E8, 0x1FCC, 0x1FA0,
1948c2ecf20Sopenharmony_ci		0x1F83, 0x0052, 0x02CF, 0x03ED, 0x01FE, 0x1FD5, 0x1F9C,
1958c2ecf20Sopenharmony_ci		0x1F85, 0x0043, 0x02BB, 0x03F2, 0x0213, 0x1FDF, 0x1F99,
1968c2ecf20Sopenharmony_ci		0x1F86, 0x0034, 0x02A7, 0x03F6, 0x022A, 0x1FEA, 0x1F95,
1978c2ecf20Sopenharmony_ci		0x1F88, 0x0027, 0x0293, 0x03F8, 0x023F, 0x1FF5, 0x1F92,
1988c2ecf20Sopenharmony_ci		0x1F8A, 0x0019, 0x027F, 0x03FA, 0x0255, 0x0000, 0x1F8F,
1998c2ecf20Sopenharmony_ci		/* Chroma */
2008c2ecf20Sopenharmony_ci		0x1F8D, 0x000C, 0x026A, 0x03FA, 0x026A, 0x000C, 0x1F8D,
2018c2ecf20Sopenharmony_ci		0x1F8F, 0x0000, 0x0255, 0x03FA, 0x027F, 0x0019, 0x1F8A,
2028c2ecf20Sopenharmony_ci		0x1F92, 0x1FF5, 0x023F, 0x03F8, 0x0293, 0x0027, 0x1F88,
2038c2ecf20Sopenharmony_ci		0x1F95, 0x1FEA, 0x022A, 0x03F6, 0x02A7, 0x0034, 0x1F86,
2048c2ecf20Sopenharmony_ci		0x1F99, 0x1FDF, 0x0213, 0x03F2, 0x02BB, 0x0043, 0x1F85,
2058c2ecf20Sopenharmony_ci		0x1F9C, 0x1FD5, 0x01FE, 0x03ED, 0x02CF, 0x0052, 0x1F83,
2068c2ecf20Sopenharmony_ci		0x1FA0, 0x1FCC, 0x01E8, 0x03E7, 0x02E1, 0x0061, 0x1F83,
2078c2ecf20Sopenharmony_ci		0x1FA4, 0x1FC3, 0x01D2, 0x03E0, 0x02F4, 0x0071, 0x1F82,
2088c2ecf20Sopenharmony_ci		0x1FA7, 0x1FBB, 0x01BC, 0x03D9, 0x0306, 0x0081, 0x1F82,
2098c2ecf20Sopenharmony_ci		0x1FAB, 0x1FB4, 0x01A6, 0x03D0, 0x0317, 0x0092, 0x1F82,
2108c2ecf20Sopenharmony_ci		0x1FAF, 0x1FAD, 0x0190, 0x03C7, 0x0327, 0x00A3, 0x1F83,
2118c2ecf20Sopenharmony_ci		0x1FB3, 0x1FA7, 0x017A, 0x03BC, 0x0337, 0x00B5, 0x1F84,
2128c2ecf20Sopenharmony_ci		0x1FB8, 0x1FA1, 0x0165, 0x03B0, 0x0346, 0x00C7, 0x1F85,
2138c2ecf20Sopenharmony_ci		0x1FBC, 0x1F9C, 0x0150, 0x03A4, 0x0354, 0x00D9, 0x1F87,
2148c2ecf20Sopenharmony_ci		0x1FC0, 0x1F98, 0x013A, 0x0397, 0x0361, 0x00EC, 0x1F8A,
2158c2ecf20Sopenharmony_ci		0x1FC4, 0x1F93, 0x0126, 0x0389, 0x036F, 0x00FE, 0x1F8D,
2168c2ecf20Sopenharmony_ci		0x1F93, 0x010A, 0x0363, 0x0363, 0x010A, 0x1F93, 0x0000,
2178c2ecf20Sopenharmony_ci		0x1F8D, 0x00FE, 0x036F, 0x0389, 0x0126, 0x1F93, 0x1FC4,
2188c2ecf20Sopenharmony_ci		0x1F8A, 0x00EC, 0x0361, 0x0397, 0x013A, 0x1F98, 0x1FC0,
2198c2ecf20Sopenharmony_ci		0x1F87, 0x00D9, 0x0354, 0x03A4, 0x0150, 0x1F9C, 0x1FBC,
2208c2ecf20Sopenharmony_ci		0x1F85, 0x00C7, 0x0346, 0x03B0, 0x0165, 0x1FA1, 0x1FB8,
2218c2ecf20Sopenharmony_ci		0x1F84, 0x00B5, 0x0337, 0x03BC, 0x017A, 0x1FA7, 0x1FB3,
2228c2ecf20Sopenharmony_ci		0x1F83, 0x00A3, 0x0327, 0x03C7, 0x0190, 0x1FAD, 0x1FAF,
2238c2ecf20Sopenharmony_ci		0x1F82, 0x0092, 0x0317, 0x03D0, 0x01A6, 0x1FB4, 0x1FAB,
2248c2ecf20Sopenharmony_ci		0x1F82, 0x0081, 0x0306, 0x03D9, 0x01BC, 0x1FBB, 0x1FA7,
2258c2ecf20Sopenharmony_ci		0x1F82, 0x0071, 0x02F4, 0x03E0, 0x01D2, 0x1FC3, 0x1FA4,
2268c2ecf20Sopenharmony_ci		0x1F83, 0x0061, 0x02E1, 0x03E7, 0x01E8, 0x1FCC, 0x1FA0,
2278c2ecf20Sopenharmony_ci		0x1F83, 0x0052, 0x02CF, 0x03ED, 0x01FE, 0x1FD5, 0x1F9C,
2288c2ecf20Sopenharmony_ci		0x1F85, 0x0043, 0x02BB, 0x03F2, 0x0213, 0x1FDF, 0x1F99,
2298c2ecf20Sopenharmony_ci		0x1F86, 0x0034, 0x02A7, 0x03F6, 0x022A, 0x1FEA, 0x1F95,
2308c2ecf20Sopenharmony_ci		0x1F88, 0x0027, 0x0293, 0x03F8, 0x023F, 0x1FF5, 0x1F92,
2318c2ecf20Sopenharmony_ci		0x1F8A, 0x0019, 0x027F, 0x03FA, 0x0255, 0x0000, 0x1F8F,
2328c2ecf20Sopenharmony_ci	},
2338c2ecf20Sopenharmony_ci	[HS_LT_11_16_SCALE] = {
2348c2ecf20Sopenharmony_ci		/* Luma */
2358c2ecf20Sopenharmony_ci		0x1F95, 0x1FB5, 0x0272, 0x0488, 0x0272, 0x1FB5, 0x1F95,
2368c2ecf20Sopenharmony_ci		0x1F9B, 0x1FAA, 0x0257, 0x0486, 0x028D, 0x1FC1, 0x1F90,
2378c2ecf20Sopenharmony_ci		0x1FA0, 0x1FA0, 0x023C, 0x0485, 0x02A8, 0x1FCD, 0x1F8A,
2388c2ecf20Sopenharmony_ci		0x1FA6, 0x1F96, 0x0221, 0x0481, 0x02C2, 0x1FDB, 0x1F85,
2398c2ecf20Sopenharmony_ci		0x1FAC, 0x1F8E, 0x0205, 0x047C, 0x02DC, 0x1FE9, 0x1F80,
2408c2ecf20Sopenharmony_ci		0x1FB1, 0x1F86, 0x01E9, 0x0476, 0x02F6, 0x1FF8, 0x1F7C,
2418c2ecf20Sopenharmony_ci		0x1FB7, 0x1F7F, 0x01CE, 0x046E, 0x030F, 0x0008, 0x1F77,
2428c2ecf20Sopenharmony_ci		0x1FBD, 0x1F79, 0x01B3, 0x0465, 0x0326, 0x0019, 0x1F73,
2438c2ecf20Sopenharmony_ci		0x1FC3, 0x1F73, 0x0197, 0x045B, 0x033E, 0x002A, 0x1F70,
2448c2ecf20Sopenharmony_ci		0x1FC8, 0x1F6F, 0x017D, 0x044E, 0x0355, 0x003C, 0x1F6D,
2458c2ecf20Sopenharmony_ci		0x1FCE, 0x1F6B, 0x0162, 0x0441, 0x036B, 0x004F, 0x1F6A,
2468c2ecf20Sopenharmony_ci		0x1FD3, 0x1F68, 0x0148, 0x0433, 0x0380, 0x0063, 0x1F67,
2478c2ecf20Sopenharmony_ci		0x1FD8, 0x1F65, 0x012E, 0x0424, 0x0395, 0x0077, 0x1F65,
2488c2ecf20Sopenharmony_ci		0x1FDE, 0x1F63, 0x0115, 0x0413, 0x03A8, 0x008B, 0x1F64,
2498c2ecf20Sopenharmony_ci		0x1FE3, 0x1F62, 0x00FC, 0x0403, 0x03BA, 0x00A0, 0x1F62,
2508c2ecf20Sopenharmony_ci		0x1FE7, 0x1F62, 0x00E4, 0x03EF, 0x03CC, 0x00B6, 0x1F62,
2518c2ecf20Sopenharmony_ci		0x1F63, 0x00CA, 0x03D3, 0x03D3, 0x00CA, 0x1F63, 0x0000,
2528c2ecf20Sopenharmony_ci		0x1F62, 0x00B6, 0x03CC, 0x03EF, 0x00E4, 0x1F62, 0x1FE7,
2538c2ecf20Sopenharmony_ci		0x1F62, 0x00A0, 0x03BA, 0x0403, 0x00FC, 0x1F62, 0x1FE3,
2548c2ecf20Sopenharmony_ci		0x1F64, 0x008B, 0x03A8, 0x0413, 0x0115, 0x1F63, 0x1FDE,
2558c2ecf20Sopenharmony_ci		0x1F65, 0x0077, 0x0395, 0x0424, 0x012E, 0x1F65, 0x1FD8,
2568c2ecf20Sopenharmony_ci		0x1F67, 0x0063, 0x0380, 0x0433, 0x0148, 0x1F68, 0x1FD3,
2578c2ecf20Sopenharmony_ci		0x1F6A, 0x004F, 0x036B, 0x0441, 0x0162, 0x1F6B, 0x1FCE,
2588c2ecf20Sopenharmony_ci		0x1F6D, 0x003C, 0x0355, 0x044E, 0x017D, 0x1F6F, 0x1FC8,
2598c2ecf20Sopenharmony_ci		0x1F70, 0x002A, 0x033E, 0x045B, 0x0197, 0x1F73, 0x1FC3,
2608c2ecf20Sopenharmony_ci		0x1F73, 0x0019, 0x0326, 0x0465, 0x01B3, 0x1F79, 0x1FBD,
2618c2ecf20Sopenharmony_ci		0x1F77, 0x0008, 0x030F, 0x046E, 0x01CE, 0x1F7F, 0x1FB7,
2628c2ecf20Sopenharmony_ci		0x1F7C, 0x1FF8, 0x02F6, 0x0476, 0x01E9, 0x1F86, 0x1FB1,
2638c2ecf20Sopenharmony_ci		0x1F80, 0x1FE9, 0x02DC, 0x047C, 0x0205, 0x1F8E, 0x1FAC,
2648c2ecf20Sopenharmony_ci		0x1F85, 0x1FDB, 0x02C2, 0x0481, 0x0221, 0x1F96, 0x1FA6,
2658c2ecf20Sopenharmony_ci		0x1F8A, 0x1FCD, 0x02A8, 0x0485, 0x023C, 0x1FA0, 0x1FA0,
2668c2ecf20Sopenharmony_ci		0x1F90, 0x1FC1, 0x028D, 0x0486, 0x0257, 0x1FAA, 0x1F9B,
2678c2ecf20Sopenharmony_ci		/* Chroma */
2688c2ecf20Sopenharmony_ci		0x1F95, 0x1FB5, 0x0272, 0x0488, 0x0272, 0x1FB5, 0x1F95,
2698c2ecf20Sopenharmony_ci		0x1F9B, 0x1FAA, 0x0257, 0x0486, 0x028D, 0x1FC1, 0x1F90,
2708c2ecf20Sopenharmony_ci		0x1FA0, 0x1FA0, 0x023C, 0x0485, 0x02A8, 0x1FCD, 0x1F8A,
2718c2ecf20Sopenharmony_ci		0x1FA6, 0x1F96, 0x0221, 0x0481, 0x02C2, 0x1FDB, 0x1F85,
2728c2ecf20Sopenharmony_ci		0x1FAC, 0x1F8E, 0x0205, 0x047C, 0x02DC, 0x1FE9, 0x1F80,
2738c2ecf20Sopenharmony_ci		0x1FB1, 0x1F86, 0x01E9, 0x0476, 0x02F6, 0x1FF8, 0x1F7C,
2748c2ecf20Sopenharmony_ci		0x1FB7, 0x1F7F, 0x01CE, 0x046E, 0x030F, 0x0008, 0x1F77,
2758c2ecf20Sopenharmony_ci		0x1FBD, 0x1F79, 0x01B3, 0x0465, 0x0326, 0x0019, 0x1F73,
2768c2ecf20Sopenharmony_ci		0x1FC3, 0x1F73, 0x0197, 0x045B, 0x033E, 0x002A, 0x1F70,
2778c2ecf20Sopenharmony_ci		0x1FC8, 0x1F6F, 0x017D, 0x044E, 0x0355, 0x003C, 0x1F6D,
2788c2ecf20Sopenharmony_ci		0x1FCE, 0x1F6B, 0x0162, 0x0441, 0x036B, 0x004F, 0x1F6A,
2798c2ecf20Sopenharmony_ci		0x1FD3, 0x1F68, 0x0148, 0x0433, 0x0380, 0x0063, 0x1F67,
2808c2ecf20Sopenharmony_ci		0x1FD8, 0x1F65, 0x012E, 0x0424, 0x0395, 0x0077, 0x1F65,
2818c2ecf20Sopenharmony_ci		0x1FDE, 0x1F63, 0x0115, 0x0413, 0x03A8, 0x008B, 0x1F64,
2828c2ecf20Sopenharmony_ci		0x1FE3, 0x1F62, 0x00FC, 0x0403, 0x03BA, 0x00A0, 0x1F62,
2838c2ecf20Sopenharmony_ci		0x1FE7, 0x1F62, 0x00E4, 0x03EF, 0x03CC, 0x00B6, 0x1F62,
2848c2ecf20Sopenharmony_ci		0x1F63, 0x00CA, 0x03D3, 0x03D3, 0x00CA, 0x1F63, 0x0000,
2858c2ecf20Sopenharmony_ci		0x1F62, 0x00B6, 0x03CC, 0x03EF, 0x00E4, 0x1F62, 0x1FE7,
2868c2ecf20Sopenharmony_ci		0x1F62, 0x00A0, 0x03BA, 0x0403, 0x00FC, 0x1F62, 0x1FE3,
2878c2ecf20Sopenharmony_ci		0x1F64, 0x008B, 0x03A8, 0x0413, 0x0115, 0x1F63, 0x1FDE,
2888c2ecf20Sopenharmony_ci		0x1F65, 0x0077, 0x0395, 0x0424, 0x012E, 0x1F65, 0x1FD8,
2898c2ecf20Sopenharmony_ci		0x1F67, 0x0063, 0x0380, 0x0433, 0x0148, 0x1F68, 0x1FD3,
2908c2ecf20Sopenharmony_ci		0x1F6A, 0x004F, 0x036B, 0x0441, 0x0162, 0x1F6B, 0x1FCE,
2918c2ecf20Sopenharmony_ci		0x1F6D, 0x003C, 0x0355, 0x044E, 0x017D, 0x1F6F, 0x1FC8,
2928c2ecf20Sopenharmony_ci		0x1F70, 0x002A, 0x033E, 0x045B, 0x0197, 0x1F73, 0x1FC3,
2938c2ecf20Sopenharmony_ci		0x1F73, 0x0019, 0x0326, 0x0465, 0x01B3, 0x1F79, 0x1FBD,
2948c2ecf20Sopenharmony_ci		0x1F77, 0x0008, 0x030F, 0x046E, 0x01CE, 0x1F7F, 0x1FB7,
2958c2ecf20Sopenharmony_ci		0x1F7C, 0x1FF8, 0x02F6, 0x0476, 0x01E9, 0x1F86, 0x1FB1,
2968c2ecf20Sopenharmony_ci		0x1F80, 0x1FE9, 0x02DC, 0x047C, 0x0205, 0x1F8E, 0x1FAC,
2978c2ecf20Sopenharmony_ci		0x1F85, 0x1FDB, 0x02C2, 0x0481, 0x0221, 0x1F96, 0x1FA6,
2988c2ecf20Sopenharmony_ci		0x1F8A, 0x1FCD, 0x02A8, 0x0485, 0x023C, 0x1FA0, 0x1FA0,
2998c2ecf20Sopenharmony_ci		0x1F90, 0x1FC1, 0x028D, 0x0486, 0x0257, 0x1FAA, 0x1F9B,
3008c2ecf20Sopenharmony_ci	},
3018c2ecf20Sopenharmony_ci	[HS_LT_12_16_SCALE] = {
3028c2ecf20Sopenharmony_ci		/* Luma */
3038c2ecf20Sopenharmony_ci		0x1FBB, 0x1F65, 0x025E, 0x0504, 0x025E, 0x1F65, 0x1FBB,
3048c2ecf20Sopenharmony_ci		0x1FC3, 0x1F5D, 0x023C, 0x0503, 0x027F, 0x1F6E, 0x1FB4,
3058c2ecf20Sopenharmony_ci		0x1FCA, 0x1F56, 0x021B, 0x0501, 0x02A0, 0x1F78, 0x1FAC,
3068c2ecf20Sopenharmony_ci		0x1FD1, 0x1F50, 0x01FA, 0x04FD, 0x02C0, 0x1F83, 0x1FA5,
3078c2ecf20Sopenharmony_ci		0x1FD8, 0x1F4B, 0x01D9, 0x04F6, 0x02E1, 0x1F90, 0x1F9D,
3088c2ecf20Sopenharmony_ci		0x1FDF, 0x1F47, 0x01B8, 0x04EF, 0x0301, 0x1F9D, 0x1F95,
3098c2ecf20Sopenharmony_ci		0x1FE6, 0x1F43, 0x0198, 0x04E5, 0x0321, 0x1FAB, 0x1F8E,
3108c2ecf20Sopenharmony_ci		0x1FEC, 0x1F41, 0x0178, 0x04DA, 0x0340, 0x1FBB, 0x1F86,
3118c2ecf20Sopenharmony_ci		0x1FF2, 0x1F40, 0x0159, 0x04CC, 0x035E, 0x1FCC, 0x1F7F,
3128c2ecf20Sopenharmony_ci		0x1FF8, 0x1F40, 0x013A, 0x04BE, 0x037B, 0x1FDD, 0x1F78,
3138c2ecf20Sopenharmony_ci		0x1FFE, 0x1F40, 0x011B, 0x04AD, 0x0398, 0x1FF0, 0x1F72,
3148c2ecf20Sopenharmony_ci		0x0003, 0x1F41, 0x00FD, 0x049C, 0x03B4, 0x0004, 0x1F6B,
3158c2ecf20Sopenharmony_ci		0x0008, 0x1F43, 0x00E0, 0x0489, 0x03CE, 0x0019, 0x1F65,
3168c2ecf20Sopenharmony_ci		0x000D, 0x1F46, 0x00C4, 0x0474, 0x03E8, 0x002E, 0x1F5F,
3178c2ecf20Sopenharmony_ci		0x0011, 0x1F49, 0x00A9, 0x045E, 0x0400, 0x0045, 0x1F5A,
3188c2ecf20Sopenharmony_ci		0x0015, 0x1F4D, 0x008E, 0x0447, 0x0418, 0x005C, 0x1F55,
3198c2ecf20Sopenharmony_ci		0x1F4F, 0x0076, 0x043B, 0x043B, 0x0076, 0x1F4F, 0x0000,
3208c2ecf20Sopenharmony_ci		0x1F55, 0x005C, 0x0418, 0x0447, 0x008E, 0x1F4D, 0x0015,
3218c2ecf20Sopenharmony_ci		0x1F5A, 0x0045, 0x0400, 0x045E, 0x00A9, 0x1F49, 0x0011,
3228c2ecf20Sopenharmony_ci		0x1F5F, 0x002E, 0x03E8, 0x0474, 0x00C4, 0x1F46, 0x000D,
3238c2ecf20Sopenharmony_ci		0x1F65, 0x0019, 0x03CE, 0x0489, 0x00E0, 0x1F43, 0x0008,
3248c2ecf20Sopenharmony_ci		0x1F6B, 0x0004, 0x03B4, 0x049C, 0x00FD, 0x1F41, 0x0003,
3258c2ecf20Sopenharmony_ci		0x1F72, 0x1FF0, 0x0398, 0x04AD, 0x011B, 0x1F40, 0x1FFE,
3268c2ecf20Sopenharmony_ci		0x1F78, 0x1FDD, 0x037B, 0x04BE, 0x013A, 0x1F40, 0x1FF8,
3278c2ecf20Sopenharmony_ci		0x1F7F, 0x1FCC, 0x035E, 0x04CC, 0x0159, 0x1F40, 0x1FF2,
3288c2ecf20Sopenharmony_ci		0x1F86, 0x1FBB, 0x0340, 0x04DA, 0x0178, 0x1F41, 0x1FEC,
3298c2ecf20Sopenharmony_ci		0x1F8E, 0x1FAB, 0x0321, 0x04E5, 0x0198, 0x1F43, 0x1FE6,
3308c2ecf20Sopenharmony_ci		0x1F95, 0x1F9D, 0x0301, 0x04EF, 0x01B8, 0x1F47, 0x1FDF,
3318c2ecf20Sopenharmony_ci		0x1F9D, 0x1F90, 0x02E1, 0x04F6, 0x01D9, 0x1F4B, 0x1FD8,
3328c2ecf20Sopenharmony_ci		0x1FA5, 0x1F83, 0x02C0, 0x04FD, 0x01FA, 0x1F50, 0x1FD1,
3338c2ecf20Sopenharmony_ci		0x1FAC, 0x1F78, 0x02A0, 0x0501, 0x021B, 0x1F56, 0x1FCA,
3348c2ecf20Sopenharmony_ci		0x1FB4, 0x1F6E, 0x027F, 0x0503, 0x023C, 0x1F5D, 0x1FC3,
3358c2ecf20Sopenharmony_ci		/* Chroma */
3368c2ecf20Sopenharmony_ci		0x1FBB, 0x1F65, 0x025E, 0x0504, 0x025E, 0x1F65, 0x1FBB,
3378c2ecf20Sopenharmony_ci		0x1FC3, 0x1F5D, 0x023C, 0x0503, 0x027F, 0x1F6E, 0x1FB4,
3388c2ecf20Sopenharmony_ci		0x1FCA, 0x1F56, 0x021B, 0x0501, 0x02A0, 0x1F78, 0x1FAC,
3398c2ecf20Sopenharmony_ci		0x1FD1, 0x1F50, 0x01FA, 0x04FD, 0x02C0, 0x1F83, 0x1FA5,
3408c2ecf20Sopenharmony_ci		0x1FD8, 0x1F4B, 0x01D9, 0x04F6, 0x02E1, 0x1F90, 0x1F9D,
3418c2ecf20Sopenharmony_ci		0x1FDF, 0x1F47, 0x01B8, 0x04EF, 0x0301, 0x1F9D, 0x1F95,
3428c2ecf20Sopenharmony_ci		0x1FE6, 0x1F43, 0x0198, 0x04E5, 0x0321, 0x1FAB, 0x1F8E,
3438c2ecf20Sopenharmony_ci		0x1FEC, 0x1F41, 0x0178, 0x04DA, 0x0340, 0x1FBB, 0x1F86,
3448c2ecf20Sopenharmony_ci		0x1FF2, 0x1F40, 0x0159, 0x04CC, 0x035E, 0x1FCC, 0x1F7F,
3458c2ecf20Sopenharmony_ci		0x1FF8, 0x1F40, 0x013A, 0x04BE, 0x037B, 0x1FDD, 0x1F78,
3468c2ecf20Sopenharmony_ci		0x1FFE, 0x1F40, 0x011B, 0x04AD, 0x0398, 0x1FF0, 0x1F72,
3478c2ecf20Sopenharmony_ci		0x0003, 0x1F41, 0x00FD, 0x049C, 0x03B4, 0x0004, 0x1F6B,
3488c2ecf20Sopenharmony_ci		0x0008, 0x1F43, 0x00E0, 0x0489, 0x03CE, 0x0019, 0x1F65,
3498c2ecf20Sopenharmony_ci		0x000D, 0x1F46, 0x00C4, 0x0474, 0x03E8, 0x002E, 0x1F5F,
3508c2ecf20Sopenharmony_ci		0x0011, 0x1F49, 0x00A9, 0x045E, 0x0400, 0x0045, 0x1F5A,
3518c2ecf20Sopenharmony_ci		0x0015, 0x1F4D, 0x008E, 0x0447, 0x0418, 0x005C, 0x1F55,
3528c2ecf20Sopenharmony_ci		0x1F4F, 0x0076, 0x043B, 0x043B, 0x0076, 0x1F4F, 0x0000,
3538c2ecf20Sopenharmony_ci		0x1F55, 0x005C, 0x0418, 0x0447, 0x008E, 0x1F4D, 0x0015,
3548c2ecf20Sopenharmony_ci		0x1F5A, 0x0045, 0x0400, 0x045E, 0x00A9, 0x1F49, 0x0011,
3558c2ecf20Sopenharmony_ci		0x1F5F, 0x002E, 0x03E8, 0x0474, 0x00C4, 0x1F46, 0x000D,
3568c2ecf20Sopenharmony_ci		0x1F65, 0x0019, 0x03CE, 0x0489, 0x00E0, 0x1F43, 0x0008,
3578c2ecf20Sopenharmony_ci		0x1F6B, 0x0004, 0x03B4, 0x049C, 0x00FD, 0x1F41, 0x0003,
3588c2ecf20Sopenharmony_ci		0x1F72, 0x1FF0, 0x0398, 0x04AD, 0x011B, 0x1F40, 0x1FFE,
3598c2ecf20Sopenharmony_ci		0x1F78, 0x1FDD, 0x037B, 0x04BE, 0x013A, 0x1F40, 0x1FF8,
3608c2ecf20Sopenharmony_ci		0x1F7F, 0x1FCC, 0x035E, 0x04CC, 0x0159, 0x1F40, 0x1FF2,
3618c2ecf20Sopenharmony_ci		0x1F86, 0x1FBB, 0x0340, 0x04DA, 0x0178, 0x1F41, 0x1FEC,
3628c2ecf20Sopenharmony_ci		0x1F8E, 0x1FAB, 0x0321, 0x04E5, 0x0198, 0x1F43, 0x1FE6,
3638c2ecf20Sopenharmony_ci		0x1F95, 0x1F9D, 0x0301, 0x04EF, 0x01B8, 0x1F47, 0x1FDF,
3648c2ecf20Sopenharmony_ci		0x1F9D, 0x1F90, 0x02E1, 0x04F6, 0x01D9, 0x1F4B, 0x1FD8,
3658c2ecf20Sopenharmony_ci		0x1FA5, 0x1F83, 0x02C0, 0x04FD, 0x01FA, 0x1F50, 0x1FD1,
3668c2ecf20Sopenharmony_ci		0x1FAC, 0x1F78, 0x02A0, 0x0501, 0x021B, 0x1F56, 0x1FCA,
3678c2ecf20Sopenharmony_ci		0x1FB4, 0x1F6E, 0x027F, 0x0503, 0x023C, 0x1F5D, 0x1FC3,
3688c2ecf20Sopenharmony_ci	},
3698c2ecf20Sopenharmony_ci	[HS_LT_13_16_SCALE] = {
3708c2ecf20Sopenharmony_ci		/* Luma */
3718c2ecf20Sopenharmony_ci		0x1FF4, 0x1F29, 0x022D, 0x056C, 0x022D, 0x1F29, 0x1FF4,
3728c2ecf20Sopenharmony_ci		0x1FFC, 0x1F26, 0x0206, 0x056A, 0x0254, 0x1F2E, 0x1FEC,
3738c2ecf20Sopenharmony_ci		0x0003, 0x1F24, 0x01E0, 0x0567, 0x027A, 0x1F34, 0x1FE4,
3748c2ecf20Sopenharmony_ci		0x000A, 0x1F23, 0x01BA, 0x0561, 0x02A2, 0x1F3B, 0x1FDB,
3758c2ecf20Sopenharmony_ci		0x0011, 0x1F22, 0x0194, 0x055B, 0x02C9, 0x1F43, 0x1FD2,
3768c2ecf20Sopenharmony_ci		0x0017, 0x1F23, 0x016F, 0x0551, 0x02F0, 0x1F4D, 0x1FC9,
3778c2ecf20Sopenharmony_ci		0x001D, 0x1F25, 0x014B, 0x0545, 0x0316, 0x1F58, 0x1FC0,
3788c2ecf20Sopenharmony_ci		0x0022, 0x1F28, 0x0127, 0x0538, 0x033C, 0x1F65, 0x1FB6,
3798c2ecf20Sopenharmony_ci		0x0027, 0x1F2C, 0x0104, 0x0528, 0x0361, 0x1F73, 0x1FAD,
3808c2ecf20Sopenharmony_ci		0x002B, 0x1F30, 0x00E2, 0x0518, 0x0386, 0x1F82, 0x1FA3,
3818c2ecf20Sopenharmony_ci		0x002F, 0x1F36, 0x00C2, 0x0504, 0x03AA, 0x1F92, 0x1F99,
3828c2ecf20Sopenharmony_ci		0x0032, 0x1F3C, 0x00A2, 0x04EF, 0x03CD, 0x1FA4, 0x1F90,
3838c2ecf20Sopenharmony_ci		0x0035, 0x1F42, 0x0083, 0x04D9, 0x03EF, 0x1FB8, 0x1F86,
3848c2ecf20Sopenharmony_ci		0x0038, 0x1F49, 0x0065, 0x04C0, 0x0410, 0x1FCD, 0x1F7D,
3858c2ecf20Sopenharmony_ci		0x003A, 0x1F51, 0x0048, 0x04A6, 0x0431, 0x1FE3, 0x1F73,
3868c2ecf20Sopenharmony_ci		0x003C, 0x1F59, 0x002D, 0x048A, 0x0450, 0x1FFA, 0x1F6A,
3878c2ecf20Sopenharmony_ci		0x1F5D, 0x0014, 0x048F, 0x048F, 0x0014, 0x1F5D, 0x0000,
3888c2ecf20Sopenharmony_ci		0x1F6A, 0x1FFA, 0x0450, 0x048A, 0x002D, 0x1F59, 0x003C,
3898c2ecf20Sopenharmony_ci		0x1F73, 0x1FE3, 0x0431, 0x04A6, 0x0048, 0x1F51, 0x003A,
3908c2ecf20Sopenharmony_ci		0x1F7D, 0x1FCD, 0x0410, 0x04C0, 0x0065, 0x1F49, 0x0038,
3918c2ecf20Sopenharmony_ci		0x1F86, 0x1FB8, 0x03EF, 0x04D9, 0x0083, 0x1F42, 0x0035,
3928c2ecf20Sopenharmony_ci		0x1F90, 0x1FA4, 0x03CD, 0x04EF, 0x00A2, 0x1F3C, 0x0032,
3938c2ecf20Sopenharmony_ci		0x1F99, 0x1F92, 0x03AA, 0x0504, 0x00C2, 0x1F36, 0x002F,
3948c2ecf20Sopenharmony_ci		0x1FA3, 0x1F82, 0x0386, 0x0518, 0x00E2, 0x1F30, 0x002B,
3958c2ecf20Sopenharmony_ci		0x1FAD, 0x1F73, 0x0361, 0x0528, 0x0104, 0x1F2C, 0x0027,
3968c2ecf20Sopenharmony_ci		0x1FB6, 0x1F65, 0x033C, 0x0538, 0x0127, 0x1F28, 0x0022,
3978c2ecf20Sopenharmony_ci		0x1FC0, 0x1F58, 0x0316, 0x0545, 0x014B, 0x1F25, 0x001D,
3988c2ecf20Sopenharmony_ci		0x1FC9, 0x1F4D, 0x02F0, 0x0551, 0x016F, 0x1F23, 0x0017,
3998c2ecf20Sopenharmony_ci		0x1FD2, 0x1F43, 0x02C9, 0x055B, 0x0194, 0x1F22, 0x0011,
4008c2ecf20Sopenharmony_ci		0x1FDB, 0x1F3B, 0x02A2, 0x0561, 0x01BA, 0x1F23, 0x000A,
4018c2ecf20Sopenharmony_ci		0x1FE4, 0x1F34, 0x027A, 0x0567, 0x01E0, 0x1F24, 0x0003,
4028c2ecf20Sopenharmony_ci		0x1FEC, 0x1F2E, 0x0254, 0x056A, 0x0206, 0x1F26, 0x1FFC,
4038c2ecf20Sopenharmony_ci		/* Chroma */
4048c2ecf20Sopenharmony_ci		0x1FF4, 0x1F29, 0x022D, 0x056C, 0x022D, 0x1F29, 0x1FF4,
4058c2ecf20Sopenharmony_ci		0x1FFC, 0x1F26, 0x0206, 0x056A, 0x0254, 0x1F2E, 0x1FEC,
4068c2ecf20Sopenharmony_ci		0x0003, 0x1F24, 0x01E0, 0x0567, 0x027A, 0x1F34, 0x1FE4,
4078c2ecf20Sopenharmony_ci		0x000A, 0x1F23, 0x01BA, 0x0561, 0x02A2, 0x1F3B, 0x1FDB,
4088c2ecf20Sopenharmony_ci		0x0011, 0x1F22, 0x0194, 0x055B, 0x02C9, 0x1F43, 0x1FD2,
4098c2ecf20Sopenharmony_ci		0x0017, 0x1F23, 0x016F, 0x0551, 0x02F0, 0x1F4D, 0x1FC9,
4108c2ecf20Sopenharmony_ci		0x001D, 0x1F25, 0x014B, 0x0545, 0x0316, 0x1F58, 0x1FC0,
4118c2ecf20Sopenharmony_ci		0x0022, 0x1F28, 0x0127, 0x0538, 0x033C, 0x1F65, 0x1FB6,
4128c2ecf20Sopenharmony_ci		0x0027, 0x1F2C, 0x0104, 0x0528, 0x0361, 0x1F73, 0x1FAD,
4138c2ecf20Sopenharmony_ci		0x002B, 0x1F30, 0x00E2, 0x0518, 0x0386, 0x1F82, 0x1FA3,
4148c2ecf20Sopenharmony_ci		0x002F, 0x1F36, 0x00C2, 0x0504, 0x03AA, 0x1F92, 0x1F99,
4158c2ecf20Sopenharmony_ci		0x0032, 0x1F3C, 0x00A2, 0x04EF, 0x03CD, 0x1FA4, 0x1F90,
4168c2ecf20Sopenharmony_ci		0x0035, 0x1F42, 0x0083, 0x04D9, 0x03EF, 0x1FB8, 0x1F86,
4178c2ecf20Sopenharmony_ci		0x0038, 0x1F49, 0x0065, 0x04C0, 0x0410, 0x1FCD, 0x1F7D,
4188c2ecf20Sopenharmony_ci		0x003A, 0x1F51, 0x0048, 0x04A6, 0x0431, 0x1FE3, 0x1F73,
4198c2ecf20Sopenharmony_ci		0x003C, 0x1F59, 0x002D, 0x048A, 0x0450, 0x1FFA, 0x1F6A,
4208c2ecf20Sopenharmony_ci		0x1F5D, 0x0014, 0x048F, 0x048F, 0x0014, 0x1F5D, 0x0000,
4218c2ecf20Sopenharmony_ci		0x1F6A, 0x1FFA, 0x0450, 0x048A, 0x002D, 0x1F59, 0x003C,
4228c2ecf20Sopenharmony_ci		0x1F73, 0x1FE3, 0x0431, 0x04A6, 0x0048, 0x1F51, 0x003A,
4238c2ecf20Sopenharmony_ci		0x1F7D, 0x1FCD, 0x0410, 0x04C0, 0x0065, 0x1F49, 0x0038,
4248c2ecf20Sopenharmony_ci		0x1F86, 0x1FB8, 0x03EF, 0x04D9, 0x0083, 0x1F42, 0x0035,
4258c2ecf20Sopenharmony_ci		0x1F90, 0x1FA4, 0x03CD, 0x04EF, 0x00A2, 0x1F3C, 0x0032,
4268c2ecf20Sopenharmony_ci		0x1F99, 0x1F92, 0x03AA, 0x0504, 0x00C2, 0x1F36, 0x002F,
4278c2ecf20Sopenharmony_ci		0x1FA3, 0x1F82, 0x0386, 0x0518, 0x00E2, 0x1F30, 0x002B,
4288c2ecf20Sopenharmony_ci		0x1FAD, 0x1F73, 0x0361, 0x0528, 0x0104, 0x1F2C, 0x0027,
4298c2ecf20Sopenharmony_ci		0x1FB6, 0x1F65, 0x033C, 0x0538, 0x0127, 0x1F28, 0x0022,
4308c2ecf20Sopenharmony_ci		0x1FC0, 0x1F58, 0x0316, 0x0545, 0x014B, 0x1F25, 0x001D,
4318c2ecf20Sopenharmony_ci		0x1FC9, 0x1F4D, 0x02F0, 0x0551, 0x016F, 0x1F23, 0x0017,
4328c2ecf20Sopenharmony_ci		0x1FD2, 0x1F43, 0x02C9, 0x055B, 0x0194, 0x1F22, 0x0011,
4338c2ecf20Sopenharmony_ci		0x1FDB, 0x1F3B, 0x02A2, 0x0561, 0x01BA, 0x1F23, 0x000A,
4348c2ecf20Sopenharmony_ci		0x1FE4, 0x1F34, 0x027A, 0x0567, 0x01E0, 0x1F24, 0x0003,
4358c2ecf20Sopenharmony_ci		0x1FEC, 0x1F2E, 0x0254, 0x056A, 0x0206, 0x1F26, 0x1FFC,
4368c2ecf20Sopenharmony_ci	},
4378c2ecf20Sopenharmony_ci	[HS_LT_14_16_SCALE] = {
4388c2ecf20Sopenharmony_ci		/* Luma */
4398c2ecf20Sopenharmony_ci		0x002F, 0x1F0B, 0x01E7, 0x05BE, 0x01E7, 0x1F0B, 0x002F,
4408c2ecf20Sopenharmony_ci		0x0035, 0x1F0D, 0x01BC, 0x05BD, 0x0213, 0x1F0A, 0x0028,
4418c2ecf20Sopenharmony_ci		0x003A, 0x1F11, 0x0191, 0x05BA, 0x023F, 0x1F0A, 0x0021,
4428c2ecf20Sopenharmony_ci		0x003F, 0x1F15, 0x0167, 0x05B3, 0x026C, 0x1F0C, 0x001A,
4438c2ecf20Sopenharmony_ci		0x0043, 0x1F1B, 0x013E, 0x05AA, 0x0299, 0x1F0F, 0x0012,
4448c2ecf20Sopenharmony_ci		0x0046, 0x1F21, 0x0116, 0x05A1, 0x02C6, 0x1F13, 0x0009,
4458c2ecf20Sopenharmony_ci		0x0049, 0x1F28, 0x00EF, 0x0593, 0x02F4, 0x1F19, 0x0000,
4468c2ecf20Sopenharmony_ci		0x004C, 0x1F30, 0x00C9, 0x0584, 0x0321, 0x1F20, 0x1FF6,
4478c2ecf20Sopenharmony_ci		0x004E, 0x1F39, 0x00A4, 0x0572, 0x034D, 0x1F2A, 0x1FEC,
4488c2ecf20Sopenharmony_ci		0x004F, 0x1F43, 0x0080, 0x055E, 0x037A, 0x1F34, 0x1FE2,
4498c2ecf20Sopenharmony_ci		0x0050, 0x1F4D, 0x005E, 0x0548, 0x03A5, 0x1F41, 0x1FD7,
4508c2ecf20Sopenharmony_ci		0x0050, 0x1F57, 0x003D, 0x0531, 0x03D1, 0x1F4F, 0x1FCB,
4518c2ecf20Sopenharmony_ci		0x0050, 0x1F62, 0x001E, 0x0516, 0x03FB, 0x1F5F, 0x1FC0,
4528c2ecf20Sopenharmony_ci		0x004F, 0x1F6D, 0x0000, 0x04FA, 0x0425, 0x1F71, 0x1FB4,
4538c2ecf20Sopenharmony_ci		0x004E, 0x1F79, 0x1FE4, 0x04DC, 0x044D, 0x1F84, 0x1FA8,
4548c2ecf20Sopenharmony_ci		0x004D, 0x1F84, 0x1FCA, 0x04BC, 0x0474, 0x1F99, 0x1F9C,
4558c2ecf20Sopenharmony_ci		0x1F8C, 0x1FAE, 0x04C6, 0x04C6, 0x1FAE, 0x1F8C, 0x0000,
4568c2ecf20Sopenharmony_ci		0x1F9C, 0x1F99, 0x0474, 0x04BC, 0x1FCA, 0x1F84, 0x004D,
4578c2ecf20Sopenharmony_ci		0x1FA8, 0x1F84, 0x044D, 0x04DC, 0x1FE4, 0x1F79, 0x004E,
4588c2ecf20Sopenharmony_ci		0x1FB4, 0x1F71, 0x0425, 0x04FA, 0x0000, 0x1F6D, 0x004F,
4598c2ecf20Sopenharmony_ci		0x1FC0, 0x1F5F, 0x03FB, 0x0516, 0x001E, 0x1F62, 0x0050,
4608c2ecf20Sopenharmony_ci		0x1FCB, 0x1F4F, 0x03D1, 0x0531, 0x003D, 0x1F57, 0x0050,
4618c2ecf20Sopenharmony_ci		0x1FD7, 0x1F41, 0x03A5, 0x0548, 0x005E, 0x1F4D, 0x0050,
4628c2ecf20Sopenharmony_ci		0x1FE2, 0x1F34, 0x037A, 0x055E, 0x0080, 0x1F43, 0x004F,
4638c2ecf20Sopenharmony_ci		0x1FEC, 0x1F2A, 0x034D, 0x0572, 0x00A4, 0x1F39, 0x004E,
4648c2ecf20Sopenharmony_ci		0x1FF6, 0x1F20, 0x0321, 0x0584, 0x00C9, 0x1F30, 0x004C,
4658c2ecf20Sopenharmony_ci		0x0000, 0x1F19, 0x02F4, 0x0593, 0x00EF, 0x1F28, 0x0049,
4668c2ecf20Sopenharmony_ci		0x0009, 0x1F13, 0x02C6, 0x05A1, 0x0116, 0x1F21, 0x0046,
4678c2ecf20Sopenharmony_ci		0x0012, 0x1F0F, 0x0299, 0x05AA, 0x013E, 0x1F1B, 0x0043,
4688c2ecf20Sopenharmony_ci		0x001A, 0x1F0C, 0x026C, 0x05B3, 0x0167, 0x1F15, 0x003F,
4698c2ecf20Sopenharmony_ci		0x0021, 0x1F0A, 0x023F, 0x05BA, 0x0191, 0x1F11, 0x003A,
4708c2ecf20Sopenharmony_ci		0x0028, 0x1F0A, 0x0213, 0x05BD, 0x01BC, 0x1F0D, 0x0035,
4718c2ecf20Sopenharmony_ci		/* Chroma */
4728c2ecf20Sopenharmony_ci		0x002F, 0x1F0B, 0x01E7, 0x05BE, 0x01E7, 0x1F0B, 0x002F,
4738c2ecf20Sopenharmony_ci		0x0035, 0x1F0D, 0x01BC, 0x05BD, 0x0213, 0x1F0A, 0x0028,
4748c2ecf20Sopenharmony_ci		0x003A, 0x1F11, 0x0191, 0x05BA, 0x023F, 0x1F0A, 0x0021,
4758c2ecf20Sopenharmony_ci		0x003F, 0x1F15, 0x0167, 0x05B3, 0x026C, 0x1F0C, 0x001A,
4768c2ecf20Sopenharmony_ci		0x0043, 0x1F1B, 0x013E, 0x05AA, 0x0299, 0x1F0F, 0x0012,
4778c2ecf20Sopenharmony_ci		0x0046, 0x1F21, 0x0116, 0x05A1, 0x02C6, 0x1F13, 0x0009,
4788c2ecf20Sopenharmony_ci		0x0049, 0x1F28, 0x00EF, 0x0593, 0x02F4, 0x1F19, 0x0000,
4798c2ecf20Sopenharmony_ci		0x004C, 0x1F30, 0x00C9, 0x0584, 0x0321, 0x1F20, 0x1FF6,
4808c2ecf20Sopenharmony_ci		0x004E, 0x1F39, 0x00A4, 0x0572, 0x034D, 0x1F2A, 0x1FEC,
4818c2ecf20Sopenharmony_ci		0x004F, 0x1F43, 0x0080, 0x055E, 0x037A, 0x1F34, 0x1FE2,
4828c2ecf20Sopenharmony_ci		0x0050, 0x1F4D, 0x005E, 0x0548, 0x03A5, 0x1F41, 0x1FD7,
4838c2ecf20Sopenharmony_ci		0x0050, 0x1F57, 0x003D, 0x0531, 0x03D1, 0x1F4F, 0x1FCB,
4848c2ecf20Sopenharmony_ci		0x0050, 0x1F62, 0x001E, 0x0516, 0x03FB, 0x1F5F, 0x1FC0,
4858c2ecf20Sopenharmony_ci		0x004F, 0x1F6D, 0x0000, 0x04FA, 0x0425, 0x1F71, 0x1FB4,
4868c2ecf20Sopenharmony_ci		0x004E, 0x1F79, 0x1FE4, 0x04DC, 0x044D, 0x1F84, 0x1FA8,
4878c2ecf20Sopenharmony_ci		0x004D, 0x1F84, 0x1FCA, 0x04BC, 0x0474, 0x1F99, 0x1F9C,
4888c2ecf20Sopenharmony_ci		0x1F8C, 0x1FAE, 0x04C6, 0x04C6, 0x1FAE, 0x1F8C, 0x0000,
4898c2ecf20Sopenharmony_ci		0x1F9C, 0x1F99, 0x0474, 0x04BC, 0x1FCA, 0x1F84, 0x004D,
4908c2ecf20Sopenharmony_ci		0x1FA8, 0x1F84, 0x044D, 0x04DC, 0x1FE4, 0x1F79, 0x004E,
4918c2ecf20Sopenharmony_ci		0x1FB4, 0x1F71, 0x0425, 0x04FA, 0x0000, 0x1F6D, 0x004F,
4928c2ecf20Sopenharmony_ci		0x1FC0, 0x1F5F, 0x03FB, 0x0516, 0x001E, 0x1F62, 0x0050,
4938c2ecf20Sopenharmony_ci		0x1FCB, 0x1F4F, 0x03D1, 0x0531, 0x003D, 0x1F57, 0x0050,
4948c2ecf20Sopenharmony_ci		0x1FD7, 0x1F41, 0x03A5, 0x0548, 0x005E, 0x1F4D, 0x0050,
4958c2ecf20Sopenharmony_ci		0x1FE2, 0x1F34, 0x037A, 0x055E, 0x0080, 0x1F43, 0x004F,
4968c2ecf20Sopenharmony_ci		0x1FEC, 0x1F2A, 0x034D, 0x0572, 0x00A4, 0x1F39, 0x004E,
4978c2ecf20Sopenharmony_ci		0x1FF6, 0x1F20, 0x0321, 0x0584, 0x00C9, 0x1F30, 0x004C,
4988c2ecf20Sopenharmony_ci		0x0000, 0x1F19, 0x02F4, 0x0593, 0x00EF, 0x1F28, 0x0049,
4998c2ecf20Sopenharmony_ci		0x0009, 0x1F13, 0x02C6, 0x05A1, 0x0116, 0x1F21, 0x0046,
5008c2ecf20Sopenharmony_ci		0x0012, 0x1F0F, 0x0299, 0x05AA, 0x013E, 0x1F1B, 0x0043,
5018c2ecf20Sopenharmony_ci		0x001A, 0x1F0C, 0x026C, 0x05B3, 0x0167, 0x1F15, 0x003F,
5028c2ecf20Sopenharmony_ci		0x0021, 0x1F0A, 0x023F, 0x05BA, 0x0191, 0x1F11, 0x003A,
5038c2ecf20Sopenharmony_ci		0x0028, 0x1F0A, 0x0213, 0x05BD, 0x01BC, 0x1F0D, 0x0035,
5048c2ecf20Sopenharmony_ci	},
5058c2ecf20Sopenharmony_ci	[HS_LT_15_16_SCALE] = {
5068c2ecf20Sopenharmony_ci		/* Luma */
5078c2ecf20Sopenharmony_ci		0x005B, 0x1F0A, 0x0195, 0x060C, 0x0195, 0x1F0A, 0x005B,
5088c2ecf20Sopenharmony_ci		0x005D, 0x1F13, 0x0166, 0x0609, 0x01C6, 0x1F03, 0x0058,
5098c2ecf20Sopenharmony_ci		0x005F, 0x1F1C, 0x0138, 0x0605, 0x01F7, 0x1EFD, 0x0054,
5108c2ecf20Sopenharmony_ci		0x0060, 0x1F26, 0x010B, 0x05FF, 0x0229, 0x1EF8, 0x004F,
5118c2ecf20Sopenharmony_ci		0x0060, 0x1F31, 0x00DF, 0x05F5, 0x025C, 0x1EF5, 0x004A,
5128c2ecf20Sopenharmony_ci		0x0060, 0x1F3D, 0x00B5, 0x05E8, 0x028F, 0x1EF3, 0x0044,
5138c2ecf20Sopenharmony_ci		0x005F, 0x1F49, 0x008C, 0x05DA, 0x02C3, 0x1EF2, 0x003D,
5148c2ecf20Sopenharmony_ci		0x005E, 0x1F56, 0x0065, 0x05C7, 0x02F6, 0x1EF4, 0x0036,
5158c2ecf20Sopenharmony_ci		0x005C, 0x1F63, 0x003F, 0x05B3, 0x032B, 0x1EF7, 0x002D,
5168c2ecf20Sopenharmony_ci		0x0059, 0x1F71, 0x001B, 0x059D, 0x035F, 0x1EFB, 0x0024,
5178c2ecf20Sopenharmony_ci		0x0057, 0x1F7F, 0x1FF9, 0x0583, 0x0392, 0x1F02, 0x001A,
5188c2ecf20Sopenharmony_ci		0x0053, 0x1F8D, 0x1FD9, 0x0567, 0x03C5, 0x1F0B, 0x0010,
5198c2ecf20Sopenharmony_ci		0x0050, 0x1F9B, 0x1FBB, 0x0548, 0x03F8, 0x1F15, 0x0005,
5208c2ecf20Sopenharmony_ci		0x004C, 0x1FA9, 0x1F9E, 0x0528, 0x042A, 0x1F22, 0x1FF9,
5218c2ecf20Sopenharmony_ci		0x0048, 0x1FB7, 0x1F84, 0x0505, 0x045A, 0x1F31, 0x1FED,
5228c2ecf20Sopenharmony_ci		0x0043, 0x1FC5, 0x1F6C, 0x04E0, 0x048A, 0x1F42, 0x1FE0,
5238c2ecf20Sopenharmony_ci		0x1FD1, 0x1F50, 0x04DF, 0x04DF, 0x1F50, 0x1FD1, 0x0000,
5248c2ecf20Sopenharmony_ci		0x1FE0, 0x1F42, 0x048A, 0x04E0, 0x1F6C, 0x1FC5, 0x0043,
5258c2ecf20Sopenharmony_ci		0x1FED, 0x1F31, 0x045A, 0x0505, 0x1F84, 0x1FB7, 0x0048,
5268c2ecf20Sopenharmony_ci		0x1FF9, 0x1F22, 0x042A, 0x0528, 0x1F9E, 0x1FA9, 0x004C,
5278c2ecf20Sopenharmony_ci		0x0005, 0x1F15, 0x03F8, 0x0548, 0x1FBB, 0x1F9B, 0x0050,
5288c2ecf20Sopenharmony_ci		0x0010, 0x1F0B, 0x03C5, 0x0567, 0x1FD9, 0x1F8D, 0x0053,
5298c2ecf20Sopenharmony_ci		0x001A, 0x1F02, 0x0392, 0x0583, 0x1FF9, 0x1F7F, 0x0057,
5308c2ecf20Sopenharmony_ci		0x0024, 0x1EFB, 0x035F, 0x059D, 0x001B, 0x1F71, 0x0059,
5318c2ecf20Sopenharmony_ci		0x002D, 0x1EF7, 0x032B, 0x05B3, 0x003F, 0x1F63, 0x005C,
5328c2ecf20Sopenharmony_ci		0x0036, 0x1EF4, 0x02F6, 0x05C7, 0x0065, 0x1F56, 0x005E,
5338c2ecf20Sopenharmony_ci		0x003D, 0x1EF2, 0x02C3, 0x05DA, 0x008C, 0x1F49, 0x005F,
5348c2ecf20Sopenharmony_ci		0x0044, 0x1EF3, 0x028F, 0x05E8, 0x00B5, 0x1F3D, 0x0060,
5358c2ecf20Sopenharmony_ci		0x004A, 0x1EF5, 0x025C, 0x05F5, 0x00DF, 0x1F31, 0x0060,
5368c2ecf20Sopenharmony_ci		0x004F, 0x1EF8, 0x0229, 0x05FF, 0x010B, 0x1F26, 0x0060,
5378c2ecf20Sopenharmony_ci		0x0054, 0x1EFD, 0x01F7, 0x0605, 0x0138, 0x1F1C, 0x005F,
5388c2ecf20Sopenharmony_ci		0x0058, 0x1F03, 0x01C6, 0x0609, 0x0166, 0x1F13, 0x005D,
5398c2ecf20Sopenharmony_ci		/* Chroma */
5408c2ecf20Sopenharmony_ci		0x005B, 0x1F0A, 0x0195, 0x060C, 0x0195, 0x1F0A, 0x005B,
5418c2ecf20Sopenharmony_ci		0x005D, 0x1F13, 0x0166, 0x0609, 0x01C6, 0x1F03, 0x0058,
5428c2ecf20Sopenharmony_ci		0x005F, 0x1F1C, 0x0138, 0x0605, 0x01F7, 0x1EFD, 0x0054,
5438c2ecf20Sopenharmony_ci		0x0060, 0x1F26, 0x010B, 0x05FF, 0x0229, 0x1EF8, 0x004F,
5448c2ecf20Sopenharmony_ci		0x0060, 0x1F31, 0x00DF, 0x05F5, 0x025C, 0x1EF5, 0x004A,
5458c2ecf20Sopenharmony_ci		0x0060, 0x1F3D, 0x00B5, 0x05E8, 0x028F, 0x1EF3, 0x0044,
5468c2ecf20Sopenharmony_ci		0x005F, 0x1F49, 0x008C, 0x05DA, 0x02C3, 0x1EF2, 0x003D,
5478c2ecf20Sopenharmony_ci		0x005E, 0x1F56, 0x0065, 0x05C7, 0x02F6, 0x1EF4, 0x0036,
5488c2ecf20Sopenharmony_ci		0x005C, 0x1F63, 0x003F, 0x05B3, 0x032B, 0x1EF7, 0x002D,
5498c2ecf20Sopenharmony_ci		0x0059, 0x1F71, 0x001B, 0x059D, 0x035F, 0x1EFB, 0x0024,
5508c2ecf20Sopenharmony_ci		0x0057, 0x1F7F, 0x1FF9, 0x0583, 0x0392, 0x1F02, 0x001A,
5518c2ecf20Sopenharmony_ci		0x0053, 0x1F8D, 0x1FD9, 0x0567, 0x03C5, 0x1F0B, 0x0010,
5528c2ecf20Sopenharmony_ci		0x0050, 0x1F9B, 0x1FBB, 0x0548, 0x03F8, 0x1F15, 0x0005,
5538c2ecf20Sopenharmony_ci		0x004C, 0x1FA9, 0x1F9E, 0x0528, 0x042A, 0x1F22, 0x1FF9,
5548c2ecf20Sopenharmony_ci		0x0048, 0x1FB7, 0x1F84, 0x0505, 0x045A, 0x1F31, 0x1FED,
5558c2ecf20Sopenharmony_ci		0x0043, 0x1FC5, 0x1F6C, 0x04E0, 0x048A, 0x1F42, 0x1FE0,
5568c2ecf20Sopenharmony_ci		0x1FD1, 0x1F50, 0x04DF, 0x04DF, 0x1F50, 0x1FD1, 0x0000,
5578c2ecf20Sopenharmony_ci		0x1FE0, 0x1F42, 0x048A, 0x04E0, 0x1F6C, 0x1FC5, 0x0043,
5588c2ecf20Sopenharmony_ci		0x1FED, 0x1F31, 0x045A, 0x0505, 0x1F84, 0x1FB7, 0x0048,
5598c2ecf20Sopenharmony_ci		0x1FF9, 0x1F22, 0x042A, 0x0528, 0x1F9E, 0x1FA9, 0x004C,
5608c2ecf20Sopenharmony_ci		0x0005, 0x1F15, 0x03F8, 0x0548, 0x1FBB, 0x1F9B, 0x0050,
5618c2ecf20Sopenharmony_ci		0x0010, 0x1F0B, 0x03C5, 0x0567, 0x1FD9, 0x1F8D, 0x0053,
5628c2ecf20Sopenharmony_ci		0x001A, 0x1F02, 0x0392, 0x0583, 0x1FF9, 0x1F7F, 0x0057,
5638c2ecf20Sopenharmony_ci		0x0024, 0x1EFB, 0x035F, 0x059D, 0x001B, 0x1F71, 0x0059,
5648c2ecf20Sopenharmony_ci		0x002D, 0x1EF7, 0x032B, 0x05B3, 0x003F, 0x1F63, 0x005C,
5658c2ecf20Sopenharmony_ci		0x0036, 0x1EF4, 0x02F6, 0x05C7, 0x0065, 0x1F56, 0x005E,
5668c2ecf20Sopenharmony_ci		0x003D, 0x1EF2, 0x02C3, 0x05DA, 0x008C, 0x1F49, 0x005F,
5678c2ecf20Sopenharmony_ci		0x0044, 0x1EF3, 0x028F, 0x05E8, 0x00B5, 0x1F3D, 0x0060,
5688c2ecf20Sopenharmony_ci		0x004A, 0x1EF5, 0x025C, 0x05F5, 0x00DF, 0x1F31, 0x0060,
5698c2ecf20Sopenharmony_ci		0x004F, 0x1EF8, 0x0229, 0x05FF, 0x010B, 0x1F26, 0x0060,
5708c2ecf20Sopenharmony_ci		0x0054, 0x1EFD, 0x01F7, 0x0605, 0x0138, 0x1F1C, 0x005F,
5718c2ecf20Sopenharmony_ci		0x0058, 0x1F03, 0x01C6, 0x0609, 0x0166, 0x1F13, 0x005D,
5728c2ecf20Sopenharmony_ci	},
5738c2ecf20Sopenharmony_ci	[HS_LE_16_16_SCALE] = {
5748c2ecf20Sopenharmony_ci		/* Luma */
5758c2ecf20Sopenharmony_ci		0x006E, 0x1F24, 0x013E, 0x0660, 0x013E, 0x1F24, 0x006E,
5768c2ecf20Sopenharmony_ci		0x006C, 0x1F33, 0x010B, 0x065D, 0x0172, 0x1F17, 0x0070,
5778c2ecf20Sopenharmony_ci		0x0069, 0x1F41, 0x00DA, 0x0659, 0x01A8, 0x1F0B, 0x0070,
5788c2ecf20Sopenharmony_ci		0x0066, 0x1F51, 0x00AA, 0x0650, 0x01DF, 0x1F00, 0x0070,
5798c2ecf20Sopenharmony_ci		0x0062, 0x1F61, 0x007D, 0x0644, 0x0217, 0x1EF6, 0x006F,
5808c2ecf20Sopenharmony_ci		0x005E, 0x1F71, 0x0051, 0x0636, 0x0250, 0x1EED, 0x006D,
5818c2ecf20Sopenharmony_ci		0x0059, 0x1F81, 0x0028, 0x0624, 0x028A, 0x1EE5, 0x006B,
5828c2ecf20Sopenharmony_ci		0x0054, 0x1F91, 0x0000, 0x060F, 0x02C5, 0x1EE0, 0x0067,
5838c2ecf20Sopenharmony_ci		0x004E, 0x1FA2, 0x1FDB, 0x05F6, 0x0300, 0x1EDC, 0x0063,
5848c2ecf20Sopenharmony_ci		0x0049, 0x1FB2, 0x1FB8, 0x05DB, 0x033B, 0x1EDA, 0x005D,
5858c2ecf20Sopenharmony_ci		0x0043, 0x1FC3, 0x1F98, 0x05BC, 0x0376, 0x1ED9, 0x0057,
5868c2ecf20Sopenharmony_ci		0x003D, 0x1FD3, 0x1F7A, 0x059B, 0x03B1, 0x1EDB, 0x004F,
5878c2ecf20Sopenharmony_ci		0x0036, 0x1FE2, 0x1F5E, 0x0578, 0x03EC, 0x1EDF, 0x0047,
5888c2ecf20Sopenharmony_ci		0x0030, 0x1FF1, 0x1F45, 0x0551, 0x0426, 0x1EE6, 0x003D,
5898c2ecf20Sopenharmony_ci		0x002A, 0x0000, 0x1F2E, 0x0528, 0x045F, 0x1EEE, 0x0033,
5908c2ecf20Sopenharmony_ci		0x0023, 0x000E, 0x1F19, 0x04FD, 0x0498, 0x1EFA, 0x0027,
5918c2ecf20Sopenharmony_ci		0x001B, 0x1F04, 0x04E1, 0x04E1, 0x1F04, 0x001B, 0x0000,
5928c2ecf20Sopenharmony_ci		0x0027, 0x1EFA, 0x0498, 0x04FD, 0x1F19, 0x000E, 0x0023,
5938c2ecf20Sopenharmony_ci		0x0033, 0x1EEE, 0x045F, 0x0528, 0x1F2E, 0x0000, 0x002A,
5948c2ecf20Sopenharmony_ci		0x003D, 0x1EE6, 0x0426, 0x0551, 0x1F45, 0x1FF1, 0x0030,
5958c2ecf20Sopenharmony_ci		0x0047, 0x1EDF, 0x03EC, 0x0578, 0x1F5E, 0x1FE2, 0x0036,
5968c2ecf20Sopenharmony_ci		0x004F, 0x1EDB, 0x03B1, 0x059B, 0x1F7A, 0x1FD3, 0x003D,
5978c2ecf20Sopenharmony_ci		0x0057, 0x1ED9, 0x0376, 0x05BC, 0x1F98, 0x1FC3, 0x0043,
5988c2ecf20Sopenharmony_ci		0x005D, 0x1EDA, 0x033B, 0x05DB, 0x1FB8, 0x1FB2, 0x0049,
5998c2ecf20Sopenharmony_ci		0x0063, 0x1EDC, 0x0300, 0x05F6, 0x1FDB, 0x1FA2, 0x004E,
6008c2ecf20Sopenharmony_ci		0x0067, 0x1EE0, 0x02C5, 0x060F, 0x0000, 0x1F91, 0x0054,
6018c2ecf20Sopenharmony_ci		0x006B, 0x1EE5, 0x028A, 0x0624, 0x0028, 0x1F81, 0x0059,
6028c2ecf20Sopenharmony_ci		0x006D, 0x1EED, 0x0250, 0x0636, 0x0051, 0x1F71, 0x005E,
6038c2ecf20Sopenharmony_ci		0x006F, 0x1EF6, 0x0217, 0x0644, 0x007D, 0x1F61, 0x0062,
6048c2ecf20Sopenharmony_ci		0x0070, 0x1F00, 0x01DF, 0x0650, 0x00AA, 0x1F51, 0x0066,
6058c2ecf20Sopenharmony_ci		0x0070, 0x1F0B, 0x01A8, 0x0659, 0x00DA, 0x1F41, 0x0069,
6068c2ecf20Sopenharmony_ci		0x0070, 0x1F17, 0x0172, 0x065D, 0x010B, 0x1F33, 0x006C,
6078c2ecf20Sopenharmony_ci		/* Chroma */
6088c2ecf20Sopenharmony_ci		0x006E, 0x1F24, 0x013E, 0x0660, 0x013E, 0x1F24, 0x006E,
6098c2ecf20Sopenharmony_ci		0x006C, 0x1F33, 0x010B, 0x065D, 0x0172, 0x1F17, 0x0070,
6108c2ecf20Sopenharmony_ci		0x0069, 0x1F41, 0x00DA, 0x0659, 0x01A8, 0x1F0B, 0x0070,
6118c2ecf20Sopenharmony_ci		0x0066, 0x1F51, 0x00AA, 0x0650, 0x01DF, 0x1F00, 0x0070,
6128c2ecf20Sopenharmony_ci		0x0062, 0x1F61, 0x007D, 0x0644, 0x0217, 0x1EF6, 0x006F,
6138c2ecf20Sopenharmony_ci		0x005E, 0x1F71, 0x0051, 0x0636, 0x0250, 0x1EED, 0x006D,
6148c2ecf20Sopenharmony_ci		0x0059, 0x1F81, 0x0028, 0x0624, 0x028A, 0x1EE5, 0x006B,
6158c2ecf20Sopenharmony_ci		0x0054, 0x1F91, 0x0000, 0x060F, 0x02C5, 0x1EE0, 0x0067,
6168c2ecf20Sopenharmony_ci		0x004E, 0x1FA2, 0x1FDB, 0x05F6, 0x0300, 0x1EDC, 0x0063,
6178c2ecf20Sopenharmony_ci		0x0049, 0x1FB2, 0x1FB8, 0x05DB, 0x033B, 0x1EDA, 0x005D,
6188c2ecf20Sopenharmony_ci		0x0043, 0x1FC3, 0x1F98, 0x05BC, 0x0376, 0x1ED9, 0x0057,
6198c2ecf20Sopenharmony_ci		0x003D, 0x1FD3, 0x1F7A, 0x059B, 0x03B1, 0x1EDB, 0x004F,
6208c2ecf20Sopenharmony_ci		0x0036, 0x1FE2, 0x1F5E, 0x0578, 0x03EC, 0x1EDF, 0x0047,
6218c2ecf20Sopenharmony_ci		0x0030, 0x1FF1, 0x1F45, 0x0551, 0x0426, 0x1EE6, 0x003D,
6228c2ecf20Sopenharmony_ci		0x002A, 0x0000, 0x1F2E, 0x0528, 0x045F, 0x1EEE, 0x0033,
6238c2ecf20Sopenharmony_ci		0x0023, 0x000E, 0x1F19, 0x04FD, 0x0498, 0x1EFA, 0x0027,
6248c2ecf20Sopenharmony_ci		0x001B, 0x1F04, 0x04E1, 0x04E1, 0x1F04, 0x001B, 0x0000,
6258c2ecf20Sopenharmony_ci		0x0027, 0x1EFA, 0x0498, 0x04FD, 0x1F19, 0x000E, 0x0023,
6268c2ecf20Sopenharmony_ci		0x0033, 0x1EEE, 0x045F, 0x0528, 0x1F2E, 0x0000, 0x002A,
6278c2ecf20Sopenharmony_ci		0x003D, 0x1EE6, 0x0426, 0x0551, 0x1F45, 0x1FF1, 0x0030,
6288c2ecf20Sopenharmony_ci		0x0047, 0x1EDF, 0x03EC, 0x0578, 0x1F5E, 0x1FE2, 0x0036,
6298c2ecf20Sopenharmony_ci		0x004F, 0x1EDB, 0x03B1, 0x059B, 0x1F7A, 0x1FD3, 0x003D,
6308c2ecf20Sopenharmony_ci		0x0057, 0x1ED9, 0x0376, 0x05BC, 0x1F98, 0x1FC3, 0x0043,
6318c2ecf20Sopenharmony_ci		0x005D, 0x1EDA, 0x033B, 0x05DB, 0x1FB8, 0x1FB2, 0x0049,
6328c2ecf20Sopenharmony_ci		0x0063, 0x1EDC, 0x0300, 0x05F6, 0x1FDB, 0x1FA2, 0x004E,
6338c2ecf20Sopenharmony_ci		0x0067, 0x1EE0, 0x02C5, 0x060F, 0x0000, 0x1F91, 0x0054,
6348c2ecf20Sopenharmony_ci		0x006B, 0x1EE5, 0x028A, 0x0624, 0x0028, 0x1F81, 0x0059,
6358c2ecf20Sopenharmony_ci		0x006D, 0x1EED, 0x0250, 0x0636, 0x0051, 0x1F71, 0x005E,
6368c2ecf20Sopenharmony_ci		0x006F, 0x1EF6, 0x0217, 0x0644, 0x007D, 0x1F61, 0x0062,
6378c2ecf20Sopenharmony_ci		0x0070, 0x1F00, 0x01DF, 0x0650, 0x00AA, 0x1F51, 0x0066,
6388c2ecf20Sopenharmony_ci		0x0070, 0x1F0B, 0x01A8, 0x0659, 0x00DA, 0x1F41, 0x0069,
6398c2ecf20Sopenharmony_ci		0x0070, 0x1F17, 0x0172, 0x065D, 0x010B, 0x1F33, 0x006C,
6408c2ecf20Sopenharmony_ci	},
6418c2ecf20Sopenharmony_ci};
6428c2ecf20Sopenharmony_ci
6438c2ecf20Sopenharmony_ci/* vertical scaler coefficients */
6448c2ecf20Sopenharmony_cienum {
6458c2ecf20Sopenharmony_ci	VS_UP_SCALE = 0,
6468c2ecf20Sopenharmony_ci	VS_LT_9_16_SCALE,
6478c2ecf20Sopenharmony_ci	VS_LT_10_16_SCALE,
6488c2ecf20Sopenharmony_ci	VS_LT_11_16_SCALE,
6498c2ecf20Sopenharmony_ci	VS_LT_12_16_SCALE,
6508c2ecf20Sopenharmony_ci	VS_LT_13_16_SCALE,
6518c2ecf20Sopenharmony_ci	VS_LT_14_16_SCALE,
6528c2ecf20Sopenharmony_ci	VS_LT_15_16_SCALE,
6538c2ecf20Sopenharmony_ci	VS_LT_16_16_SCALE,
6548c2ecf20Sopenharmony_ci	VS_1_TO_1_SCALE,
6558c2ecf20Sopenharmony_ci};
6568c2ecf20Sopenharmony_ci
6578c2ecf20Sopenharmony_cistatic const u16 scaler_vs_coeffs[15][SC_NUM_PHASES * 2 * SC_V_NUM_TAPS] = {
6588c2ecf20Sopenharmony_ci	[VS_UP_SCALE] = {
6598c2ecf20Sopenharmony_ci		/* Luma */
6608c2ecf20Sopenharmony_ci		0x1FD1, 0x00B1, 0x06FC, 0x00B1, 0x1FD1,
6618c2ecf20Sopenharmony_ci		0x1FD8, 0x0085, 0x06F9, 0x00E1, 0x1FC9,
6628c2ecf20Sopenharmony_ci		0x1FDF, 0x005B, 0x06F2, 0x0114, 0x1FC0,
6638c2ecf20Sopenharmony_ci		0x1FE5, 0x0035, 0x06E5, 0x014A, 0x1FB7,
6648c2ecf20Sopenharmony_ci		0x1FEB, 0x0012, 0x06D3, 0x0182, 0x1FAE,
6658c2ecf20Sopenharmony_ci		0x1FF1, 0x1FF3, 0x06BA, 0x01BD, 0x1FA5,
6668c2ecf20Sopenharmony_ci		0x1FF5, 0x1FD7, 0x069D, 0x01FB, 0x1F9C,
6678c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBE, 0x067C, 0x023A, 0x1F93,
6688c2ecf20Sopenharmony_ci		0x1FFD, 0x1FA8, 0x0656, 0x027B, 0x1F8A,
6698c2ecf20Sopenharmony_ci		0x0000, 0x1F95, 0x062B, 0x02BF, 0x1F81,
6708c2ecf20Sopenharmony_ci		0x0002, 0x1F86, 0x05FC, 0x0303, 0x1F79,
6718c2ecf20Sopenharmony_ci		0x0004, 0x1F79, 0x05CA, 0x0347, 0x1F72,
6728c2ecf20Sopenharmony_ci		0x0005, 0x1F6F, 0x0594, 0x038D, 0x1F6B,
6738c2ecf20Sopenharmony_ci		0x0006, 0x1F67, 0x055B, 0x03D2, 0x1F66,
6748c2ecf20Sopenharmony_ci		0x0007, 0x1F62, 0x051E, 0x0417, 0x1F62,
6758c2ecf20Sopenharmony_ci		0x0007, 0x1F5F, 0x04DF, 0x045C, 0x1F5F,
6768c2ecf20Sopenharmony_ci		0x1F5E, 0x04A2, 0x04A2, 0x1F5E, 0x0000,
6778c2ecf20Sopenharmony_ci		0x1F5F, 0x045C, 0x04DF, 0x1F5F, 0x0007,
6788c2ecf20Sopenharmony_ci		0x1F62, 0x0417, 0x051E, 0x1F62, 0x0007,
6798c2ecf20Sopenharmony_ci		0x1F66, 0x03D2, 0x055B, 0x1F67, 0x0006,
6808c2ecf20Sopenharmony_ci		0x1F6B, 0x038D, 0x0594, 0x1F6F, 0x0005,
6818c2ecf20Sopenharmony_ci		0x1F72, 0x0347, 0x05CA, 0x1F79, 0x0004,
6828c2ecf20Sopenharmony_ci		0x1F79, 0x0303, 0x05FC, 0x1F86, 0x0002,
6838c2ecf20Sopenharmony_ci		0x1F81, 0x02BF, 0x062B, 0x1F95, 0x0000,
6848c2ecf20Sopenharmony_ci		0x1F8A, 0x027B, 0x0656, 0x1FA8, 0x1FFD,
6858c2ecf20Sopenharmony_ci		0x1F93, 0x023A, 0x067C, 0x1FBE, 0x1FF9,
6868c2ecf20Sopenharmony_ci		0x1F9C, 0x01FB, 0x069D, 0x1FD7, 0x1FF5,
6878c2ecf20Sopenharmony_ci		0x1FA5, 0x01BD, 0x06BA, 0x1FF3, 0x1FF1,
6888c2ecf20Sopenharmony_ci		0x1FAE, 0x0182, 0x06D3, 0x0012, 0x1FEB,
6898c2ecf20Sopenharmony_ci		0x1FB7, 0x014A, 0x06E5, 0x0035, 0x1FE5,
6908c2ecf20Sopenharmony_ci		0x1FC0, 0x0114, 0x06F2, 0x005B, 0x1FDF,
6918c2ecf20Sopenharmony_ci		0x1FC9, 0x00E1, 0x06F9, 0x0085, 0x1FD8,
6928c2ecf20Sopenharmony_ci		/* Chroma */
6938c2ecf20Sopenharmony_ci		0x1FD1, 0x00B1, 0x06FC, 0x00B1, 0x1FD1,
6948c2ecf20Sopenharmony_ci		0x1FD8, 0x0085, 0x06F9, 0x00E1, 0x1FC9,
6958c2ecf20Sopenharmony_ci		0x1FDF, 0x005B, 0x06F2, 0x0114, 0x1FC0,
6968c2ecf20Sopenharmony_ci		0x1FE5, 0x0035, 0x06E5, 0x014A, 0x1FB7,
6978c2ecf20Sopenharmony_ci		0x1FEB, 0x0012, 0x06D3, 0x0182, 0x1FAE,
6988c2ecf20Sopenharmony_ci		0x1FF1, 0x1FF3, 0x06BA, 0x01BD, 0x1FA5,
6998c2ecf20Sopenharmony_ci		0x1FF5, 0x1FD7, 0x069D, 0x01FB, 0x1F9C,
7008c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBE, 0x067C, 0x023A, 0x1F93,
7018c2ecf20Sopenharmony_ci		0x1FFD, 0x1FA8, 0x0656, 0x027B, 0x1F8A,
7028c2ecf20Sopenharmony_ci		0x0000, 0x1F95, 0x062B, 0x02BF, 0x1F81,
7038c2ecf20Sopenharmony_ci		0x0002, 0x1F86, 0x05FC, 0x0303, 0x1F79,
7048c2ecf20Sopenharmony_ci		0x0004, 0x1F79, 0x05CA, 0x0347, 0x1F72,
7058c2ecf20Sopenharmony_ci		0x0005, 0x1F6F, 0x0594, 0x038D, 0x1F6B,
7068c2ecf20Sopenharmony_ci		0x0006, 0x1F67, 0x055B, 0x03D2, 0x1F66,
7078c2ecf20Sopenharmony_ci		0x0007, 0x1F62, 0x051E, 0x0417, 0x1F62,
7088c2ecf20Sopenharmony_ci		0x0007, 0x1F5F, 0x04DF, 0x045C, 0x1F5F,
7098c2ecf20Sopenharmony_ci		0x1F5E, 0x04A2, 0x04A2, 0x1F5E, 0x0000,
7108c2ecf20Sopenharmony_ci		0x1F5F, 0x045C, 0x04DF, 0x1F5F, 0x0007,
7118c2ecf20Sopenharmony_ci		0x1F62, 0x0417, 0x051E, 0x1F62, 0x0007,
7128c2ecf20Sopenharmony_ci		0x1F66, 0x03D2, 0x055B, 0x1F67, 0x0006,
7138c2ecf20Sopenharmony_ci		0x1F6B, 0x038D, 0x0594, 0x1F6F, 0x0005,
7148c2ecf20Sopenharmony_ci		0x1F72, 0x0347, 0x05CA, 0x1F79, 0x0004,
7158c2ecf20Sopenharmony_ci		0x1F79, 0x0303, 0x05FC, 0x1F86, 0x0002,
7168c2ecf20Sopenharmony_ci		0x1F81, 0x02BF, 0x062B, 0x1F95, 0x0000,
7178c2ecf20Sopenharmony_ci		0x1F8A, 0x027B, 0x0656, 0x1FA8, 0x1FFD,
7188c2ecf20Sopenharmony_ci		0x1F93, 0x023A, 0x067C, 0x1FBE, 0x1FF9,
7198c2ecf20Sopenharmony_ci		0x1F9C, 0x01FB, 0x069D, 0x1FD7, 0x1FF5,
7208c2ecf20Sopenharmony_ci		0x1FA5, 0x01BD, 0x06BA, 0x1FF3, 0x1FF1,
7218c2ecf20Sopenharmony_ci		0x1FAE, 0x0182, 0x06D3, 0x0012, 0x1FEB,
7228c2ecf20Sopenharmony_ci		0x1FB7, 0x014A, 0x06E5, 0x0035, 0x1FE5,
7238c2ecf20Sopenharmony_ci		0x1FC0, 0x0114, 0x06F2, 0x005B, 0x1FDF,
7248c2ecf20Sopenharmony_ci		0x1FC9, 0x00E1, 0x06F9, 0x0085, 0x1FD8,
7258c2ecf20Sopenharmony_ci	},
7268c2ecf20Sopenharmony_ci	[VS_LT_9_16_SCALE] = {
7278c2ecf20Sopenharmony_ci		/* Luma */
7288c2ecf20Sopenharmony_ci		0x001C, 0x01F6, 0x03DC, 0x01F6, 0x001C,
7298c2ecf20Sopenharmony_ci		0x0018, 0x01DF, 0x03DB, 0x020C, 0x0022,
7308c2ecf20Sopenharmony_ci		0x0013, 0x01C9, 0x03D9, 0x0223, 0x0028,
7318c2ecf20Sopenharmony_ci		0x000F, 0x01B3, 0x03D6, 0x023A, 0x002E,
7328c2ecf20Sopenharmony_ci		0x000C, 0x019D, 0x03D2, 0x0250, 0x0035,
7338c2ecf20Sopenharmony_ci		0x0009, 0x0188, 0x03CC, 0x0266, 0x003D,
7348c2ecf20Sopenharmony_ci		0x0006, 0x0173, 0x03C5, 0x027D, 0x0045,
7358c2ecf20Sopenharmony_ci		0x0004, 0x015E, 0x03BD, 0x0293, 0x004E,
7368c2ecf20Sopenharmony_ci		0x0002, 0x014A, 0x03B4, 0x02A8, 0x0058,
7378c2ecf20Sopenharmony_ci		0x0000, 0x0136, 0x03AA, 0x02BE, 0x0062,
7388c2ecf20Sopenharmony_ci		0x1FFF, 0x0123, 0x039E, 0x02D3, 0x006D,
7398c2ecf20Sopenharmony_ci		0x1FFE, 0x0110, 0x0392, 0x02E8, 0x0078,
7408c2ecf20Sopenharmony_ci		0x1FFD, 0x00FE, 0x0384, 0x02FC, 0x0085,
7418c2ecf20Sopenharmony_ci		0x1FFD, 0x00ED, 0x0376, 0x030F, 0x0091,
7428c2ecf20Sopenharmony_ci		0x1FFC, 0x00DC, 0x0367, 0x0322, 0x009F,
7438c2ecf20Sopenharmony_ci		0x1FFC, 0x00CC, 0x0357, 0x0334, 0x00AD,
7448c2ecf20Sopenharmony_ci		0x00BC, 0x0344, 0x0344, 0x00BC, 0x0000,
7458c2ecf20Sopenharmony_ci		0x00AD, 0x0334, 0x0357, 0x00CC, 0x1FFC,
7468c2ecf20Sopenharmony_ci		0x009F, 0x0322, 0x0367, 0x00DC, 0x1FFC,
7478c2ecf20Sopenharmony_ci		0x0091, 0x030F, 0x0376, 0x00ED, 0x1FFD,
7488c2ecf20Sopenharmony_ci		0x0085, 0x02FC, 0x0384, 0x00FE, 0x1FFD,
7498c2ecf20Sopenharmony_ci		0x0078, 0x02E8, 0x0392, 0x0110, 0x1FFE,
7508c2ecf20Sopenharmony_ci		0x006D, 0x02D3, 0x039E, 0x0123, 0x1FFF,
7518c2ecf20Sopenharmony_ci		0x0062, 0x02BE, 0x03AA, 0x0136, 0x0000,
7528c2ecf20Sopenharmony_ci		0x0058, 0x02A8, 0x03B4, 0x014A, 0x0002,
7538c2ecf20Sopenharmony_ci		0x004E, 0x0293, 0x03BD, 0x015E, 0x0004,
7548c2ecf20Sopenharmony_ci		0x0045, 0x027D, 0x03C5, 0x0173, 0x0006,
7558c2ecf20Sopenharmony_ci		0x003D, 0x0266, 0x03CC, 0x0188, 0x0009,
7568c2ecf20Sopenharmony_ci		0x0035, 0x0250, 0x03D2, 0x019D, 0x000C,
7578c2ecf20Sopenharmony_ci		0x002E, 0x023A, 0x03D6, 0x01B3, 0x000F,
7588c2ecf20Sopenharmony_ci		0x0028, 0x0223, 0x03D9, 0x01C9, 0x0013,
7598c2ecf20Sopenharmony_ci		0x0022, 0x020C, 0x03DB, 0x01DF, 0x0018,
7608c2ecf20Sopenharmony_ci		/* Chroma */
7618c2ecf20Sopenharmony_ci		0x001C, 0x01F6, 0x03DC, 0x01F6, 0x001C,
7628c2ecf20Sopenharmony_ci		0x0018, 0x01DF, 0x03DB, 0x020C, 0x0022,
7638c2ecf20Sopenharmony_ci		0x0013, 0x01C9, 0x03D9, 0x0223, 0x0028,
7648c2ecf20Sopenharmony_ci		0x000F, 0x01B3, 0x03D6, 0x023A, 0x002E,
7658c2ecf20Sopenharmony_ci		0x000C, 0x019D, 0x03D2, 0x0250, 0x0035,
7668c2ecf20Sopenharmony_ci		0x0009, 0x0188, 0x03CC, 0x0266, 0x003D,
7678c2ecf20Sopenharmony_ci		0x0006, 0x0173, 0x03C5, 0x027D, 0x0045,
7688c2ecf20Sopenharmony_ci		0x0004, 0x015E, 0x03BD, 0x0293, 0x004E,
7698c2ecf20Sopenharmony_ci		0x0002, 0x014A, 0x03B4, 0x02A8, 0x0058,
7708c2ecf20Sopenharmony_ci		0x0000, 0x0136, 0x03AA, 0x02BE, 0x0062,
7718c2ecf20Sopenharmony_ci		0x1FFF, 0x0123, 0x039E, 0x02D3, 0x006D,
7728c2ecf20Sopenharmony_ci		0x1FFE, 0x0110, 0x0392, 0x02E8, 0x0078,
7738c2ecf20Sopenharmony_ci		0x1FFD, 0x00FE, 0x0384, 0x02FC, 0x0085,
7748c2ecf20Sopenharmony_ci		0x1FFD, 0x00ED, 0x0376, 0x030F, 0x0091,
7758c2ecf20Sopenharmony_ci		0x1FFC, 0x00DC, 0x0367, 0x0322, 0x009F,
7768c2ecf20Sopenharmony_ci		0x1FFC, 0x00CC, 0x0357, 0x0334, 0x00AD,
7778c2ecf20Sopenharmony_ci		0x00BC, 0x0344, 0x0344, 0x00BC, 0x0000,
7788c2ecf20Sopenharmony_ci		0x00AD, 0x0334, 0x0357, 0x00CC, 0x1FFC,
7798c2ecf20Sopenharmony_ci		0x009F, 0x0322, 0x0367, 0x00DC, 0x1FFC,
7808c2ecf20Sopenharmony_ci		0x0091, 0x030F, 0x0376, 0x00ED, 0x1FFD,
7818c2ecf20Sopenharmony_ci		0x0085, 0x02FC, 0x0384, 0x00FE, 0x1FFD,
7828c2ecf20Sopenharmony_ci		0x0078, 0x02E8, 0x0392, 0x0110, 0x1FFE,
7838c2ecf20Sopenharmony_ci		0x006D, 0x02D3, 0x039E, 0x0123, 0x1FFF,
7848c2ecf20Sopenharmony_ci		0x0062, 0x02BE, 0x03AA, 0x0136, 0x0000,
7858c2ecf20Sopenharmony_ci		0x0058, 0x02A8, 0x03B4, 0x014A, 0x0002,
7868c2ecf20Sopenharmony_ci		0x004E, 0x0293, 0x03BD, 0x015E, 0x0004,
7878c2ecf20Sopenharmony_ci		0x0045, 0x027D, 0x03C5, 0x0173, 0x0006,
7888c2ecf20Sopenharmony_ci		0x003D, 0x0266, 0x03CC, 0x0188, 0x0009,
7898c2ecf20Sopenharmony_ci		0x0035, 0x0250, 0x03D2, 0x019D, 0x000C,
7908c2ecf20Sopenharmony_ci		0x002E, 0x023A, 0x03D6, 0x01B3, 0x000F,
7918c2ecf20Sopenharmony_ci		0x0028, 0x0223, 0x03D9, 0x01C9, 0x0013,
7928c2ecf20Sopenharmony_ci		0x0022, 0x020C, 0x03DB, 0x01DF, 0x0018,
7938c2ecf20Sopenharmony_ci	},
7948c2ecf20Sopenharmony_ci	[VS_LT_10_16_SCALE] = {
7958c2ecf20Sopenharmony_ci		/* Luma */
7968c2ecf20Sopenharmony_ci		0x0003, 0x01E9, 0x0428, 0x01E9, 0x0003,
7978c2ecf20Sopenharmony_ci		0x0000, 0x01D0, 0x0426, 0x0203, 0x0007,
7988c2ecf20Sopenharmony_ci		0x1FFD, 0x01B7, 0x0424, 0x021C, 0x000C,
7998c2ecf20Sopenharmony_ci		0x1FFB, 0x019E, 0x0420, 0x0236, 0x0011,
8008c2ecf20Sopenharmony_ci		0x1FF9, 0x0186, 0x041A, 0x0250, 0x0017,
8018c2ecf20Sopenharmony_ci		0x1FF7, 0x016E, 0x0414, 0x026A, 0x001D,
8028c2ecf20Sopenharmony_ci		0x1FF6, 0x0157, 0x040B, 0x0284, 0x0024,
8038c2ecf20Sopenharmony_ci		0x1FF5, 0x0140, 0x0401, 0x029E, 0x002C,
8048c2ecf20Sopenharmony_ci		0x1FF4, 0x012A, 0x03F6, 0x02B7, 0x0035,
8058c2ecf20Sopenharmony_ci		0x1FF4, 0x0115, 0x03E9, 0x02D0, 0x003E,
8068c2ecf20Sopenharmony_ci		0x1FF4, 0x0100, 0x03DB, 0x02E9, 0x0048,
8078c2ecf20Sopenharmony_ci		0x1FF4, 0x00EC, 0x03CC, 0x0301, 0x0053,
8088c2ecf20Sopenharmony_ci		0x1FF4, 0x00D9, 0x03BC, 0x0318, 0x005F,
8098c2ecf20Sopenharmony_ci		0x1FF5, 0x00C7, 0x03AA, 0x032F, 0x006B,
8108c2ecf20Sopenharmony_ci		0x1FF6, 0x00B5, 0x0398, 0x0345, 0x0078,
8118c2ecf20Sopenharmony_ci		0x1FF6, 0x00A5, 0x0384, 0x035B, 0x0086,
8128c2ecf20Sopenharmony_ci		0x0094, 0x036C, 0x036C, 0x0094, 0x0000,
8138c2ecf20Sopenharmony_ci		0x0086, 0x035B, 0x0384, 0x00A5, 0x1FF6,
8148c2ecf20Sopenharmony_ci		0x0078, 0x0345, 0x0398, 0x00B5, 0x1FF6,
8158c2ecf20Sopenharmony_ci		0x006B, 0x032F, 0x03AA, 0x00C7, 0x1FF5,
8168c2ecf20Sopenharmony_ci		0x005F, 0x0318, 0x03BC, 0x00D9, 0x1FF4,
8178c2ecf20Sopenharmony_ci		0x0053, 0x0301, 0x03CC, 0x00EC, 0x1FF4,
8188c2ecf20Sopenharmony_ci		0x0048, 0x02E9, 0x03DB, 0x0100, 0x1FF4,
8198c2ecf20Sopenharmony_ci		0x003E, 0x02D0, 0x03E9, 0x0115, 0x1FF4,
8208c2ecf20Sopenharmony_ci		0x0035, 0x02B7, 0x03F6, 0x012A, 0x1FF4,
8218c2ecf20Sopenharmony_ci		0x002C, 0x029E, 0x0401, 0x0140, 0x1FF5,
8228c2ecf20Sopenharmony_ci		0x0024, 0x0284, 0x040B, 0x0157, 0x1FF6,
8238c2ecf20Sopenharmony_ci		0x001D, 0x026A, 0x0414, 0x016E, 0x1FF7,
8248c2ecf20Sopenharmony_ci		0x0017, 0x0250, 0x041A, 0x0186, 0x1FF9,
8258c2ecf20Sopenharmony_ci		0x0011, 0x0236, 0x0420, 0x019E, 0x1FFB,
8268c2ecf20Sopenharmony_ci		0x000C, 0x021C, 0x0424, 0x01B7, 0x1FFD,
8278c2ecf20Sopenharmony_ci		0x0007, 0x0203, 0x0426, 0x01D0, 0x0000,
8288c2ecf20Sopenharmony_ci		/* Chroma */
8298c2ecf20Sopenharmony_ci		0x0003, 0x01E9, 0x0428, 0x01E9, 0x0003,
8308c2ecf20Sopenharmony_ci		0x0000, 0x01D0, 0x0426, 0x0203, 0x0007,
8318c2ecf20Sopenharmony_ci		0x1FFD, 0x01B7, 0x0424, 0x021C, 0x000C,
8328c2ecf20Sopenharmony_ci		0x1FFB, 0x019E, 0x0420, 0x0236, 0x0011,
8338c2ecf20Sopenharmony_ci		0x1FF9, 0x0186, 0x041A, 0x0250, 0x0017,
8348c2ecf20Sopenharmony_ci		0x1FF7, 0x016E, 0x0414, 0x026A, 0x001D,
8358c2ecf20Sopenharmony_ci		0x1FF6, 0x0157, 0x040B, 0x0284, 0x0024,
8368c2ecf20Sopenharmony_ci		0x1FF5, 0x0140, 0x0401, 0x029E, 0x002C,
8378c2ecf20Sopenharmony_ci		0x1FF4, 0x012A, 0x03F6, 0x02B7, 0x0035,
8388c2ecf20Sopenharmony_ci		0x1FF4, 0x0115, 0x03E9, 0x02D0, 0x003E,
8398c2ecf20Sopenharmony_ci		0x1FF4, 0x0100, 0x03DB, 0x02E9, 0x0048,
8408c2ecf20Sopenharmony_ci		0x1FF4, 0x00EC, 0x03CC, 0x0301, 0x0053,
8418c2ecf20Sopenharmony_ci		0x1FF4, 0x00D9, 0x03BC, 0x0318, 0x005F,
8428c2ecf20Sopenharmony_ci		0x1FF5, 0x00C7, 0x03AA, 0x032F, 0x006B,
8438c2ecf20Sopenharmony_ci		0x1FF6, 0x00B5, 0x0398, 0x0345, 0x0078,
8448c2ecf20Sopenharmony_ci		0x1FF6, 0x00A5, 0x0384, 0x035B, 0x0086,
8458c2ecf20Sopenharmony_ci		0x0094, 0x036C, 0x036C, 0x0094, 0x0000,
8468c2ecf20Sopenharmony_ci		0x0086, 0x035B, 0x0384, 0x00A5, 0x1FF6,
8478c2ecf20Sopenharmony_ci		0x0078, 0x0345, 0x0398, 0x00B5, 0x1FF6,
8488c2ecf20Sopenharmony_ci		0x006B, 0x032F, 0x03AA, 0x00C7, 0x1FF5,
8498c2ecf20Sopenharmony_ci		0x005F, 0x0318, 0x03BC, 0x00D9, 0x1FF4,
8508c2ecf20Sopenharmony_ci		0x0053, 0x0301, 0x03CC, 0x00EC, 0x1FF4,
8518c2ecf20Sopenharmony_ci		0x0048, 0x02E9, 0x03DB, 0x0100, 0x1FF4,
8528c2ecf20Sopenharmony_ci		0x003E, 0x02D0, 0x03E9, 0x0115, 0x1FF4,
8538c2ecf20Sopenharmony_ci		0x0035, 0x02B7, 0x03F6, 0x012A, 0x1FF4,
8548c2ecf20Sopenharmony_ci		0x002C, 0x029E, 0x0401, 0x0140, 0x1FF5,
8558c2ecf20Sopenharmony_ci		0x0024, 0x0284, 0x040B, 0x0157, 0x1FF6,
8568c2ecf20Sopenharmony_ci		0x001D, 0x026A, 0x0414, 0x016E, 0x1FF7,
8578c2ecf20Sopenharmony_ci		0x0017, 0x0250, 0x041A, 0x0186, 0x1FF9,
8588c2ecf20Sopenharmony_ci		0x0011, 0x0236, 0x0420, 0x019E, 0x1FFB,
8598c2ecf20Sopenharmony_ci		0x000C, 0x021C, 0x0424, 0x01B7, 0x1FFD,
8608c2ecf20Sopenharmony_ci		0x0007, 0x0203, 0x0426, 0x01D0, 0x0000,
8618c2ecf20Sopenharmony_ci	},
8628c2ecf20Sopenharmony_ci	[VS_LT_11_16_SCALE] = {
8638c2ecf20Sopenharmony_ci		/* Luma */
8648c2ecf20Sopenharmony_ci		0x1FEC, 0x01D6, 0x047C, 0x01D6, 0x1FEC,
8658c2ecf20Sopenharmony_ci		0x1FEA, 0x01BA, 0x047B, 0x01F3, 0x1FEE,
8668c2ecf20Sopenharmony_ci		0x1FE9, 0x019D, 0x0478, 0x0211, 0x1FF1,
8678c2ecf20Sopenharmony_ci		0x1FE8, 0x0182, 0x0473, 0x022E, 0x1FF5,
8688c2ecf20Sopenharmony_ci		0x1FE8, 0x0167, 0x046C, 0x024C, 0x1FF9,
8698c2ecf20Sopenharmony_ci		0x1FE8, 0x014D, 0x0464, 0x026A, 0x1FFD,
8708c2ecf20Sopenharmony_ci		0x1FE8, 0x0134, 0x0459, 0x0288, 0x0003,
8718c2ecf20Sopenharmony_ci		0x1FE9, 0x011B, 0x044D, 0x02A6, 0x0009,
8728c2ecf20Sopenharmony_ci		0x1FE9, 0x0104, 0x0440, 0x02C3, 0x0010,
8738c2ecf20Sopenharmony_ci		0x1FEA, 0x00ED, 0x0430, 0x02E1, 0x0018,
8748c2ecf20Sopenharmony_ci		0x1FEB, 0x00D7, 0x0420, 0x02FD, 0x0021,
8758c2ecf20Sopenharmony_ci		0x1FED, 0x00C2, 0x040D, 0x0319, 0x002B,
8768c2ecf20Sopenharmony_ci		0x1FEE, 0x00AE, 0x03F9, 0x0336, 0x0035,
8778c2ecf20Sopenharmony_ci		0x1FF0, 0x009C, 0x03E3, 0x0350, 0x0041,
8788c2ecf20Sopenharmony_ci		0x1FF1, 0x008A, 0x03CD, 0x036B, 0x004D,
8798c2ecf20Sopenharmony_ci		0x1FF3, 0x0079, 0x03B5, 0x0384, 0x005B,
8808c2ecf20Sopenharmony_ci		0x0069, 0x0397, 0x0397, 0x0069, 0x0000,
8818c2ecf20Sopenharmony_ci		0x005B, 0x0384, 0x03B5, 0x0079, 0x1FF3,
8828c2ecf20Sopenharmony_ci		0x004D, 0x036B, 0x03CD, 0x008A, 0x1FF1,
8838c2ecf20Sopenharmony_ci		0x0041, 0x0350, 0x03E3, 0x009C, 0x1FF0,
8848c2ecf20Sopenharmony_ci		0x0035, 0x0336, 0x03F9, 0x00AE, 0x1FEE,
8858c2ecf20Sopenharmony_ci		0x002B, 0x0319, 0x040D, 0x00C2, 0x1FED,
8868c2ecf20Sopenharmony_ci		0x0021, 0x02FD, 0x0420, 0x00D7, 0x1FEB,
8878c2ecf20Sopenharmony_ci		0x0018, 0x02E1, 0x0430, 0x00ED, 0x1FEA,
8888c2ecf20Sopenharmony_ci		0x0010, 0x02C3, 0x0440, 0x0104, 0x1FE9,
8898c2ecf20Sopenharmony_ci		0x0009, 0x02A6, 0x044D, 0x011B, 0x1FE9,
8908c2ecf20Sopenharmony_ci		0x0003, 0x0288, 0x0459, 0x0134, 0x1FE8,
8918c2ecf20Sopenharmony_ci		0x1FFD, 0x026A, 0x0464, 0x014D, 0x1FE8,
8928c2ecf20Sopenharmony_ci		0x1FF9, 0x024C, 0x046C, 0x0167, 0x1FE8,
8938c2ecf20Sopenharmony_ci		0x1FF5, 0x022E, 0x0473, 0x0182, 0x1FE8,
8948c2ecf20Sopenharmony_ci		0x1FF1, 0x0211, 0x0478, 0x019D, 0x1FE9,
8958c2ecf20Sopenharmony_ci		0x1FEE, 0x01F3, 0x047B, 0x01BA, 0x1FEA,
8968c2ecf20Sopenharmony_ci		/* Chroma */
8978c2ecf20Sopenharmony_ci		0x1FEC, 0x01D6, 0x047C, 0x01D6, 0x1FEC,
8988c2ecf20Sopenharmony_ci		0x1FEA, 0x01BA, 0x047B, 0x01F3, 0x1FEE,
8998c2ecf20Sopenharmony_ci		0x1FE9, 0x019D, 0x0478, 0x0211, 0x1FF1,
9008c2ecf20Sopenharmony_ci		0x1FE8, 0x0182, 0x0473, 0x022E, 0x1FF5,
9018c2ecf20Sopenharmony_ci		0x1FE8, 0x0167, 0x046C, 0x024C, 0x1FF9,
9028c2ecf20Sopenharmony_ci		0x1FE8, 0x014D, 0x0464, 0x026A, 0x1FFD,
9038c2ecf20Sopenharmony_ci		0x1FE8, 0x0134, 0x0459, 0x0288, 0x0003,
9048c2ecf20Sopenharmony_ci		0x1FE9, 0x011B, 0x044D, 0x02A6, 0x0009,
9058c2ecf20Sopenharmony_ci		0x1FE9, 0x0104, 0x0440, 0x02C3, 0x0010,
9068c2ecf20Sopenharmony_ci		0x1FEA, 0x00ED, 0x0430, 0x02E1, 0x0018,
9078c2ecf20Sopenharmony_ci		0x1FEB, 0x00D7, 0x0420, 0x02FD, 0x0021,
9088c2ecf20Sopenharmony_ci		0x1FED, 0x00C2, 0x040D, 0x0319, 0x002B,
9098c2ecf20Sopenharmony_ci		0x1FEE, 0x00AE, 0x03F9, 0x0336, 0x0035,
9108c2ecf20Sopenharmony_ci		0x1FF0, 0x009C, 0x03E3, 0x0350, 0x0041,
9118c2ecf20Sopenharmony_ci		0x1FF1, 0x008A, 0x03CD, 0x036B, 0x004D,
9128c2ecf20Sopenharmony_ci		0x1FF3, 0x0079, 0x03B5, 0x0384, 0x005B,
9138c2ecf20Sopenharmony_ci		0x0069, 0x0397, 0x0397, 0x0069, 0x0000,
9148c2ecf20Sopenharmony_ci		0x005B, 0x0384, 0x03B5, 0x0079, 0x1FF3,
9158c2ecf20Sopenharmony_ci		0x004D, 0x036B, 0x03CD, 0x008A, 0x1FF1,
9168c2ecf20Sopenharmony_ci		0x0041, 0x0350, 0x03E3, 0x009C, 0x1FF0,
9178c2ecf20Sopenharmony_ci		0x0035, 0x0336, 0x03F9, 0x00AE, 0x1FEE,
9188c2ecf20Sopenharmony_ci		0x002B, 0x0319, 0x040D, 0x00C2, 0x1FED,
9198c2ecf20Sopenharmony_ci		0x0021, 0x02FD, 0x0420, 0x00D7, 0x1FEB,
9208c2ecf20Sopenharmony_ci		0x0018, 0x02E1, 0x0430, 0x00ED, 0x1FEA,
9218c2ecf20Sopenharmony_ci		0x0010, 0x02C3, 0x0440, 0x0104, 0x1FE9,
9228c2ecf20Sopenharmony_ci		0x0009, 0x02A6, 0x044D, 0x011B, 0x1FE9,
9238c2ecf20Sopenharmony_ci		0x0003, 0x0288, 0x0459, 0x0134, 0x1FE8,
9248c2ecf20Sopenharmony_ci		0x1FFD, 0x026A, 0x0464, 0x014D, 0x1FE8,
9258c2ecf20Sopenharmony_ci		0x1FF9, 0x024C, 0x046C, 0x0167, 0x1FE8,
9268c2ecf20Sopenharmony_ci		0x1FF5, 0x022E, 0x0473, 0x0182, 0x1FE8,
9278c2ecf20Sopenharmony_ci		0x1FF1, 0x0211, 0x0478, 0x019D, 0x1FE9,
9288c2ecf20Sopenharmony_ci		0x1FEE, 0x01F3, 0x047B, 0x01BA, 0x1FEA,
9298c2ecf20Sopenharmony_ci	},
9308c2ecf20Sopenharmony_ci	[VS_LT_12_16_SCALE] = {
9318c2ecf20Sopenharmony_ci		/* Luma */
9328c2ecf20Sopenharmony_ci		0x1FD8, 0x01BC, 0x04D8, 0x01BC, 0x1FD8,
9338c2ecf20Sopenharmony_ci		0x1FD8, 0x019C, 0x04D8, 0x01DC, 0x1FD8,
9348c2ecf20Sopenharmony_ci		0x1FD8, 0x017D, 0x04D4, 0x01FE, 0x1FD9,
9358c2ecf20Sopenharmony_ci		0x1FD9, 0x015E, 0x04CF, 0x0220, 0x1FDA,
9368c2ecf20Sopenharmony_ci		0x1FDB, 0x0141, 0x04C7, 0x0241, 0x1FDC,
9378c2ecf20Sopenharmony_ci		0x1FDC, 0x0125, 0x04BC, 0x0264, 0x1FDF,
9388c2ecf20Sopenharmony_ci		0x1FDE, 0x0109, 0x04B0, 0x0286, 0x1FE3,
9398c2ecf20Sopenharmony_ci		0x1FE0, 0x00EF, 0x04A1, 0x02A9, 0x1FE7,
9408c2ecf20Sopenharmony_ci		0x1FE2, 0x00D6, 0x0491, 0x02CB, 0x1FEC,
9418c2ecf20Sopenharmony_ci		0x1FE4, 0x00BE, 0x047E, 0x02EE, 0x1FF2,
9428c2ecf20Sopenharmony_ci		0x1FE6, 0x00A7, 0x046A, 0x030F, 0x1FFA,
9438c2ecf20Sopenharmony_ci		0x1FE9, 0x0092, 0x0453, 0x0330, 0x0002,
9448c2ecf20Sopenharmony_ci		0x1FEB, 0x007E, 0x043B, 0x0351, 0x000B,
9458c2ecf20Sopenharmony_ci		0x1FED, 0x006B, 0x0421, 0x0372, 0x0015,
9468c2ecf20Sopenharmony_ci		0x1FEF, 0x005A, 0x0406, 0x0391, 0x0020,
9478c2ecf20Sopenharmony_ci		0x1FF1, 0x0049, 0x03EA, 0x03AF, 0x002D,
9488c2ecf20Sopenharmony_ci		0x003A, 0x03C6, 0x03C6, 0x003A, 0x0000,
9498c2ecf20Sopenharmony_ci		0x002D, 0x03AF, 0x03EA, 0x0049, 0x1FF1,
9508c2ecf20Sopenharmony_ci		0x0020, 0x0391, 0x0406, 0x005A, 0x1FEF,
9518c2ecf20Sopenharmony_ci		0x0015, 0x0372, 0x0421, 0x006B, 0x1FED,
9528c2ecf20Sopenharmony_ci		0x000B, 0x0351, 0x043B, 0x007E, 0x1FEB,
9538c2ecf20Sopenharmony_ci		0x0002, 0x0330, 0x0453, 0x0092, 0x1FE9,
9548c2ecf20Sopenharmony_ci		0x1FFA, 0x030F, 0x046A, 0x00A7, 0x1FE6,
9558c2ecf20Sopenharmony_ci		0x1FF2, 0x02EE, 0x047E, 0x00BE, 0x1FE4,
9568c2ecf20Sopenharmony_ci		0x1FEC, 0x02CB, 0x0491, 0x00D6, 0x1FE2,
9578c2ecf20Sopenharmony_ci		0x1FE7, 0x02A9, 0x04A1, 0x00EF, 0x1FE0,
9588c2ecf20Sopenharmony_ci		0x1FE3, 0x0286, 0x04B0, 0x0109, 0x1FDE,
9598c2ecf20Sopenharmony_ci		0x1FDF, 0x0264, 0x04BC, 0x0125, 0x1FDC,
9608c2ecf20Sopenharmony_ci		0x1FDC, 0x0241, 0x04C7, 0x0141, 0x1FDB,
9618c2ecf20Sopenharmony_ci		0x1FDA, 0x0220, 0x04CF, 0x015E, 0x1FD9,
9628c2ecf20Sopenharmony_ci		0x1FD9, 0x01FE, 0x04D4, 0x017D, 0x1FD8,
9638c2ecf20Sopenharmony_ci		0x1FD8, 0x01DC, 0x04D8, 0x019C, 0x1FD8,
9648c2ecf20Sopenharmony_ci		/* Chroma */
9658c2ecf20Sopenharmony_ci		0x1FD8, 0x01BC, 0x04D8, 0x01BC, 0x1FD8,
9668c2ecf20Sopenharmony_ci		0x1FD8, 0x019C, 0x04D8, 0x01DC, 0x1FD8,
9678c2ecf20Sopenharmony_ci		0x1FD8, 0x017D, 0x04D4, 0x01FE, 0x1FD9,
9688c2ecf20Sopenharmony_ci		0x1FD9, 0x015E, 0x04CF, 0x0220, 0x1FDA,
9698c2ecf20Sopenharmony_ci		0x1FDB, 0x0141, 0x04C7, 0x0241, 0x1FDC,
9708c2ecf20Sopenharmony_ci		0x1FDC, 0x0125, 0x04BC, 0x0264, 0x1FDF,
9718c2ecf20Sopenharmony_ci		0x1FDE, 0x0109, 0x04B0, 0x0286, 0x1FE3,
9728c2ecf20Sopenharmony_ci		0x1FE0, 0x00EF, 0x04A1, 0x02A9, 0x1FE7,
9738c2ecf20Sopenharmony_ci		0x1FE2, 0x00D6, 0x0491, 0x02CB, 0x1FEC,
9748c2ecf20Sopenharmony_ci		0x1FE4, 0x00BE, 0x047E, 0x02EE, 0x1FF2,
9758c2ecf20Sopenharmony_ci		0x1FE6, 0x00A7, 0x046A, 0x030F, 0x1FFA,
9768c2ecf20Sopenharmony_ci		0x1FE9, 0x0092, 0x0453, 0x0330, 0x0002,
9778c2ecf20Sopenharmony_ci		0x1FEB, 0x007E, 0x043B, 0x0351, 0x000B,
9788c2ecf20Sopenharmony_ci		0x1FED, 0x006B, 0x0421, 0x0372, 0x0015,
9798c2ecf20Sopenharmony_ci		0x1FEF, 0x005A, 0x0406, 0x0391, 0x0020,
9808c2ecf20Sopenharmony_ci		0x1FF1, 0x0049, 0x03EA, 0x03AF, 0x002D,
9818c2ecf20Sopenharmony_ci		0x003A, 0x03C6, 0x03C6, 0x003A, 0x0000,
9828c2ecf20Sopenharmony_ci		0x002D, 0x03AF, 0x03EA, 0x0049, 0x1FF1,
9838c2ecf20Sopenharmony_ci		0x0020, 0x0391, 0x0406, 0x005A, 0x1FEF,
9848c2ecf20Sopenharmony_ci		0x0015, 0x0372, 0x0421, 0x006B, 0x1FED,
9858c2ecf20Sopenharmony_ci		0x000B, 0x0351, 0x043B, 0x007E, 0x1FEB,
9868c2ecf20Sopenharmony_ci		0x0002, 0x0330, 0x0453, 0x0092, 0x1FE9,
9878c2ecf20Sopenharmony_ci		0x1FFA, 0x030F, 0x046A, 0x00A7, 0x1FE6,
9888c2ecf20Sopenharmony_ci		0x1FF2, 0x02EE, 0x047E, 0x00BE, 0x1FE4,
9898c2ecf20Sopenharmony_ci		0x1FEC, 0x02CB, 0x0491, 0x00D6, 0x1FE2,
9908c2ecf20Sopenharmony_ci		0x1FE7, 0x02A9, 0x04A1, 0x00EF, 0x1FE0,
9918c2ecf20Sopenharmony_ci		0x1FE3, 0x0286, 0x04B0, 0x0109, 0x1FDE,
9928c2ecf20Sopenharmony_ci		0x1FDF, 0x0264, 0x04BC, 0x0125, 0x1FDC,
9938c2ecf20Sopenharmony_ci		0x1FDC, 0x0241, 0x04C7, 0x0141, 0x1FDB,
9948c2ecf20Sopenharmony_ci		0x1FDA, 0x0220, 0x04CF, 0x015E, 0x1FD9,
9958c2ecf20Sopenharmony_ci		0x1FD9, 0x01FE, 0x04D4, 0x017D, 0x1FD8,
9968c2ecf20Sopenharmony_ci		0x1FD8, 0x01DC, 0x04D8, 0x019C, 0x1FD8,
9978c2ecf20Sopenharmony_ci	},
9988c2ecf20Sopenharmony_ci	[VS_LT_13_16_SCALE] = {
9998c2ecf20Sopenharmony_ci		/* Luma */
10008c2ecf20Sopenharmony_ci		0x1FC8, 0x0199, 0x053E, 0x0199, 0x1FC8,
10018c2ecf20Sopenharmony_ci		0x1FCA, 0x0175, 0x053E, 0x01BD, 0x1FC6,
10028c2ecf20Sopenharmony_ci		0x1FCD, 0x0153, 0x0539, 0x01E2, 0x1FC5,
10038c2ecf20Sopenharmony_ci		0x1FCF, 0x0132, 0x0532, 0x0209, 0x1FC4,
10048c2ecf20Sopenharmony_ci		0x1FD2, 0x0112, 0x0529, 0x022F, 0x1FC4,
10058c2ecf20Sopenharmony_ci		0x1FD5, 0x00F4, 0x051C, 0x0256, 0x1FC5,
10068c2ecf20Sopenharmony_ci		0x1FD8, 0x00D7, 0x050D, 0x027E, 0x1FC6,
10078c2ecf20Sopenharmony_ci		0x1FDC, 0x00BB, 0x04FB, 0x02A6, 0x1FC8,
10088c2ecf20Sopenharmony_ci		0x1FDF, 0x00A1, 0x04E7, 0x02CE, 0x1FCB,
10098c2ecf20Sopenharmony_ci		0x1FE2, 0x0089, 0x04D1, 0x02F5, 0x1FCF,
10108c2ecf20Sopenharmony_ci		0x1FE5, 0x0072, 0x04B8, 0x031D, 0x1FD4,
10118c2ecf20Sopenharmony_ci		0x1FE8, 0x005D, 0x049E, 0x0344, 0x1FD9,
10128c2ecf20Sopenharmony_ci		0x1FEB, 0x0049, 0x0480, 0x036B, 0x1FE1,
10138c2ecf20Sopenharmony_ci		0x1FEE, 0x0037, 0x0462, 0x0390, 0x1FE9,
10148c2ecf20Sopenharmony_ci		0x1FF0, 0x0026, 0x0442, 0x03B6, 0x1FF2,
10158c2ecf20Sopenharmony_ci		0x1FF2, 0x0017, 0x0420, 0x03DA, 0x1FFD,
10168c2ecf20Sopenharmony_ci		0x0009, 0x03F7, 0x03F7, 0x0009, 0x0000,
10178c2ecf20Sopenharmony_ci		0x1FFD, 0x03DA, 0x0420, 0x0017, 0x1FF2,
10188c2ecf20Sopenharmony_ci		0x1FF2, 0x03B6, 0x0442, 0x0026, 0x1FF0,
10198c2ecf20Sopenharmony_ci		0x1FE9, 0x0390, 0x0462, 0x0037, 0x1FEE,
10208c2ecf20Sopenharmony_ci		0x1FE1, 0x036B, 0x0480, 0x0049, 0x1FEB,
10218c2ecf20Sopenharmony_ci		0x1FD9, 0x0344, 0x049E, 0x005D, 0x1FE8,
10228c2ecf20Sopenharmony_ci		0x1FD4, 0x031D, 0x04B8, 0x0072, 0x1FE5,
10238c2ecf20Sopenharmony_ci		0x1FCF, 0x02F5, 0x04D1, 0x0089, 0x1FE2,
10248c2ecf20Sopenharmony_ci		0x1FCB, 0x02CE, 0x04E7, 0x00A1, 0x1FDF,
10258c2ecf20Sopenharmony_ci		0x1FC8, 0x02A6, 0x04FB, 0x00BB, 0x1FDC,
10268c2ecf20Sopenharmony_ci		0x1FC6, 0x027E, 0x050D, 0x00D7, 0x1FD8,
10278c2ecf20Sopenharmony_ci		0x1FC5, 0x0256, 0x051C, 0x00F4, 0x1FD5,
10288c2ecf20Sopenharmony_ci		0x1FC4, 0x022F, 0x0529, 0x0112, 0x1FD2,
10298c2ecf20Sopenharmony_ci		0x1FC4, 0x0209, 0x0532, 0x0132, 0x1FCF,
10308c2ecf20Sopenharmony_ci		0x1FC5, 0x01E2, 0x0539, 0x0153, 0x1FCD,
10318c2ecf20Sopenharmony_ci		0x1FC6, 0x01BD, 0x053E, 0x0175, 0x1FCA,
10328c2ecf20Sopenharmony_ci		/* Chroma */
10338c2ecf20Sopenharmony_ci		0x1FC8, 0x0199, 0x053E, 0x0199, 0x1FC8,
10348c2ecf20Sopenharmony_ci		0x1FCA, 0x0175, 0x053E, 0x01BD, 0x1FC6,
10358c2ecf20Sopenharmony_ci		0x1FCD, 0x0153, 0x0539, 0x01E2, 0x1FC5,
10368c2ecf20Sopenharmony_ci		0x1FCF, 0x0132, 0x0532, 0x0209, 0x1FC4,
10378c2ecf20Sopenharmony_ci		0x1FD2, 0x0112, 0x0529, 0x022F, 0x1FC4,
10388c2ecf20Sopenharmony_ci		0x1FD5, 0x00F4, 0x051C, 0x0256, 0x1FC5,
10398c2ecf20Sopenharmony_ci		0x1FD8, 0x00D7, 0x050D, 0x027E, 0x1FC6,
10408c2ecf20Sopenharmony_ci		0x1FDC, 0x00BB, 0x04FB, 0x02A6, 0x1FC8,
10418c2ecf20Sopenharmony_ci		0x1FDF, 0x00A1, 0x04E7, 0x02CE, 0x1FCB,
10428c2ecf20Sopenharmony_ci		0x1FE2, 0x0089, 0x04D1, 0x02F5, 0x1FCF,
10438c2ecf20Sopenharmony_ci		0x1FE5, 0x0072, 0x04B8, 0x031D, 0x1FD4,
10448c2ecf20Sopenharmony_ci		0x1FE8, 0x005D, 0x049E, 0x0344, 0x1FD9,
10458c2ecf20Sopenharmony_ci		0x1FEB, 0x0049, 0x0480, 0x036B, 0x1FE1,
10468c2ecf20Sopenharmony_ci		0x1FEE, 0x0037, 0x0462, 0x0390, 0x1FE9,
10478c2ecf20Sopenharmony_ci		0x1FF0, 0x0026, 0x0442, 0x03B6, 0x1FF2,
10488c2ecf20Sopenharmony_ci		0x1FF2, 0x0017, 0x0420, 0x03DA, 0x1FFD,
10498c2ecf20Sopenharmony_ci		0x0009, 0x03F7, 0x03F7, 0x0009, 0x0000,
10508c2ecf20Sopenharmony_ci		0x1FFD, 0x03DA, 0x0420, 0x0017, 0x1FF2,
10518c2ecf20Sopenharmony_ci		0x1FF2, 0x03B6, 0x0442, 0x0026, 0x1FF0,
10528c2ecf20Sopenharmony_ci		0x1FE9, 0x0390, 0x0462, 0x0037, 0x1FEE,
10538c2ecf20Sopenharmony_ci		0x1FE1, 0x036B, 0x0480, 0x0049, 0x1FEB,
10548c2ecf20Sopenharmony_ci		0x1FD9, 0x0344, 0x049E, 0x005D, 0x1FE8,
10558c2ecf20Sopenharmony_ci		0x1FD4, 0x031D, 0x04B8, 0x0072, 0x1FE5,
10568c2ecf20Sopenharmony_ci		0x1FCF, 0x02F5, 0x04D1, 0x0089, 0x1FE2,
10578c2ecf20Sopenharmony_ci		0x1FCB, 0x02CE, 0x04E7, 0x00A1, 0x1FDF,
10588c2ecf20Sopenharmony_ci		0x1FC8, 0x02A6, 0x04FB, 0x00BB, 0x1FDC,
10598c2ecf20Sopenharmony_ci		0x1FC6, 0x027E, 0x050D, 0x00D7, 0x1FD8,
10608c2ecf20Sopenharmony_ci		0x1FC5, 0x0256, 0x051C, 0x00F4, 0x1FD5,
10618c2ecf20Sopenharmony_ci		0x1FC4, 0x022F, 0x0529, 0x0112, 0x1FD2,
10628c2ecf20Sopenharmony_ci		0x1FC4, 0x0209, 0x0532, 0x0132, 0x1FCF,
10638c2ecf20Sopenharmony_ci		0x1FC5, 0x01E2, 0x0539, 0x0153, 0x1FCD,
10648c2ecf20Sopenharmony_ci		0x1FC6, 0x01BD, 0x053E, 0x0175, 0x1FCA,
10658c2ecf20Sopenharmony_ci	},
10668c2ecf20Sopenharmony_ci	[VS_LT_14_16_SCALE] = {
10678c2ecf20Sopenharmony_ci		/* Luma */
10688c2ecf20Sopenharmony_ci		0x1FBF, 0x016C, 0x05AA, 0x016C, 0x1FBF,
10698c2ecf20Sopenharmony_ci		0x1FC3, 0x0146, 0x05A8, 0x0194, 0x1FBB,
10708c2ecf20Sopenharmony_ci		0x1FC7, 0x0121, 0x05A3, 0x01BD, 0x1FB8,
10718c2ecf20Sopenharmony_ci		0x1FCB, 0x00FD, 0x059B, 0x01E8, 0x1FB5,
10728c2ecf20Sopenharmony_ci		0x1FD0, 0x00DC, 0x058F, 0x0213, 0x1FB2,
10738c2ecf20Sopenharmony_ci		0x1FD4, 0x00BC, 0x0580, 0x0240, 0x1FB0,
10748c2ecf20Sopenharmony_ci		0x1FD8, 0x009E, 0x056E, 0x026D, 0x1FAF,
10758c2ecf20Sopenharmony_ci		0x1FDC, 0x0082, 0x055A, 0x029A, 0x1FAE,
10768c2ecf20Sopenharmony_ci		0x1FE0, 0x0067, 0x0542, 0x02C9, 0x1FAE,
10778c2ecf20Sopenharmony_ci		0x1FE4, 0x004F, 0x0528, 0x02F6, 0x1FAF,
10788c2ecf20Sopenharmony_ci		0x1FE8, 0x0038, 0x050A, 0x0325, 0x1FB1,
10798c2ecf20Sopenharmony_ci		0x1FEB, 0x0024, 0x04EB, 0x0352, 0x1FB4,
10808c2ecf20Sopenharmony_ci		0x1FEE, 0x0011, 0x04C8, 0x0380, 0x1FB9,
10818c2ecf20Sopenharmony_ci		0x1FF1, 0x0000, 0x04A4, 0x03AC, 0x1FBF,
10828c2ecf20Sopenharmony_ci		0x1FF4, 0x1FF1, 0x047D, 0x03D8, 0x1FC6,
10838c2ecf20Sopenharmony_ci		0x1FF6, 0x1FE4, 0x0455, 0x0403, 0x1FCE,
10848c2ecf20Sopenharmony_ci		0x1FD8, 0x0428, 0x0428, 0x1FD8, 0x0000,
10858c2ecf20Sopenharmony_ci		0x1FCE, 0x0403, 0x0455, 0x1FE4, 0x1FF6,
10868c2ecf20Sopenharmony_ci		0x1FC6, 0x03D8, 0x047D, 0x1FF1, 0x1FF4,
10878c2ecf20Sopenharmony_ci		0x1FBF, 0x03AC, 0x04A4, 0x0000, 0x1FF1,
10888c2ecf20Sopenharmony_ci		0x1FB9, 0x0380, 0x04C8, 0x0011, 0x1FEE,
10898c2ecf20Sopenharmony_ci		0x1FB4, 0x0352, 0x04EB, 0x0024, 0x1FEB,
10908c2ecf20Sopenharmony_ci		0x1FB1, 0x0325, 0x050A, 0x0038, 0x1FE8,
10918c2ecf20Sopenharmony_ci		0x1FAF, 0x02F6, 0x0528, 0x004F, 0x1FE4,
10928c2ecf20Sopenharmony_ci		0x1FAE, 0x02C9, 0x0542, 0x0067, 0x1FE0,
10938c2ecf20Sopenharmony_ci		0x1FAE, 0x029A, 0x055A, 0x0082, 0x1FDC,
10948c2ecf20Sopenharmony_ci		0x1FAF, 0x026D, 0x056E, 0x009E, 0x1FD8,
10958c2ecf20Sopenharmony_ci		0x1FB0, 0x0240, 0x0580, 0x00BC, 0x1FD4,
10968c2ecf20Sopenharmony_ci		0x1FB2, 0x0213, 0x058F, 0x00DC, 0x1FD0,
10978c2ecf20Sopenharmony_ci		0x1FB5, 0x01E8, 0x059B, 0x00FD, 0x1FCB,
10988c2ecf20Sopenharmony_ci		0x1FB8, 0x01BD, 0x05A3, 0x0121, 0x1FC7,
10998c2ecf20Sopenharmony_ci		0x1FBB, 0x0194, 0x05A8, 0x0146, 0x1FC3,
11008c2ecf20Sopenharmony_ci		/* Chroma */
11018c2ecf20Sopenharmony_ci		0x1FBF, 0x016C, 0x05AA, 0x016C, 0x1FBF,
11028c2ecf20Sopenharmony_ci		0x1FC3, 0x0146, 0x05A8, 0x0194, 0x1FBB,
11038c2ecf20Sopenharmony_ci		0x1FC7, 0x0121, 0x05A3, 0x01BD, 0x1FB8,
11048c2ecf20Sopenharmony_ci		0x1FCB, 0x00FD, 0x059B, 0x01E8, 0x1FB5,
11058c2ecf20Sopenharmony_ci		0x1FD0, 0x00DC, 0x058F, 0x0213, 0x1FB2,
11068c2ecf20Sopenharmony_ci		0x1FD4, 0x00BC, 0x0580, 0x0240, 0x1FB0,
11078c2ecf20Sopenharmony_ci		0x1FD8, 0x009E, 0x056E, 0x026D, 0x1FAF,
11088c2ecf20Sopenharmony_ci		0x1FDC, 0x0082, 0x055A, 0x029A, 0x1FAE,
11098c2ecf20Sopenharmony_ci		0x1FE0, 0x0067, 0x0542, 0x02C9, 0x1FAE,
11108c2ecf20Sopenharmony_ci		0x1FE4, 0x004F, 0x0528, 0x02F6, 0x1FAF,
11118c2ecf20Sopenharmony_ci		0x1FE8, 0x0038, 0x050A, 0x0325, 0x1FB1,
11128c2ecf20Sopenharmony_ci		0x1FEB, 0x0024, 0x04EB, 0x0352, 0x1FB4,
11138c2ecf20Sopenharmony_ci		0x1FEE, 0x0011, 0x04C8, 0x0380, 0x1FB9,
11148c2ecf20Sopenharmony_ci		0x1FF1, 0x0000, 0x04A4, 0x03AC, 0x1FBF,
11158c2ecf20Sopenharmony_ci		0x1FF4, 0x1FF1, 0x047D, 0x03D8, 0x1FC6,
11168c2ecf20Sopenharmony_ci		0x1FF6, 0x1FE4, 0x0455, 0x0403, 0x1FCE,
11178c2ecf20Sopenharmony_ci		0x1FD8, 0x0428, 0x0428, 0x1FD8, 0x0000,
11188c2ecf20Sopenharmony_ci		0x1FCE, 0x0403, 0x0455, 0x1FE4, 0x1FF6,
11198c2ecf20Sopenharmony_ci		0x1FC6, 0x03D8, 0x047D, 0x1FF1, 0x1FF4,
11208c2ecf20Sopenharmony_ci		0x1FBF, 0x03AC, 0x04A4, 0x0000, 0x1FF1,
11218c2ecf20Sopenharmony_ci		0x1FB9, 0x0380, 0x04C8, 0x0011, 0x1FEE,
11228c2ecf20Sopenharmony_ci		0x1FB4, 0x0352, 0x04EB, 0x0024, 0x1FEB,
11238c2ecf20Sopenharmony_ci		0x1FB1, 0x0325, 0x050A, 0x0038, 0x1FE8,
11248c2ecf20Sopenharmony_ci		0x1FAF, 0x02F6, 0x0528, 0x004F, 0x1FE4,
11258c2ecf20Sopenharmony_ci		0x1FAE, 0x02C9, 0x0542, 0x0067, 0x1FE0,
11268c2ecf20Sopenharmony_ci		0x1FAE, 0x029A, 0x055A, 0x0082, 0x1FDC,
11278c2ecf20Sopenharmony_ci		0x1FAF, 0x026D, 0x056E, 0x009E, 0x1FD8,
11288c2ecf20Sopenharmony_ci		0x1FB0, 0x0240, 0x0580, 0x00BC, 0x1FD4,
11298c2ecf20Sopenharmony_ci		0x1FB2, 0x0213, 0x058F, 0x00DC, 0x1FD0,
11308c2ecf20Sopenharmony_ci		0x1FB5, 0x01E8, 0x059B, 0x00FD, 0x1FCB,
11318c2ecf20Sopenharmony_ci		0x1FB8, 0x01BD, 0x05A3, 0x0121, 0x1FC7,
11328c2ecf20Sopenharmony_ci		0x1FBB, 0x0194, 0x05A8, 0x0146, 0x1FC3,
11338c2ecf20Sopenharmony_ci	},
11348c2ecf20Sopenharmony_ci	[VS_LT_15_16_SCALE] = {
11358c2ecf20Sopenharmony_ci		/* Luma */
11368c2ecf20Sopenharmony_ci		0x1FBD, 0x0136, 0x061A, 0x0136, 0x1FBD,
11378c2ecf20Sopenharmony_ci		0x1FC3, 0x010D, 0x0617, 0x0161, 0x1FB8,
11388c2ecf20Sopenharmony_ci		0x1FC9, 0x00E6, 0x0611, 0x018E, 0x1FB2,
11398c2ecf20Sopenharmony_ci		0x1FCE, 0x00C1, 0x0607, 0x01BD, 0x1FAD,
11408c2ecf20Sopenharmony_ci		0x1FD4, 0x009E, 0x05F9, 0x01ED, 0x1FA8,
11418c2ecf20Sopenharmony_ci		0x1FD9, 0x007D, 0x05E8, 0x021F, 0x1FA3,
11428c2ecf20Sopenharmony_ci		0x1FDE, 0x005E, 0x05D3, 0x0252, 0x1F9F,
11438c2ecf20Sopenharmony_ci		0x1FE2, 0x0042, 0x05BC, 0x0285, 0x1F9B,
11448c2ecf20Sopenharmony_ci		0x1FE7, 0x0029, 0x059F, 0x02B9, 0x1F98,
11458c2ecf20Sopenharmony_ci		0x1FEA, 0x0011, 0x0580, 0x02EF, 0x1F96,
11468c2ecf20Sopenharmony_ci		0x1FEE, 0x1FFC, 0x055D, 0x0324, 0x1F95,
11478c2ecf20Sopenharmony_ci		0x1FF1, 0x1FE9, 0x0538, 0x0359, 0x1F95,
11488c2ecf20Sopenharmony_ci		0x1FF4, 0x1FD8, 0x0510, 0x038E, 0x1F96,
11498c2ecf20Sopenharmony_ci		0x1FF7, 0x1FC9, 0x04E5, 0x03C2, 0x1F99,
11508c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBD, 0x04B8, 0x03F5, 0x1F9D,
11518c2ecf20Sopenharmony_ci		0x1FFB, 0x1FB2, 0x0489, 0x0428, 0x1FA2,
11528c2ecf20Sopenharmony_ci		0x1FAA, 0x0456, 0x0456, 0x1FAA, 0x0000,
11538c2ecf20Sopenharmony_ci		0x1FA2, 0x0428, 0x0489, 0x1FB2, 0x1FFB,
11548c2ecf20Sopenharmony_ci		0x1F9D, 0x03F5, 0x04B8, 0x1FBD, 0x1FF9,
11558c2ecf20Sopenharmony_ci		0x1F99, 0x03C2, 0x04E5, 0x1FC9, 0x1FF7,
11568c2ecf20Sopenharmony_ci		0x1F96, 0x038E, 0x0510, 0x1FD8, 0x1FF4,
11578c2ecf20Sopenharmony_ci		0x1F95, 0x0359, 0x0538, 0x1FE9, 0x1FF1,
11588c2ecf20Sopenharmony_ci		0x1F95, 0x0324, 0x055D, 0x1FFC, 0x1FEE,
11598c2ecf20Sopenharmony_ci		0x1F96, 0x02EF, 0x0580, 0x0011, 0x1FEA,
11608c2ecf20Sopenharmony_ci		0x1F98, 0x02B9, 0x059F, 0x0029, 0x1FE7,
11618c2ecf20Sopenharmony_ci		0x1F9B, 0x0285, 0x05BC, 0x0042, 0x1FE2,
11628c2ecf20Sopenharmony_ci		0x1F9F, 0x0252, 0x05D3, 0x005E, 0x1FDE,
11638c2ecf20Sopenharmony_ci		0x1FA3, 0x021F, 0x05E8, 0x007D, 0x1FD9,
11648c2ecf20Sopenharmony_ci		0x1FA8, 0x01ED, 0x05F9, 0x009E, 0x1FD4,
11658c2ecf20Sopenharmony_ci		0x1FAD, 0x01BD, 0x0607, 0x00C1, 0x1FCE,
11668c2ecf20Sopenharmony_ci		0x1FB2, 0x018E, 0x0611, 0x00E6, 0x1FC9,
11678c2ecf20Sopenharmony_ci		0x1FB8, 0x0161, 0x0617, 0x010D, 0x1FC3,
11688c2ecf20Sopenharmony_ci		/* Chroma */
11698c2ecf20Sopenharmony_ci		0x1FBD, 0x0136, 0x061A, 0x0136, 0x1FBD,
11708c2ecf20Sopenharmony_ci		0x1FC3, 0x010D, 0x0617, 0x0161, 0x1FB8,
11718c2ecf20Sopenharmony_ci		0x1FC9, 0x00E6, 0x0611, 0x018E, 0x1FB2,
11728c2ecf20Sopenharmony_ci		0x1FCE, 0x00C1, 0x0607, 0x01BD, 0x1FAD,
11738c2ecf20Sopenharmony_ci		0x1FD4, 0x009E, 0x05F9, 0x01ED, 0x1FA8,
11748c2ecf20Sopenharmony_ci		0x1FD9, 0x007D, 0x05E8, 0x021F, 0x1FA3,
11758c2ecf20Sopenharmony_ci		0x1FDE, 0x005E, 0x05D3, 0x0252, 0x1F9F,
11768c2ecf20Sopenharmony_ci		0x1FE2, 0x0042, 0x05BC, 0x0285, 0x1F9B,
11778c2ecf20Sopenharmony_ci		0x1FE7, 0x0029, 0x059F, 0x02B9, 0x1F98,
11788c2ecf20Sopenharmony_ci		0x1FEA, 0x0011, 0x0580, 0x02EF, 0x1F96,
11798c2ecf20Sopenharmony_ci		0x1FEE, 0x1FFC, 0x055D, 0x0324, 0x1F95,
11808c2ecf20Sopenharmony_ci		0x1FF1, 0x1FE9, 0x0538, 0x0359, 0x1F95,
11818c2ecf20Sopenharmony_ci		0x1FF4, 0x1FD8, 0x0510, 0x038E, 0x1F96,
11828c2ecf20Sopenharmony_ci		0x1FF7, 0x1FC9, 0x04E5, 0x03C2, 0x1F99,
11838c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBD, 0x04B8, 0x03F5, 0x1F9D,
11848c2ecf20Sopenharmony_ci		0x1FFB, 0x1FB2, 0x0489, 0x0428, 0x1FA2,
11858c2ecf20Sopenharmony_ci		0x1FAA, 0x0456, 0x0456, 0x1FAA, 0x0000,
11868c2ecf20Sopenharmony_ci		0x1FA2, 0x0428, 0x0489, 0x1FB2, 0x1FFB,
11878c2ecf20Sopenharmony_ci		0x1F9D, 0x03F5, 0x04B8, 0x1FBD, 0x1FF9,
11888c2ecf20Sopenharmony_ci		0x1F99, 0x03C2, 0x04E5, 0x1FC9, 0x1FF7,
11898c2ecf20Sopenharmony_ci		0x1F96, 0x038E, 0x0510, 0x1FD8, 0x1FF4,
11908c2ecf20Sopenharmony_ci		0x1F95, 0x0359, 0x0538, 0x1FE9, 0x1FF1,
11918c2ecf20Sopenharmony_ci		0x1F95, 0x0324, 0x055D, 0x1FFC, 0x1FEE,
11928c2ecf20Sopenharmony_ci		0x1F96, 0x02EF, 0x0580, 0x0011, 0x1FEA,
11938c2ecf20Sopenharmony_ci		0x1F98, 0x02B9, 0x059F, 0x0029, 0x1FE7,
11948c2ecf20Sopenharmony_ci		0x1F9B, 0x0285, 0x05BC, 0x0042, 0x1FE2,
11958c2ecf20Sopenharmony_ci		0x1F9F, 0x0252, 0x05D3, 0x005E, 0x1FDE,
11968c2ecf20Sopenharmony_ci		0x1FA3, 0x021F, 0x05E8, 0x007D, 0x1FD9,
11978c2ecf20Sopenharmony_ci		0x1FA8, 0x01ED, 0x05F9, 0x009E, 0x1FD4,
11988c2ecf20Sopenharmony_ci		0x1FAD, 0x01BD, 0x0607, 0x00C1, 0x1FCE,
11998c2ecf20Sopenharmony_ci		0x1FB2, 0x018E, 0x0611, 0x00E6, 0x1FC9,
12008c2ecf20Sopenharmony_ci		0x1FB8, 0x0161, 0x0617, 0x010D, 0x1FC3,
12018c2ecf20Sopenharmony_ci	},
12028c2ecf20Sopenharmony_ci	[VS_LT_16_16_SCALE] = {
12038c2ecf20Sopenharmony_ci		/* Luma */
12048c2ecf20Sopenharmony_ci		0x1FC3, 0x00F8, 0x068A, 0x00F8, 0x1FC3,
12058c2ecf20Sopenharmony_ci		0x1FCA, 0x00CC, 0x0689, 0x0125, 0x1FBC,
12068c2ecf20Sopenharmony_ci		0x1FD1, 0x00A3, 0x0681, 0x0156, 0x1FB5,
12078c2ecf20Sopenharmony_ci		0x1FD7, 0x007D, 0x0676, 0x0188, 0x1FAE,
12088c2ecf20Sopenharmony_ci		0x1FDD, 0x005A, 0x0666, 0x01BD, 0x1FA6,
12098c2ecf20Sopenharmony_ci		0x1FE3, 0x0039, 0x0652, 0x01F3, 0x1F9F,
12108c2ecf20Sopenharmony_ci		0x1FE8, 0x001B, 0x0639, 0x022C, 0x1F98,
12118c2ecf20Sopenharmony_ci		0x1FEC, 0x0000, 0x061D, 0x0265, 0x1F92,
12128c2ecf20Sopenharmony_ci		0x1FF0, 0x1FE8, 0x05FC, 0x02A0, 0x1F8C,
12138c2ecf20Sopenharmony_ci		0x1FF4, 0x1FD2, 0x05D7, 0x02DC, 0x1F87,
12148c2ecf20Sopenharmony_ci		0x1FF7, 0x1FBF, 0x05AF, 0x0319, 0x1F82,
12158c2ecf20Sopenharmony_ci		0x1FFA, 0x1FAF, 0x0583, 0x0356, 0x1F7E,
12168c2ecf20Sopenharmony_ci		0x1FFC, 0x1FA1, 0x0554, 0x0393, 0x1F7C,
12178c2ecf20Sopenharmony_ci		0x1FFE, 0x1F95, 0x0523, 0x03CF, 0x1F7B,
12188c2ecf20Sopenharmony_ci		0x0000, 0x1F8C, 0x04EE, 0x040B, 0x1F7B,
12198c2ecf20Sopenharmony_ci		0x0001, 0x1F85, 0x04B8, 0x0446, 0x1F7C,
12208c2ecf20Sopenharmony_ci		0x1F80, 0x0480, 0x0480, 0x1F80, 0x0000,
12218c2ecf20Sopenharmony_ci		0x1F7C, 0x0446, 0x04B8, 0x1F85, 0x0001,
12228c2ecf20Sopenharmony_ci		0x1F7B, 0x040B, 0x04EE, 0x1F8C, 0x0000,
12238c2ecf20Sopenharmony_ci		0x1F7B, 0x03CF, 0x0523, 0x1F95, 0x1FFE,
12248c2ecf20Sopenharmony_ci		0x1F7C, 0x0393, 0x0554, 0x1FA1, 0x1FFC,
12258c2ecf20Sopenharmony_ci		0x1F7E, 0x0356, 0x0583, 0x1FAF, 0x1FFA,
12268c2ecf20Sopenharmony_ci		0x1F82, 0x0319, 0x05AF, 0x1FBF, 0x1FF7,
12278c2ecf20Sopenharmony_ci		0x1F87, 0x02DC, 0x05D7, 0x1FD2, 0x1FF4,
12288c2ecf20Sopenharmony_ci		0x1F8C, 0x02A0, 0x05FC, 0x1FE8, 0x1FF0,
12298c2ecf20Sopenharmony_ci		0x1F92, 0x0265, 0x061D, 0x0000, 0x1FEC,
12308c2ecf20Sopenharmony_ci		0x1F98, 0x022C, 0x0639, 0x001B, 0x1FE8,
12318c2ecf20Sopenharmony_ci		0x1F9F, 0x01F3, 0x0652, 0x0039, 0x1FE3,
12328c2ecf20Sopenharmony_ci		0x1FA6, 0x01BD, 0x0666, 0x005A, 0x1FDD,
12338c2ecf20Sopenharmony_ci		0x1FAE, 0x0188, 0x0676, 0x007D, 0x1FD7,
12348c2ecf20Sopenharmony_ci		0x1FB5, 0x0156, 0x0681, 0x00A3, 0x1FD1,
12358c2ecf20Sopenharmony_ci		0x1FBC, 0x0125, 0x0689, 0x00CC, 0x1FCA,
12368c2ecf20Sopenharmony_ci		/* Chroma */
12378c2ecf20Sopenharmony_ci		0x1FC3, 0x00F8, 0x068A, 0x00F8, 0x1FC3,
12388c2ecf20Sopenharmony_ci		0x1FCA, 0x00CC, 0x0689, 0x0125, 0x1FBC,
12398c2ecf20Sopenharmony_ci		0x1FD1, 0x00A3, 0x0681, 0x0156, 0x1FB5,
12408c2ecf20Sopenharmony_ci		0x1FD7, 0x007D, 0x0676, 0x0188, 0x1FAE,
12418c2ecf20Sopenharmony_ci		0x1FDD, 0x005A, 0x0666, 0x01BD, 0x1FA6,
12428c2ecf20Sopenharmony_ci		0x1FE3, 0x0039, 0x0652, 0x01F3, 0x1F9F,
12438c2ecf20Sopenharmony_ci		0x1FE8, 0x001B, 0x0639, 0x022C, 0x1F98,
12448c2ecf20Sopenharmony_ci		0x1FEC, 0x0000, 0x061D, 0x0265, 0x1F92,
12458c2ecf20Sopenharmony_ci		0x1FF0, 0x1FE8, 0x05FC, 0x02A0, 0x1F8C,
12468c2ecf20Sopenharmony_ci		0x1FF4, 0x1FD2, 0x05D7, 0x02DC, 0x1F87,
12478c2ecf20Sopenharmony_ci		0x1FF7, 0x1FBF, 0x05AF, 0x0319, 0x1F82,
12488c2ecf20Sopenharmony_ci		0x1FFA, 0x1FAF, 0x0583, 0x0356, 0x1F7E,
12498c2ecf20Sopenharmony_ci		0x1FFC, 0x1FA1, 0x0554, 0x0393, 0x1F7C,
12508c2ecf20Sopenharmony_ci		0x1FFE, 0x1F95, 0x0523, 0x03CF, 0x1F7B,
12518c2ecf20Sopenharmony_ci		0x0000, 0x1F8C, 0x04EE, 0x040B, 0x1F7B,
12528c2ecf20Sopenharmony_ci		0x0001, 0x1F85, 0x04B8, 0x0446, 0x1F7C,
12538c2ecf20Sopenharmony_ci		0x1F80, 0x0480, 0x0480, 0x1F80, 0x0000,
12548c2ecf20Sopenharmony_ci		0x1F7C, 0x0446, 0x04B8, 0x1F85, 0x0001,
12558c2ecf20Sopenharmony_ci		0x1F7B, 0x040B, 0x04EE, 0x1F8C, 0x0000,
12568c2ecf20Sopenharmony_ci		0x1F7B, 0x03CF, 0x0523, 0x1F95, 0x1FFE,
12578c2ecf20Sopenharmony_ci		0x1F7C, 0x0393, 0x0554, 0x1FA1, 0x1FFC,
12588c2ecf20Sopenharmony_ci		0x1F7E, 0x0356, 0x0583, 0x1FAF, 0x1FFA,
12598c2ecf20Sopenharmony_ci		0x1F82, 0x0319, 0x05AF, 0x1FBF, 0x1FF7,
12608c2ecf20Sopenharmony_ci		0x1F87, 0x02DC, 0x05D7, 0x1FD2, 0x1FF4,
12618c2ecf20Sopenharmony_ci		0x1F8C, 0x02A0, 0x05FC, 0x1FE8, 0x1FF0,
12628c2ecf20Sopenharmony_ci		0x1F92, 0x0265, 0x061D, 0x0000, 0x1FEC,
12638c2ecf20Sopenharmony_ci		0x1F98, 0x022C, 0x0639, 0x001B, 0x1FE8,
12648c2ecf20Sopenharmony_ci		0x1F9F, 0x01F3, 0x0652, 0x0039, 0x1FE3,
12658c2ecf20Sopenharmony_ci		0x1FA6, 0x01BD, 0x0666, 0x005A, 0x1FDD,
12668c2ecf20Sopenharmony_ci		0x1FAE, 0x0188, 0x0676, 0x007D, 0x1FD7,
12678c2ecf20Sopenharmony_ci		0x1FB5, 0x0156, 0x0681, 0x00A3, 0x1FD1,
12688c2ecf20Sopenharmony_ci		0x1FBC, 0x0125, 0x0689, 0x00CC, 0x1FCA,
12698c2ecf20Sopenharmony_ci	},
12708c2ecf20Sopenharmony_ci	[VS_1_TO_1_SCALE] = {
12718c2ecf20Sopenharmony_ci		/* Luma */
12728c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0800, 0x0000, 0x0000,
12738c2ecf20Sopenharmony_ci		0x1FD8, 0x0085, 0x06F9, 0x00E1, 0x1FC9,
12748c2ecf20Sopenharmony_ci		0x1FDF, 0x005B, 0x06F2, 0x0114, 0x1FC0,
12758c2ecf20Sopenharmony_ci		0x1FE5, 0x0035, 0x06E5, 0x014A, 0x1FB7,
12768c2ecf20Sopenharmony_ci		0x1FEB, 0x0012, 0x06D3, 0x0182, 0x1FAE,
12778c2ecf20Sopenharmony_ci		0x1FF1, 0x1FF3, 0x06BA, 0x01BD, 0x1FA5,
12788c2ecf20Sopenharmony_ci		0x1FF5, 0x1FD7, 0x069D, 0x01FB, 0x1F9C,
12798c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBE, 0x067C, 0x023A, 0x1F93,
12808c2ecf20Sopenharmony_ci		0x1FFD, 0x1FA8, 0x0656, 0x027B, 0x1F8A,
12818c2ecf20Sopenharmony_ci		0x0000, 0x1F95, 0x062B, 0x02BF, 0x1F81,
12828c2ecf20Sopenharmony_ci		0x0002, 0x1F86, 0x05FC, 0x0303, 0x1F79,
12838c2ecf20Sopenharmony_ci		0x0004, 0x1F79, 0x05CA, 0x0347, 0x1F72,
12848c2ecf20Sopenharmony_ci		0x0005, 0x1F6F, 0x0594, 0x038D, 0x1F6B,
12858c2ecf20Sopenharmony_ci		0x0006, 0x1F67, 0x055B, 0x03D2, 0x1F66,
12868c2ecf20Sopenharmony_ci		0x0007, 0x1F62, 0x051E, 0x0417, 0x1F62,
12878c2ecf20Sopenharmony_ci		0x0007, 0x1F5F, 0x04DF, 0x045C, 0x1F5F,
12888c2ecf20Sopenharmony_ci		0x1F5E, 0x04A2, 0x04A2, 0x1F5E, 0x0000,
12898c2ecf20Sopenharmony_ci		0x1F5F, 0x045C, 0x04DF, 0x1F5F, 0x0007,
12908c2ecf20Sopenharmony_ci		0x1F62, 0x0417, 0x051E, 0x1F62, 0x0007,
12918c2ecf20Sopenharmony_ci		0x1F66, 0x03D2, 0x055B, 0x1F67, 0x0006,
12928c2ecf20Sopenharmony_ci		0x1F6B, 0x038D, 0x0594, 0x1F6F, 0x0005,
12938c2ecf20Sopenharmony_ci		0x1F72, 0x0347, 0x05CA, 0x1F79, 0x0004,
12948c2ecf20Sopenharmony_ci		0x1F79, 0x0303, 0x05FC, 0x1F86, 0x0002,
12958c2ecf20Sopenharmony_ci		0x1F81, 0x02BF, 0x062B, 0x1F95, 0x0000,
12968c2ecf20Sopenharmony_ci		0x1F8A, 0x027B, 0x0656, 0x1FA8, 0x1FFD,
12978c2ecf20Sopenharmony_ci		0x1F93, 0x023A, 0x067C, 0x1FBE, 0x1FF9,
12988c2ecf20Sopenharmony_ci		0x1F9C, 0x01FB, 0x069D, 0x1FD7, 0x1FF5,
12998c2ecf20Sopenharmony_ci		0x1FA5, 0x01BD, 0x06BA, 0x1FF3, 0x1FF1,
13008c2ecf20Sopenharmony_ci		0x1FAE, 0x0182, 0x06D3, 0x0012, 0x1FEB,
13018c2ecf20Sopenharmony_ci		0x1FB7, 0x014A, 0x06E5, 0x0035, 0x1FE5,
13028c2ecf20Sopenharmony_ci		0x1FC0, 0x0114, 0x06F2, 0x005B, 0x1FDF,
13038c2ecf20Sopenharmony_ci		0x1FC9, 0x00E1, 0x06F9, 0x0085, 0x1FD8,
13048c2ecf20Sopenharmony_ci		/* Chroma */
13058c2ecf20Sopenharmony_ci		0x0000, 0x0000, 0x0800, 0x0000, 0x0000,
13068c2ecf20Sopenharmony_ci		0x1FD8, 0x0085, 0x06F9, 0x00E1, 0x1FC9,
13078c2ecf20Sopenharmony_ci		0x1FDF, 0x005B, 0x06F2, 0x0114, 0x1FC0,
13088c2ecf20Sopenharmony_ci		0x1FE5, 0x0035, 0x06E5, 0x014A, 0x1FB7,
13098c2ecf20Sopenharmony_ci		0x1FEB, 0x0012, 0x06D3, 0x0182, 0x1FAE,
13108c2ecf20Sopenharmony_ci		0x1FF1, 0x1FF3, 0x06BA, 0x01BD, 0x1FA5,
13118c2ecf20Sopenharmony_ci		0x1FF5, 0x1FD7, 0x069D, 0x01FB, 0x1F9C,
13128c2ecf20Sopenharmony_ci		0x1FF9, 0x1FBE, 0x067C, 0x023A, 0x1F93,
13138c2ecf20Sopenharmony_ci		0x1FFD, 0x1FA8, 0x0656, 0x027B, 0x1F8A,
13148c2ecf20Sopenharmony_ci		0x0000, 0x1F95, 0x062B, 0x02BF, 0x1F81,
13158c2ecf20Sopenharmony_ci		0x0002, 0x1F86, 0x05FC, 0x0303, 0x1F79,
13168c2ecf20Sopenharmony_ci		0x0004, 0x1F79, 0x05CA, 0x0347, 0x1F72,
13178c2ecf20Sopenharmony_ci		0x0005, 0x1F6F, 0x0594, 0x038D, 0x1F6B,
13188c2ecf20Sopenharmony_ci		0x0006, 0x1F67, 0x055B, 0x03D2, 0x1F66,
13198c2ecf20Sopenharmony_ci		0x0007, 0x1F62, 0x051E, 0x0417, 0x1F62,
13208c2ecf20Sopenharmony_ci		0x0007, 0x1F5F, 0x04DF, 0x045C, 0x1F5F,
13218c2ecf20Sopenharmony_ci		0x1F5E, 0x04A2, 0x04A2, 0x1F5E, 0x0000,
13228c2ecf20Sopenharmony_ci		0x1F5F, 0x045C, 0x04DF, 0x1F5F, 0x0007,
13238c2ecf20Sopenharmony_ci		0x1F62, 0x0417, 0x051E, 0x1F62, 0x0007,
13248c2ecf20Sopenharmony_ci		0x1F66, 0x03D2, 0x055B, 0x1F67, 0x0006,
13258c2ecf20Sopenharmony_ci		0x1F6B, 0x038D, 0x0594, 0x1F6F, 0x0005,
13268c2ecf20Sopenharmony_ci		0x1F72, 0x0347, 0x05CA, 0x1F79, 0x0004,
13278c2ecf20Sopenharmony_ci		0x1F79, 0x0303, 0x05FC, 0x1F86, 0x0002,
13288c2ecf20Sopenharmony_ci		0x1F81, 0x02BF, 0x062B, 0x1F95, 0x0000,
13298c2ecf20Sopenharmony_ci		0x1F8A, 0x027B, 0x0656, 0x1FA8, 0x1FFD,
13308c2ecf20Sopenharmony_ci		0x1F93, 0x023A, 0x067C, 0x1FBE, 0x1FF9,
13318c2ecf20Sopenharmony_ci		0x1F9C, 0x01FB, 0x069D, 0x1FD7, 0x1FF5,
13328c2ecf20Sopenharmony_ci		0x1FA5, 0x01BD, 0x06BA, 0x1FF3, 0x1FF1,
13338c2ecf20Sopenharmony_ci		0x1FAE, 0x0182, 0x06D3, 0x0012, 0x1FEB,
13348c2ecf20Sopenharmony_ci		0x1FB7, 0x014A, 0x06E5, 0x0035, 0x1FE5,
13358c2ecf20Sopenharmony_ci		0x1FC0, 0x0114, 0x06F2, 0x005B, 0x1FDF,
13368c2ecf20Sopenharmony_ci		0x1FC9, 0x00E1, 0x06F9, 0x0085, 0x1FD8,
13378c2ecf20Sopenharmony_ci	},
13388c2ecf20Sopenharmony_ci};
13398c2ecf20Sopenharmony_ci#endif
1340