/* * Driver for isx005 (3MP Camera) from SONY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // ISX005-0 (set v1.9 test 100901) //add 0x481D ->0 AF fail condition // 0x4453 ->7B AWB day //add 'camcorder_on' function #ifndef __ISX005_H__ #define __ISX005_H__ #define MAX_VALUE 0x0A20 #define MAX_VALUE_FLASH 0x069F//10*1024 / 6.04 #define AWB_BLUEOFFSET 0x01f4 //0813 #define MOVIEMODE_FLASH 3 #define FLASHMODE_AUTO 2 #define FLASHMODE_ON 3 #define FLASHMODE_OFF 1 #define FLASHMODE_TORCH 4 // AE parameter #define ERRSCL_AUTO 0x0284 #define ERRSCL_NOW 0x0286 #define AESCL_AUTO 0x0288 #define AESCL_NOW 0x028A #define CAP_HALF_AE_CTRL 0x027D #define CAP_GAINOFFSET 0x0282 #define AEINDEADBAND 0x400B #define AEOUTDEADBAND 0x400C #define AE_SPEED_INIT 0x402F #define AE_OFFSETVAL 0x076c //0813 // AWB parameter #define RATIO_R_AUTO 0x026A #define RATIO_B_AUTO 0x026C #define RATIO_R_NOW 0x026E #define RATIO_B_NOW 0x0270 #define HALF_AWB_CTRL 0x028C #define STB_CONT_SHIFT_R 0x445C #define STB_CONT_SHIFT_B 0x445E #define CONT_SHIFT 0x0097 // AF parameter #define AF_STATE 0x6D76 // SENS STS&MODE #define HALF_MOVE_STS 0x0294 #define MODESEL 0x0011 #define LED_ON 0x0069 #define FAST_MODECHG_EN 0x3208 #define AE_MAXDIFF 5000 #define N_RATIO 2 // luminous ratio of pre flash and fullflash 0:x2, 1:x3, 2:x4, 3:x5, 4:x6 #define AWB_TBLMIN 50 const uint16_t isx005_delta_awb_table[220][5] = { //delta AWB table { 3832,7425,10801,13978,16974}, { 3782,7286,10540,13571,16401}, { 3734,7151,10291,13185,15862}, { 3686,7020,10051,12818,15354}, { 3639,6893,9820,12468,14874}, { 3593,6770,9599,12135,14420}, { 3548,6650,9386,11817,13991}, { 3503,6533,9181,11513,13584}, { 3460,6420,8983,11222,13197}, { 3417,6310,8792,10944,12829}, { 3375,6203,8608,10678,12479}, { 3333,6099,8431,10423,12145}, { 3293,5998,8259,10178,11826}, { 3253,5899,8093,9942,11522}, { 3214,5803,7933,9716,11231}, { 3175,5709,7778,9499,10953}, { 3138,5618,7628,9289,10686}, { 3100,5529,7482,9088,10431}, { 3064,5442,7341,8893,10185}, { 3028,5357,7205,8706,9950}, { 2992,5274,7072,8525,9723}, { 2958,5194,6943,8350,9505}, { 2923,5115,6819,8181,9296}, { 2890,5038,6697,8018,9094}, { 2857,4963,6580,7860,8899}, { 2824,4889,6465,7707,8711}, { 2792,4818,6354,7559,8530}, { 2761,4747,6246,7416,8355}, { 2730,4679,6140,7277,8186}, { 2699,4612,6038,7142,8023}, { 2669,4546,5938,7012,7865}, { 2639,4482,5841,6885,7712}, { 2610,4419,5746,6762,7564}, { 2582,4357,5654,6642,7420}, { 2553,4297,5564,6526,7281}, { 2525,4238,5476,6413,7146}, { 2498,4180,5391,6303,7016}, { 2471,4124,5307,6196,6889}, { 2444,4068,5226,6092,6765}, { 2418,4014,5146,5991,6646}, { 2392,3961,5069,5893,6529}, { 2367,3909,4993,5797,6416}, { 2342,3857,4919,5703,6307}, { 2317,3807,4846,5612,6200}, { 2293,3758,4775,5523,6095}, { 2269,3710,4706,5436,5994}, { 2245,3662,4638,5352,5896}, { 2222,3616,4572,5269,5799}, { 2198,3570,4507,5189,5706}, { 2176,3525,4444,5110,5615}, { 2153,3481,4382,5033,5526}, { 2131,3438,4321,4958,5439}, { 2110,3396,4262,4885,5354}, { 2088,3354,4203,4813,5272}, { 2067,3313,4146,4743,5191}, { 2046,3273,4090,4674,5112}, { 2025,3233,4036,4607,5035}, { 2005,3194,3982,4542,4960}, { 1985,3156,3929,4478,4887}, { 1965,3119,3878,4415,4815}, { 1946,3082,3827,4353,4745}, { 1926,3046,3778,4293,4676}, { 1907,3010,3729,4234,4609}, { 1888,2975,3681,4177,4544}, { 1870,2941,3634,4120,4480}, { 1851,2907,3588,4065,4417}, { 1833,2873,3543,4011,4355}, { 1816,2840,3499,3957,4295}, { 1798,2808,3455,3905,4236}, { 1781,2776,3413,3854,4178}, { 1763,2745,3371,3804,4122}, { 1746,2714,3329,3755,4067}, { 1730,2684,3289,3706,4012}, { 1713,2654,3249,3659,3959}, { 1697,2625,3210,3613,3907}, { 1681,2596,3172,3567,3856}, { 1665,2567,3134,3522,3805}, { 1649,2539,3097,3478,3756}, { 1633,2512,3060,3435,3708}, { 1618,2484,3024,3393,3661}, { 1603,2458,2989,3351,3614}, { 1588,2431,2954,3310,3568}, { 1573,2405,2920,3270,3524}, { 1558,2379,2887,3231,3480}, { 1544,2354,2853,3192,3437}, { 1530,2329,2821,3154,3394}, { 1515,2305,2789,3116,3353}, { 1501,2281,2758,3080,3312}, { 1488,2257,2727,3043,3271}, { 1474,2233,2696,3008,3232}, { 1460,2210,2666,2973,3193}, { 1447,2187,2636,2938,3155}, { 1434,2165,2607,2904,3118}, { 1421,2142,2579,2871,3081}, { 1408,2120,2550,2838,3044}, { 1395,2099,2523,2806,3009}, { 1383,2077,2495,2774,2974}, { 1370,2056,2468,2743,2939}, { 1358,2036,2442,2712,2905}, { 1346,2015,2416,2682,2872}, { 1334,1995,2390,2652,2839}, { 1322,1975,2364,2623,2807}, { 1310,1955,2339,2594,2775}, { 1298,1936,2315,2565,2744}, { 1287,1917,2290,2537,2713}, { 1276,1898,2266,2510,2683}, { 1264,1879,2243,2483,2653}, { 1253,1861,2219,2456,2624}, { 1242,1842,2196,2429,2595}, { 1231,1824,2174,2403,2566}, { 1220,1807,2151,2378,2538}, { 1210,1789,2129,2353,2511}, { 1199,1772,2107,2328,2483}, { 1189,1755,2086,2303,2457}, { 1178,1738,2065,2279,2430}, { 1168,1721,2044,2255,2404}, { 1158,1705,2023,2232,2379}, { 1148,1689,2003,2208,2353}, { 1138,1673,1983,2186,2328}, { 1128,1657,1963,2163,2304}, { 1119,1641,1944,2141,2280}, { 1109,1626,1924,2119,2256}, { 1100,1610,1905,2097,2232}, { 1090,1595,1886,2076,2209}, { 1081,1580,1868,2055,2186}, { 1072,1566,1850,2034,2164}, { 1063,1551,1832,2014,2142}, { 1054,1537,1814,1994,2120}, { 1045,1522,1796,1974,2098}, { 1036,1508,1779,1954,2077}, { 1027,1494,1762,1935,2056}, { 1019,1481,1745,1915,2035}, { 1010,1467,1728,1896,2014}, { 1001,1454,1711,1878,1994}, { 993,1441,1695,1859,1974}, { 985,1427,1679,1841,1955}, { 977,1414,1663,1823,1935}, { 968,1402,1647,1806,1916}, { 960,1389,1632,1788,1897}, { 952,1376,1616,1771,1878}, { 944,1364,1601,1754,1860}, { 937,1352,1586,1737,1842}, { 929,1340,1571,1720,1824}, { 921,1328,1557,1704,1806}, { 914,1316,1542,1688,1789}, { 906,1304,1528,1672,1771}, { 899,1293,1514,1656,1754}, { 891,1281,1500,1640,1737}, { 884,1270,1486,1625,1721}, { 877,1259,1473,1609,1704}, { 870,1248,1459,1594,1688}, { 862,1237,1446,1579,1672}, { 855,1226,1433,1565,1656}, { 848,1215,1420,1550,1641}, { 842,1204,1407,1536,1625}, { 835,1194,1394,1522,1610}, { 828,1184,1381,1507,1595}, { 821,1173,1369,1494,1580}, { 815,1163,1357,1480,1565}, { 808,1153,1345,1466,1551}, { 801,1143,1333,1453,1536}, { 795,1133,1321,1440,1522}, { 789,1124,1309,1427,1508}, { 782,1114,1297,1414,1494}, { 776,1104,1286,1401,1480}, { 770,1095,1274,1388,1467}, { 764,1086,1263,1376,1453}, { 758,1076,1252,1363,1440}, { 751,1067,1241,1351,1427}, { 745,1058,1230,1339,1414}, { 740,1049,1219,1327,1401}, { 734,1040,1209,1315,1389}, { 728,1032,1198,1303,1376}, { 722,1023,1188,1292,1364}, { 716,1014,1177,1280,1351}, { 711,1006,1167,1269,1339}, { 705,997,1157,1258,1327}, { 699,989,1147,1247,1316}, { 694,981,1137,1236,1304}, { 688,972,1127,1225,1292}, { 683,964,1118,1214,1281}, { 678,956,1108,1204,1270}, { 672,948,1099,1193,1258}, { 667,941,1089,1183,1247}, { 662,933,1080,1173,1236}, { 657,925,1071,1163,1225}, { 652,917,1062,1152,1215}, { 646,910,1053,1143,1204}, { 641,902,1044,1133,1194}, { 636,895,1035,1123,1183}, { 631,888,1026,1113,1173}, { 627,880,1018,1104,1163}, { 622,873,1009,1094,1153}, { 617,866,1001,1085,1143}, { 612,859,992,1076,1133}, { 607,852,984,1067,1123}, { 603,845,976,1058,1114}, { 598,838,968,1049,1104}, { 593,831,960,1040,1095}, { 589,825,952,1031,1085}, { 584,818,944,1022,1076}, { 580,811,936,1014,1067}, { 575,805,928,1005,1058}, { 571,798,920,997,1049}, { 566,792,913,988,1040}, { 562,785,905,980,1031}, { 558,779,898,972,1023}, { 554,773,890,964,1014}, { 549,767,883,956,1005}, { 545,761,876,948,997}, { 541,754,869,940,989}, { 537,748,862,932,980}, { 533,742,855,925,972}, { 529,737,848,917,964}, { 525,731,841,909,956}, { 521,725,834,902,948}, { 517,719,827,894,940}, { 513,713,821,887,932}, { 509,708,814,880,925}, { 505,702,807,873,917}, } ; #if 0 const float isx005_delta_awb_table[220][5] = { //delta AWB table { 0.94, 1.81, 2.64, 3.41, 4.14 }, { 0.92, 1.78, 2.57, 3.31, 4.00 }, { 0.91, 1.75, 2.51, 3.22, 3.87 }, { 0.90, 1.71, 2.45, 3.13, 3.75 }, { 0.89, 1.68, 2.40, 3.04, 3.63 }, { 0.88, 1.65, 2.34, 2.96, 3.52 }, { 0.87, 1.62, 2.29, 2.88, 3.42 }, { 0.86, 1.60, 2.24, 2.81, 3.32 }, { 0.84, 1.57, 2.19, 2.74, 3.22 }, { 0.83, 1.54, 2.15, 2.67, 3.13 }, { 0.82, 1.51, 2.10, 2.61, 3.05 }, { 0.81, 1.49, 2.06, 2.54, 2.97 }, { 0.80, 1.46, 2.02, 2.48, 2.89 }, { 0.79, 1.44, 1.98, 2.43, 2.81 }, { 0.78, 1.42, 1.94, 2.37, 2.74 }, { 0.78, 1.39, 1.90, 2.32, 2.67 }, { 0.77, 1.37, 1.86, 2.27, 2.61 }, { 0.76, 1.35, 1.83, 2.22, 2.55 }, { 0.75, 1.33, 1.79, 2.17, 2.49 }, { 0.74, 1.31, 1.76, 2.13, 2.43 }, { 0.73, 1.29, 1.73, 2.08, 2.37 }, { 0.72, 1.27, 1.70, 2.04, 2.32 }, { 0.71, 1.25, 1.66, 2.00, 2.27 }, { 0.71, 1.23, 1.64, 1.96, 2.22 }, { 0.70, 1.21, 1.61, 1.92, 2.17 }, { 0.69, 1.19, 1.58, 1.88, 2.13 }, { 0.68, 1.18, 1.55, 1.85, 2.08 }, { 0.67, 1.16, 1.52, 1.81, 2.04 }, { 0.67, 1.14, 1.50, 1.78, 2.00 }, { 0.66, 1.13, 1.47, 1.74, 1.96 }, { 0.65, 1.11, 1.45, 1.71, 1.92 }, { 0.64, 1.09, 1.43, 1.68, 1.88 }, { 0.64, 1.08, 1.40, 1.65, 1.85 }, { 0.63, 1.06, 1.38, 1.62, 1.81 }, { 0.62, 1.05, 1.36, 1.59, 1.78 }, { 0.62, 1.03, 1.34, 1.57, 1.74 }, { 0.61, 1.02, 1.32, 1.54, 1.71 }, { 0.60, 1.01, 1.30, 1.51, 1.68 }, { 0.60, 0.99, 1.28, 1.49, 1.65 }, { 0.59, 0.98, 1.26, 1.46, 1.62 }, { 0.58, 0.97, 1.24, 1.44, 1.59 }, { 0.58, 0.95, 1.22, 1.42, 1.57 }, { 0.57, 0.94, 1.20, 1.39, 1.54 }, { 0.57, 0.93, 1.18, 1.37, 1.51 }, { 0.56, 0.92, 1.17, 1.35, 1.49 }, { 0.55, 0.91, 1.15, 1.33, 1.46 }, { 0.55, 0.89, 1.13, 1.31, 1.44 }, { 0.54, 0.88, 1.12, 1.29, 1.42 }, { 0.54, 0.87, 1.10, 1.27, 1.39 }, { 0.53, 0.86, 1.08, 1.25, 1.37 }, { 0.53, 0.85, 1.07, 1.23, 1.35 }, { 0.52, 0.84, 1.05, 1.21, 1.33 }, { 0.52, 0.83, 1.04, 1.19, 1.31 }, { 0.51, 0.82, 1.03, 1.18, 1.29 }, { 0.50, 0.81, 1.01, 1.16, 1.27 }, { 0.50, 0.80, 1.00, 1.14, 1.25 }, { 0.49, 0.79, 0.99, 1.12, 1.23 }, { 0.49, 0.78, 0.97, 1.11, 1.21 }, { 0.48, 0.77, 0.96, 1.09, 1.19 }, { 0.48, 0.76, 0.95, 1.08, 1.18 }, { 0.47, 0.75, 0.93, 1.06, 1.16 }, { 0.47, 0.74, 0.92, 1.05, 1.14 }, { 0.47, 0.73, 0.91, 1.03, 1.13 }, { 0.46, 0.73, 0.90, 1.02, 1.11 }, { 0.46, 0.72, 0.89, 1.01, 1.09 }, { 0.45, 0.71, 0.88, 0.99, 1.08 }, { 0.45, 0.70, 0.87, 0.98, 1.06 }, { 0.44, 0.69, 0.85, 0.97, 1.05 }, { 0.44, 0.69, 0.84, 0.95, 1.03 }, { 0.43, 0.68, 0.83, 0.94, 1.02 }, { 0.43, 0.67, 0.82, 0.93, 1.01 }, { 0.43, 0.66, 0.81, 0.92, 0.99 }, { 0.42, 0.66, 0.80, 0.90, 0.98 }, { 0.42, 0.65, 0.79, 0.89, 0.97 }, { 0.41, 0.64, 0.78, 0.88, 0.95 }, { 0.41, 0.63, 0.77, 0.87, 0.94 }, { 0.41, 0.63, 0.77, 0.86, 0.93 }, { 0.40, 0.62, 0.76, 0.85, 0.92 }, { 0.40, 0.61, 0.75, 0.84, 0.91 }, { 0.40, 0.61, 0.74, 0.83, 0.89 }, { 0.39, 0.60, 0.73, 0.82, 0.88 }, { 0.39, 0.59, 0.72, 0.81, 0.87 }, { 0.38, 0.59, 0.71, 0.80, 0.86 }, { 0.38, 0.58, 0.70, 0.79, 0.85 }, { 0.38, 0.57, 0.70, 0.78, 0.84 }, { 0.37, 0.57, 0.69, 0.77, 0.83 }, { 0.37, 0.56, 0.68, 0.76, 0.82 }, { 0.37, 0.56, 0.67, 0.75, 0.81 }, { 0.36, 0.55, 0.67, 0.74, 0.80 }, { 0.36, 0.55, 0.66, 0.73, 0.79 }, { 0.36, 0.54, 0.65, 0.73, 0.78 }, { 0.35, 0.53, 0.64, 0.72, 0.77 }, { 0.35, 0.53, 0.64, 0.71, 0.76 }, { 0.35, 0.52, 0.63, 0.70, 0.75 }, { 0.34, 0.52, 0.62, 0.69, 0.74 }, { 0.34, 0.51, 0.62, 0.69, 0.73 }, { 0.34, 0.51, 0.61, 0.68, 0.73 }, { 0.33, 0.50, 0.60, 0.67, 0.72 }, { 0.33, 0.50, 0.60, 0.66, 0.71 }, { 0.33, 0.49, 0.59, 0.65, 0.70 }, { 0.33, 0.49, 0.58, 0.65, 0.69 }, { 0.32, 0.48, 0.58, 0.64, 0.69 }, { 0.32, 0.48, 0.57, 0.63, 0.68 }, { 0.32, 0.47, 0.57, 0.63, 0.67 }, { 0.31, 0.47, 0.56, 0.62, 0.66 }, { 0.31, 0.46, 0.55, 0.61, 0.66 }, { 0.31, 0.46, 0.55, 0.61, 0.65 }, { 0.31, 0.45, 0.54, 0.60, 0.64 }, { 0.30, 0.45, 0.54, 0.59, 0.63 }, { 0.30, 0.45, 0.53, 0.59, 0.63 }, { 0.30, 0.44, 0.53, 0.58, 0.62 }, { 0.30, 0.44, 0.52, 0.57, 0.61 }, { 0.29, 0.43, 0.51, 0.57, 0.61 }, { 0.29, 0.43, 0.51, 0.56, 0.60 }, { 0.29, 0.42, 0.50, 0.56, 0.59 }, { 0.29, 0.42, 0.50, 0.55, 0.59 }, { 0.28, 0.42, 0.49, 0.54, 0.58 }, { 0.28, 0.41, 0.49, 0.54, 0.57 }, { 0.28, 0.41, 0.48, 0.53, 0.57 }, { 0.28, 0.40, 0.48, 0.53, 0.56 }, { 0.27, 0.40, 0.47, 0.52, 0.56 }, { 0.27, 0.40, 0.47, 0.52, 0.55 }, { 0.27, 0.39, 0.47, 0.51, 0.55 }, { 0.27, 0.39, 0.46, 0.51, 0.54 }, { 0.26, 0.39, 0.46, 0.50, 0.53 }, { 0.26, 0.38, 0.45, 0.50, 0.53 }, { 0.26, 0.38, 0.45, 0.49, 0.52 }, { 0.26, 0.38, 0.44, 0.49, 0.52 }, { 0.26, 0.37, 0.44, 0.48, 0.51 }, { 0.25, 0.37, 0.43, 0.48, 0.51 }, { 0.25, 0.36, 0.43, 0.47, 0.50 }, { 0.25, 0.36, 0.43, 0.47, 0.50 }, { 0.25, 0.36, 0.42, 0.46, 0.49 }, { 0.24, 0.35, 0.42, 0.46, 0.49 }, { 0.24, 0.35, 0.41, 0.45, 0.48 }, { 0.24, 0.35, 0.41, 0.45, 0.48 }, { 0.24, 0.35, 0.41, 0.45, 0.47 }, { 0.24, 0.34, 0.40, 0.44, 0.47 }, { 0.23, 0.34, 0.40, 0.44, 0.46 }, { 0.23, 0.34, 0.39, 0.43, 0.46 }, { 0.23, 0.33, 0.39, 0.43, 0.45 }, { 0.23, 0.33, 0.39, 0.42, 0.45 }, { 0.23, 0.33, 0.38, 0.42, 0.45 }, { 0.22, 0.32, 0.38, 0.42, 0.44 }, { 0.22, 0.32, 0.38, 0.41, 0.44 }, { 0.22, 0.32, 0.37, 0.41, 0.43 }, { 0.22, 0.32, 0.37, 0.40, 0.43 }, { 0.22, 0.31, 0.37, 0.40, 0.42 }, { 0.22, 0.31, 0.36, 0.40, 0.42 }, { 0.21, 0.31, 0.36, 0.39, 0.42 }, { 0.21, 0.30, 0.36, 0.39, 0.41 }, { 0.21, 0.30, 0.35, 0.39, 0.41 }, { 0.21, 0.30, 0.35, 0.38, 0.40 }, { 0.21, 0.30, 0.35, 0.38, 0.40 }, { 0.21, 0.29, 0.34, 0.37, 0.40 }, { 0.20, 0.29, 0.34, 0.37, 0.39 }, { 0.20, 0.29, 0.34, 0.37, 0.39 }, { 0.20, 0.29, 0.33, 0.36, 0.39 }, { 0.20, 0.28, 0.33, 0.36, 0.38 }, { 0.20, 0.28, 0.33, 0.36, 0.38 }, { 0.20, 0.28, 0.33, 0.35, 0.38 }, { 0.19, 0.28, 0.32, 0.35, 0.37 }, { 0.19, 0.27, 0.32, 0.35, 0.37 }, { 0.19, 0.27, 0.32, 0.35, 0.36 }, { 0.19, 0.27, 0.31, 0.34, 0.36 }, { 0.19, 0.27, 0.31, 0.34, 0.36 }, { 0.19, 0.27, 0.31, 0.34, 0.35 }, { 0.18, 0.26, 0.31, 0.33, 0.35 }, { 0.18, 0.26, 0.30, 0.33, 0.35 }, { 0.18, 0.26, 0.30, 0.33, 0.35 }, { 0.18, 0.26, 0.30, 0.32, 0.34 }, { 0.18, 0.25, 0.30, 0.32, 0.34 }, { 0.18, 0.25, 0.29, 0.32, 0.34 }, { 0.18, 0.25, 0.29, 0.32, 0.33 }, { 0.17, 0.25, 0.29, 0.31, 0.33 }, { 0.17, 0.25, 0.28, 0.31, 0.33 }, { 0.17, 0.24, 0.28, 0.31, 0.32 }, { 0.17, 0.24, 0.28, 0.30, 0.32 }, { 0.17, 0.24, 0.28, 0.30, 0.32 }, { 0.17, 0.24, 0.28, 0.30, 0.32 }, { 0.17, 0.24, 0.27, 0.30, 0.31 }, { 0.17, 0.23, 0.27, 0.29, 0.31 }, { 0.16, 0.23, 0.27, 0.29, 0.31 }, { 0.16, 0.23, 0.27, 0.29, 0.30 }, { 0.16, 0.23, 0.26, 0.29, 0.30 }, { 0.16, 0.23, 0.26, 0.28, 0.30 }, { 0.16, 0.22, 0.26, 0.28, 0.30 }, { 0.16, 0.22, 0.26, 0.28, 0.29 }, { 0.16, 0.22, 0.25, 0.28, 0.29 }, { 0.16, 0.22, 0.25, 0.27, 0.29 }, { 0.15, 0.22, 0.25, 0.27, 0.29 }, { 0.15, 0.21, 0.25, 0.27, 0.28 }, { 0.15, 0.21, 0.25, 0.27, 0.28 }, { 0.15, 0.21, 0.24, 0.26, 0.28 }, { 0.15, 0.21, 0.24, 0.26, 0.28 }, { 0.15, 0.21, 0.24, 0.26, 0.27 }, { 0.15, 0.21, 0.24, 0.26, 0.27 }, { 0.15, 0.20, 0.24, 0.26, 0.27 }, { 0.14, 0.20, 0.23, 0.25, 0.27 }, { 0.14, 0.20, 0.23, 0.25, 0.26 }, { 0.14, 0.20, 0.23, 0.25, 0.26 }, { 0.14, 0.20, 0.23, 0.25, 0.26 }, { 0.14, 0.20, 0.23, 0.25, 0.26 }, { 0.14, 0.19, 0.22, 0.24, 0.26 }, { 0.14, 0.19, 0.22, 0.24, 0.25 }, { 0.14, 0.19, 0.22, 0.24, 0.25 }, { 0.14, 0.19, 0.22, 0.24, 0.25 }, { 0.14, 0.19, 0.22, 0.24, 0.25 }, { 0.13, 0.19, 0.22, 0.23, 0.25 }, { 0.13, 0.19, 0.21, 0.23, 0.24 }, { 0.13, 0.18, 0.21, 0.23, 0.24 }, { 0.13, 0.18, 0.21, 0.23, 0.24 }, { 0.13, 0.18, 0.21, 0.23, 0.24 }, { 0.13, 0.18, 0.21, 0.22, 0.24 }, { 0.13, 0.18, 0.21, 0.22, 0.23 }, { 0.13, 0.18, 0.20, 0.22, 0.23 }, { 0.13, 0.18, 0.20, 0.22, 0.23 }, { 0.13, 0.17, 0.20, 0.22, 0.23 }, { 0.12, 0.17, 0.20, 0.21, 0.23 }, { 0.12, 0.17, 0.20, 0.21, 0.22 } } ; #endif const uint16_t isx005_aeoffset_table[] = { #if 0//3.5 0,25,49,72,96,118,140,162,183,204, 224,244,263,282,301,319,337,355,372,390, 406,423,439,455,470,486,501,516,530,544, 559,572,586,599,613,626,639,651,664,676, 688,700,711,723,734,746,757,768,778,789, 799,810,820,830,840,849,859,869,878,887, 896,905,914,923,932,940,949,957,965,974, 982,990,997,1005,1013,1021,1028,1035,1043,1050, 1057,1064,1071,1078,1085,1092,1098,1105,1111,1118, 1124,1131,1137,1143,1149,1155,1161,1167,1173,1179, 1184,1190,1196,1201,1207,1212,1218,1223,1228,1233, 1239,1244,1249,1254,1259,1264,1268,1273,1278,1283, 1287,1292,1297,1301,1306,1310,1314,1319,1323,1327, 1332,1336,1340,1344,1348,1352,1356,1360,1364,1368, 1372,1376,1379,1383,1387,1390,1394,1398,1401,1405, 1408,1412,1415,1419,1422,1425,1429,1432,1435,1439, 1442,1445,1448,1451,1454,1457,1460,1463,1466,1469, 1472,1475,1478,1481,1484,1487,1489,1492,1495,1498, 1500,1503,1506,1508,1511,1513,1516,1518,1521,1523, 1526,1528,1531,1533,1536,1538,1540,1543,1545,1547, 1549,1552,1554,1556,1558,1561,1563,1565,1567,1569, 1571,1573,1575,1577,1579,1581,1583,1585,1587,1589, 1591,1593,1595,1597,1599,1601,1602,1604,1606,1608, 1610,1611,1613,1615,1617,1618,1620,1622,1623,1625, 1627,1628,1630,1632,1633,1635,1636,1638,1639,1641, 1642,1644,1645,1647,1648,1650,1651,1653,1654,1656, 1657,1658,1660,1661,1663,1664,1665,1667,1668,1669, 1670,1672,1673,1674,1676,1677,1678,1679,1681,1682, 1683,1684,1685,1687,1688,1689,1690,1691,1692,1693, 1695,1696,1697,1698,1699,1700,1701,1702,1703,1704, 1705,1706,1707,1708,1709,1710,1711,1712,1713,1714, 1715,1716,1717,1718,1719,1720,1721,1722,1723,1724, 1725,1725,1726,1727,1728,1729,1730,1731,1731,1732, 1733,1734,1735,1736,1736,1737,1738,1739,1740,1740, 1741,1742,1743,1743,1744,1745,1746,1746,1747,1748, 1749,1749,1750,1751,1751,1752,1753,1753,1754,1755, 1755,1756,1757,1757,1758,1759,1759,1760,1761,1761, 1762,1763,1763,1764,1764,1765,1766,1766,1767,1767, 1768,1768,1769,1770,1770,1771,1771,1772,1772,1773, 1773,1774,1775,1775,1776,1776,1777,1777,1778,1778, 1779,1779,1780,1780,1781,1781,1782,1782,1783,1783, 1783,1784,1784,1785,1785,1786,1786,1787,1787,1788, 1788,1788,1789,1789,1790,1790,1790,1791,1791,1792, 1792,1793,1793,1793,1794,1794,1795,1795,1795,1796, 1796,1796,1797,1797,1798,1798,1798,1799,1799,1799, 1800,1800,1800,1801,1801,1801,1802,1802,1802,1803, 1803,1803,1804,1804,1804,1805,1805,1805,1806,1806, 1806,1807,1807,1807,1807,1808,1808,1808,1809,1809, 1809,1809,1810,1810,1810,1811,1811,1811,1811,1812, 1812,1812,1812,1813,1813,1813,1814,1814,1814,1814 #endif #if 0 // 3.0 0,20,39,58,77,95,113,131,148,165, 182,198,214,230,246,261,276,291,305,319, 333,347,361,374,387,400,413,426,438,450, 462,474,486,497,509,520,531,542,553,563, 574,584,594,604,614,624,633,643,652,661, 670,679,688,697,706,714,723,731,739,747, 755,763,771,779,787,794,802,809,816,824, 831,838,845,852,858,865,872,878,885,891, 898,904,910,917,923,929,935,941,946,952, 958,964,969,975,980,986,991,996,1001,1007, 1012,1017,1022,1027,1032,1037,1042,1046,1051,1056, 1061,1065,1070,1074,1079,1083,1088,1092,1096,1100, 1105,1109,1113,1117,1121,1125,1129,1133,1137,1141, 1145,1149,1152,1156,1160,1163,1167,1171,1174,1178, 1181,1185,1188,1192,1195,1198,1202,1205,1208,1211, 1215,1218,1221,1224,1227,1230,1233,1236,1239,1242, 1245,1248,1251,1254,1257,1259,1262,1265,1268,1270, 1273,1276,1278,1281,1284,1286,1289,1291,1294,1296, 1299,1301,1304,1306,1308,1311,1313,1315,1318,1320, 1322,1324,1327,1329,1331,1333,1335,1338,1340,1342, 1344,1346,1348,1350,1352,1354,1356,1358,1360,1362, 1364,1366,1368,1370,1371,1373,1375,1377,1379,1380, 1382,1384,1386,1388,1389,1391,1393,1394,1396,1398, 1399,1401,1403,1404,1406,1407,1409,1410,1412,1413, 1415,1417,1418,1419,1421,1422,1424,1425,1427,1428, 1430,1431,1432,1434,1435,1436,1438,1439,1440,1442, 1443,1444,1446,1447,1448,1449,1451,1452,1453,1454, 1455,1457,1458,1459,1460,1461,1463,1464,1465,1466, 1467,1468,1469,1470,1471,1473,1474,1475,1476,1477, 1478,1479,1480,1481,1482,1483,1484,1485,1486,1487, 1488,1489,1490,1491,1492,1492,1493,1494,1495,1496, 1497,1498,1499,1500,1500,1501,1502,1503,1504,1505, 1506,1506,1507,1508,1509,1510,1510,1511,1512,1513, 1514,1514,1515,1516,1517,1517,1518,1519,1520,1520, 1521,1522,1522,1523,1524,1524,1525,1526,1527,1527, 1528,1529,1529,1530,1530,1531,1532,1532,1533,1534, 1534,1535,1536,1536,1537,1537,1538,1539,1539,1540, 1540,1541,1541,1542,1543,1543,1544,1544,1545,1545, 1546,1546,1547,1547,1548,1548,1549,1549,1550,1550, 1551,1551,1552,1552,1553,1553,1554,1554,1555,1555, 1556,1556,1557,1557,1558,1558,1559,1559,1559,1560, 1560,1561,1561,1562,1562,1562,1563,1563,1564,1564, 1564,1565,1565,1566,1566,1566,1567,1567,1568,1568, 1568,1569,1569,1570,1570,1570,1571,1571,1571,1572, 1572,1572,1573,1573,1573,1574,1574,1574,1575,1575, 1575,1576,1576,1576,1577,1577,1577,1578,1578,1578, 1579,1579,1579,1579,1580,1580,1580,1581,1581,1581, 1582,1582,1582,1582,1583,1583,1583,1583,1584,1584, 1584,1585,1585,1585,1585,1586,1586,1586,1586,1587, 1587,1587,1587,1588,1588,1588,1588,1589,1589,1589 #endif #if 0 //2.5 0,15,30,44,58,72,86,99,112,125, 138,151,163,176,188,200,212,223,235,246, 257,268,279,289,300,310,320,330,340,350, 360,369,379,388,397,406,415,424,433,441, 450,458,466,475,483,491,498,506,514,522, 529,537,544,551,558,565,572,579,586,593, 600,606,613,619,626,632,638,645,651,657, 663,669,674,680,686,692,697,703,708,714, 719,725,730,735,740,745,750,755,760,765, 770,775,780,785,789,794,798,803,807,812, 816,821,825,829,834,838,842,846,850,854, 858,862,866,870,874,878,881,885,889,893, 896,900,903,907,910,914,917,921,924,928, 931,934,937,941,944,947,950,953,956,960, 963,966,969,972,974,977,980,983,986,989, 992,994,997,1000,1002,1005,1008,1010,1013,1016, 1018,1021,1023,1026,1028,1031,1033,1036,1038,1040, 1043,1045,1047,1050,1052,1054,1056,1059,1061,1063, 1065,1067,1069,1072,1074,1076,1078,1080,1082,1084, 1086,1088,1090,1092,1094,1096,1097,1099,1101,1103, 1105,1107,1109,1110,1112,1114,1116,1117,1119,1121, 1123,1124,1126,1128,1129,1131,1132,1134,1136,1137, 1139,1140,1142,1143,1145,1147,1148,1149,1151,1152, 1154,1155,1157,1158,1160,1161,1162,1164,1165,1166, 1168,1169,1170,1172,1173,1174,1176,1177,1178,1179, 1181,1182,1183,1184,1186,1187,1188,1189,1190,1192, 1193,1194,1195,1196,1197,1198,1199,1201,1202,1203, 1204,1205,1206,1207,1208,1209,1210,1211,1212,1213, 1214,1215,1216,1217,1218,1219,1220,1221,1222,1223, 1224,1225,1225,1226,1227,1228,1229,1230,1231,1232, 1232,1233,1234,1235,1236,1237,1238,1238,1239,1240, 1241,1242,1242,1243,1244,1245,1245,1246,1247,1248, 1248,1249,1250,1251,1251,1252,1253,1253,1254,1255, 1256,1256,1257,1258,1258,1259,1260,1260,1261,1261, 1262,1263,1263,1264,1265,1265,1266,1267,1267,1268, 1268,1269,1269,1270,1271,1271,1272,1272,1273,1273, 1274,1275,1275,1276,1276,1277,1277,1278,1278,1279, 1279,1280,1280,1281,1281,1282,1282,1283,1283,1284, 1284,1285,1285,1286,1286,1287,1287,1288,1288,1289, 1289,1289,1290,1290,1291,1291,1292,1292,1292,1293, 1293,1294,1294,1295,1295,1295,1296,1296,1297,1297, 1297,1298,1298,1298,1299,1299,1300,1300,1300,1301, 1301,1301,1302,1302,1303,1303,1303,1304,1304,1304, 1305,1305,1305,1306,1306,1306,1307,1307,1307,1308, 1308,1308,1308,1309,1309,1309,1310,1310,1310,1311, 1311,1311,1311,1312,1312,1312,1313,1313,1313,1313, 1314,1314,1314,1315,1315,1315,1315,1316,1316,1316, 1316,1317,1317,1317,1317,1318,1318,1318,1318,1319, 1319,1319,1319,1320,1320,1320,1320,1320,1321,1321, 1321,1321,1322,1322,1322,1322,1322,1323,1323,1323 #endif #if 1 // 2.7 0,17,33,50,66,81,97,112,127,141, 156,170,184,198,211,225,238,251,263,276, 288,300,312,324,335,347,358,369,380,391, 402,412,423,433,443,453,463,472,482,491, 500,510,519,528,537,545,554,562,571,579, 587,595,603,611,619,627,634,642,649,657, 664,671,678,685,692,699,706,713,719,726, 732,739,745,751,757,764,770,776,782,787, 793,799,805,810,816,821,827,832,838,843, 848,853,858,864,869,874,878,883,888,893, 898,902,907,912,916,921,925,929,934,938, 942,947,951,955,959,963,967,971,975,979, 983,987,991,995,998,1002,1006,1009,1013,1017, 1020,1024,1027,1031,1034,1037,1041,1044,1047,1051, 1054,1057,1060,1064,1067,1070,1073,1076,1079,1082, 1085,1088,1091,1094,1096,1099,1102,1105,1108,1110, 1113,1116,1119,1121,1124,1126,1129,1132,1134,1137, 1139,1142,1144,1147,1149,1151,1154,1156,1158,1161, 1163,1165,1168,1170,1172,1174,1176,1179,1181,1183, 1185,1187,1189,1191,1193,1195,1197,1199,1201,1203, 1205,1207,1209,1211,1213,1215,1217,1218,1220,1222, 1224,1226,1227,1229,1231,1233,1234,1236,1238,1239, 1241,1243,1244,1246,1248,1249,1251,1252,1254,1255, 1257,1259,1260,1262,1263,1264,1266,1267,1269,1270, 1272,1273,1275,1276,1277,1279,1280,1281,1283,1284, 1285,1287,1288,1289,1291,1292,1293,1294,1296,1297, 1298,1299,1300,1302,1303,1304,1305,1306,1307,1309, 1310,1311,1312,1313,1314,1315,1316,1317,1318,1319, 1321,1322,1323,1324,1325,1326,1327,1328,1329,1330, 1331,1332,1333,1333,1334,1335,1336,1337,1338,1339, 1340,1341,1342,1343,1343,1344,1345,1346,1347,1348, 1349,1349,1350,1351,1352,1353,1354,1354,1355,1356, 1357,1357,1358,1359,1360,1361,1361,1362,1363,1363, 1364,1365,1366,1366,1367,1368,1368,1369,1370,1370, 1371,1372,1373,1373,1374,1374,1375,1376,1376,1377, 1378,1378,1379,1380,1380,1381,1381,1382,1383,1383, 1384,1384,1385,1385,1386,1387,1387,1388,1388,1389, 1389,1390,1390,1391,1391,1392,1393,1393,1394,1394, 1395,1395,1396,1396,1397,1397,1398,1398,1398,1399, 1399,1400,1400,1401,1401,1402,1402,1403,1403,1404, 1404,1404,1405,1405,1406,1406,1407,1407,1407,1408, 1408,1409,1409,1409,1410,1410,1411,1411,1411,1412, 1412,1413,1413,1413,1414,1414,1414,1415,1415,1415, 1416,1416,1417,1417,1417,1418,1418,1418,1419,1419, 1419,1420,1420,1420,1421,1421,1421,1422,1422,1422, 1422,1423,1423,1423,1424,1424,1424,1425,1425,1425, 1425,1426,1426,1426,1427,1427,1427,1427,1428,1428, 1428,1428,1429,1429,1429,1430,1430,1430,1430,1431, 1431,1431,1431,1432,1432,1432,1432,1433,1433,1433, 1433,1433,1434,1434,1434,1434,1435,1435,1435,1435 #endif }; typedef struct isx005_reg { unsigned short subaddr; unsigned int value; unsigned int len; }isx005_short_t; isx005_short_t isx005_init_reg[] = { // ISX005-0 (FW 2005) // Parallel 15fps // PLL 432MHz // DCK Preview : 54MHz,Capture : 72MHz // // inifile // size address data // {0x000b, 0x0004, 1}, // PLL_CKSEL {0x02C7, 0x0001, 1}, // SRCCK_DIV {0x02B8, 0x0010, 1}, // VIF_CLKCONFIG1 {0x02B9, 0x0011, 1}, // VIF_CLKCONFIG2 (Preview - 54MHz) {0x02BA, 0x0030, 1}, // VIF_CLKCONFIG3 {0x02BB, 0x0030, 1}, // VIF_CLKCONFIG4 {0x02BC, 0x0011, 1}, // VIF_CLKCONFIG5 (CAP - 54MHz) {0x02BD, 0x0012, 1}, // VIF_CLKCONFIG6 {0x02BE, 0x0013, 1}, // VIF_CLKCONFIG7 {0x02C0, 0x0011, 1}, // VIF_CLKCONFIG9 (Interleave CAP - 54MHz) {0x02C1, 0x0030, 1}, // VIF_CLKCONFIG10 {0x4C10, 0x0011, 1}, // VIF_CLKCONFIG13 {0x0348, 0x0030, 1}, // VIF_CLKCONFIG_HD1 {0x034A, 0x0011, 1}, // VIF_CLKCONFIG_HD3 {0x034C, 0x0030, 1}, // VIF_CLKCONFIG_HD5 {0x4044, 0x1518, 2}, // 1SECCLK_ALL {0x4046, 0x1518, 2}, // 1SECCLK_HD_1_1 {0x402B, 0x0096, 1}, // FPS_SENSALL {0x402C, 0x0096, 2}, // FPS_SENS_HD_1_1 {0x4060, 0x1518, 2}, // PIXEL_CLK {0x4062, 0x1518, 2}, // PIXEL_CLK_HD_1_1 {0x403E, 0x210A, 2}, // FLSHT50 {0x4074, 0x210A, 2}, // FLSHT50_HD_1_1 {0x4040, 0x1FF7, 2}, // FLSHT60 {0x4076, 0x1FF7, 2}, // FLSHT60_HD_1_1 {0x02A2, 0x0021, 2}, // VADJ_SENS_1_1 {0x0364, 0x0021, 2}, // VADJ_SENS_HD_1_1 {0x02A4, 0x000C, 2}, // VADJ_SENS_1_2 {0x02A6, 0x0003, 2}, // VADJ_SENS_1_4 ?? {0x02A8, 0x0000, 2}, // VADJ_SENS_1_8 {0x4C14, 0x0340, 2}, // FLC_OPD_HEIGHT_NORMAL_1_1 {0x4C1C, 0x0340, 2}, // FLC_OPD_HEIGHT_HD_1_1 {0x4C16, 0x0300, 2}, // FLC_OPD_HEIGHT_NORMAL_1_2 {0x4C18, 0x0180, 2}, // FLC_OPD_HEIGHT_NORMAL_1_4 {0x4C1A, 0x00C0, 2}, // FLC_OPD_HEIGHT_NORMAL_1_8 {0x000E, 0x0012, 1}, // GPIO_FUNCSEL IRQ disable & UART enable {0x0038, 0x000D, 1}, // VIF_DCK_MASK_EN[1:1] - 0: OFF ?? {0x001C, 0x0000, 1}, // OUTFMT_MONI 0x00 - YUV {0x0022, 0x0280, 2}, // HSIZE_MONI - 640 {0x0028, 0x01E0, 2}, // VSIZE_MONI - 480 {0x0380, 0x0001, 1}, // SENSMODE_MONI {0x0383, 0x0002, 1}, // FPSTYPE_MONI (30fps) {0x3208, 0x0001, 1}, // after capture mode,remove 1 frame {0x02CD, 0x00A8, 1}, // DRV_CK - 8ma {0x4038, 0x0002, 1}, // FLCCHTCNT_CMOS flicker ADD {0xB000, 0x3021BCBC, 4}, {0xB004, 0x00AE8055, 4}, {0xB008, 0xF8E0F175, 4}, {0xB00C, 0x0095D855, 4}, {0xB010, 0xFD3AF176, 4}, {0xB014, 0x00000000, 4}, {0xB018, 0x00000000, 4}, {0xB01C, 0x00000000, 4}, {0xB020, 0x00000000, 4}, {0xB024, 0x00000000, 4}, {0xB028, 0x00000000, 4}, {0xB02C, 0x00000000, 4}, {0xB030, 0x00000000, 4}, {0xB034, 0x00000000, 4}, {0xB038, 0x00000000, 4}, {0xB03C, 0x00000000, 4}, {0xB040, 0x00000000, 4}, {0xB044, 0xFDAEF68F, 4}, {0xB048, 0xF808F000, 4}, {0xB04C, 0xFF1AF68A, 4}, {0xB050, 0xF950F68A, 4}, {0xB054, 0xF816F000, 4}, {0xB058, 0xFAC0F689, 4}, {0xB05C, 0x2000B480, 4}, {0xB060, 0x49074A06, 4}, {0xB064, 0x185B0083, 4}, {0xB068, 0x055B699B, 4}, {0xB06C, 0x00470D5B, 4}, {0xB070, 0x300153D3, 4}, {0xB074, 0xDBF5280A, 4}, {0xB078, 0x46F7BC80, 4}, {0xB07C, 0x0018011C, 4}, {0xB080, 0x0030EC40, 4}, {0xB084, 0x4805B500, 4}, {0xB088, 0x28017980, 4}, {0xB08C, 0x4804D103, 4}, {0xB090, 0x28027800, 4}, {0xB094, 0xF000D101, 4}, {0xB098, 0xBD00F805, 4}, {0xB09C, 0x00182F7C, 4}, {0xB0A0, 0x00183CAC, 4}, {0xB0A4, 0x2100B4F0, 4}, {0xB0A8, 0x4A1A4819, 4}, {0xB0AC, 0x78C07804, 4}, {0xB0B0, 0x4D166817, 4}, {0xB0B4, 0x0FDB07C3, 4}, {0xB0B8, 0x5A280048, 4}, {0xB0BC, 0xD0172C00, 4}, {0xB0C0, 0x0252697A, 4}, {0xB0C4, 0x2A010FD2, 4}, {0xB0C8, 0x4E13D112, 4}, {0xB0CC, 0x1992008A, 4}, {0xB0D0, 0x2A017ED2, 4}, {0xB0D4, 0x2B00D10C, 4}, {0xB0D8, 0x0782D003, 4}, {0xB0DC, 0x3002D108, 4}, {0xB0E0, 0x0782E004, 4}, {0xB0E4, 0x2801D004, 4}, {0xB0E8, 0x3802DD02, 4}, {0xB0EC, 0x0C000400, 4}, {0xB0F0, 0x008A4E09, 4}, {0xB0F4, 0x69961992, 4}, {0xB0F8, 0x02F60AF6, 4}, {0xB0FC, 0x61904330, 4}, {0xB100, 0x290A3101, 4}, {0xB104, 0xBCF0DBD8, 4}, {0xB108, 0x000046F7, 4}, {0xB10C, 0x0018011C, 4}, {0xB110, 0x00183CB2, 4}, {0xB114, 0x00181958, 4}, {0xB118, 0x0030EC40, 4}, {0x0009, 0x0016, 1}, // INCK_SET }; isx005_short_t isx005_init_image_tuning_setting[] = { // // isx005 start release 0900917 lee // for shd 70~80% // ae target 2000_091007 // agc max 15.6db_091007 // max shutter 125ms_091007 // adj default shtmin=114 agcmin=0_091007 // ff // user ctrl {0x4a0c, 0x0000, 1},//adjustment modes {0x4a0d, 0x0000, 1},//adjustment sub-modes {0x4a0e, 0x0005, 1},//pre-white baralce opd error retry frame number this is the number of frames which wait ignoring the opderr acknowledgement when the adjustment instruction is earlier than the opd convergence after the change of the light source. arlier than the opd convergence after the change of the light source. {0x0084, 0x014a, 2},// ae preset0 700lx {0x0086, 0x0298, 2},// ae preset0 700lx {0x0088, 0x04e2, 2},// ae preset1 20lx {0x008a, 0x0a96, 2},// ae preset1 20lx {0x008c, 0x07d0, 2},// ae preset2 ?????????????p {0x008e, 0x0000, 2},// ae preset2 ?????????????p {0x0090, 0x0000, 2},// ae preset3 min sht {0x0092, 0x0000, 2},// ae preset3 min agc {0x400e, 0x2400, 2},//free frame photometry mode convergence luminance setting this is the adjustment value of the convergence luminance when using the free frame. convergence is performed in such a way that the evaluation value and setting value are made equal. performed in such a way that the evaluation value and setting value are made equal. {0x4012, 0x22E9, 2},//movie ae shutter scale (limitted 1 frame) {0x4014, 0x0bf5, 2},//movie ae agc max // ceter weight type4c ver.090807 {0x42bd, 0x0000, 1},//?????d???00?g???d???w?? type4 {0x42be, 0x0000, 1},//?????d???01?g???d???w?? type4 {0x42bf, 0x0000, 1},//?????d???02?g???d???w?? type4 {0x42c0, 0x0000, 1},//?????d???03?g???d???w?? type4 {0x42c1, 0x0000, 1},//?????d???04?g???d???w?? type4 {0x42c2, 0x0000, 1},//?????d???05?g???d???w?? type4 {0x42c3, 0x0000, 1},//?????d???06?g???d???w?? type4 {0x42c4, 0x0000, 1},//?????d???07?g???d???w?? type4 {0x42c5, 0x0000, 1},//?????d???08?g???d???w?? type4 {0x42c6, 0x0009, 1},//?????d???09?g???d???w?? type4 {0x42c7, 0x000d, 1},//?????d???10?g???d???w?? type4 {0x42c8, 0x000e, 1},//?????d???11?g???d???w?? type4 {0x42c9, 0x0010, 1},//?????d???12?g???d???w?? type4 {0x42ca, 0x0011, 1},//?????d???13?g???d???w?? type4 {0x42cb, 0x0010, 1},//?????d???14?g???d???w?? type4 {0x42cc, 0x000e, 1},//?????d???15?g???d???w?? type4 {0x42cd, 0x000d, 1},//?????d???16?g???d???w?? type4 {0x42ce, 0x0009, 1},//?????d???17?g???d???w?? type4 {0x42cf, 0x000c, 1},//?????d???18?g???d???w?? type4 {0x42d0, 0x001e, 1},//?????d???19?g???d???w?? type4 {0x42d1, 0x002d, 1},//?????d???20?g???d???w?? type4 {0x42d2, 0x0032, 1},//?????d???21?g???d???w?? type4 {0x42d3, 0x0033, 1},//?????d???22?g???d???w?? type4 {0x42d4, 0x0032, 1},//?????d???23?g???d???w?? type4 {0x42d5, 0x002d, 1},//?????d???24?g???d???w?? type4 {0x42d6, 0x001e, 1},//?????d???25?g???d???w?? type4 {0x42d7, 0x000c, 1},//?????d???26?g???d???w?? type4 {0x42d8, 0x000d, 1},//?????d???27?g???d???w?? type4 {0x42d9, 0x001f, 1},//?????d???28?g???d???w?? type4 {0x42da, 0x0047, 1},//?????d???29?g???d???w?? type4 {0x42db, 0x004b, 1},//?????d???30?g???d???w?? type4 {0x42dc, 0x004b, 1},//?????d???31?g???d???w?? type4 {0x42dd, 0x004b, 1},//?????d???32?g???d???w?? type4 {0x42de, 0x0047, 1},//?????d???33?g???d???w?? type4 {0x42df, 0x001f, 1},//?????d???34?g???d???w?? type4 {0x42e0, 0x000d, 1},//?????d???35?g???d???w?? type4 {0x42e1, 0x000e, 1},//?????d???36?g???d???w?? type4 {0x42e2, 0x002a, 1},//?????d???37?g???d???w?? type4 {0x42e3, 0x0047, 1},//?????d???38?g???d???w?? type4 {0x42e4, 0x0047, 1},//?????d???39?g???d???w?? type4 {0x42e5, 0x0047, 1},//?????d???40?g???d???w?? type4 {0x42e6, 0x0047, 1},//?????d???41?g???d???w?? type4 {0x42e7, 0x0047, 1},//?????d???42?g???d???w?? type4 {0x42e8, 0x002a, 1},//?????d???43?g???d???w?? type4 {0x42e9, 0x000e, 1},//?????d???44?g???d???w?? type4 {0x42ea, 0x000d, 1},//?????d???45?g???d???w?? type4 {0x42eb, 0x0041, 1},//?????d???46?g???d???w?? type4 {0x42ec, 0x0041, 1},//?????d???47?g???d???w?? type4 {0x42ed, 0x0042, 1},//?????d???48?g???d???w?? type4 {0x42ee, 0x0046, 1},//?????d???49?g???d???w?? type4 {0x42ef, 0x0042, 1},//?????d???50?g???d???w?? type4 {0x42f0, 0x0041, 1},//?????d???51?g???d???w?? type4 {0x42f1, 0x0042, 1},//?????d???52?g???d???w?? type4 {0x42f2, 0x000d, 1},//?????d???53?g???d???w?? type4 {0x42f3, 0x0006, 1},//?????d???54?g???d???w?? type4 {0x42f4, 0x0006, 1},//?????d???55?g???d???w?? type4 {0x42f5, 0x0006, 1},//?????d???56?g???d???w?? type4 {0x42f6, 0x0010, 1},//?????d???57?g???d???w?? type4 {0x42f7, 0x0014, 1},//?????d???58?g???d???w?? type4 {0x42f8, 0x0010, 1},//?????d???59?g???d???w?? type4 {0x42f9, 0x0006, 1},//?????d???60?g???d???w?? type4 {0x42fa, 0x0006, 1},//?????d???61?g???d???w?? type4 {0x42fb, 0x0006, 1},//?????d???62?g???d???w?? type4 {0x5200, 0x0000, 2},//rgb-gamma r-knot0(table0) {0x5202, 0x0001, 2},//rgb-gamma r-knot1(table0) {0x5204, 0x0002, 2},//rgb-gamma r-knot2(table0) {0x5206, 0x000B, 2},//rgb-gamma r-knot3(table0) {0x5208, 0x0015, 2},//rgb-gamma r-knot4(table0) {0x520a, 0x001E, 2},//rgb-gamma r-knot5(table0) {0x520c, 0x0027, 2},//rgb-gamma r-knot6(table0) {0x520e, 0x0031, 2},//rgb-gamma r-knot7(table0) {0x5210, 0x0038, 2},//rgb-gamma r-knot8(table0) {0x5212, 0x0040, 2},//rgb-gamma r-knot9(table0) {0x5214, 0x0047, 2},//rgb-gamma r-knot10(table0) {0x5216, 0x004D, 2},//rgb-gamma r-knot11(table0) {0x5218, 0x0052, 2},//rgb-gamma r-knot12(table0) {0x521a, 0x0057, 2},//rgb-gamma r-knot13(table0) {0x521c, 0x005B, 2},//rgb-gamma r-knot14(table0) {0x521e, 0x005E, 2},//rgb-gamma r-knot15(table0) {0x5220, 0x0062, 2},//rgb-gamma r-knot16(table0) {0x5222, 0x0065, 2},//rgb-gamma r-knot17(table0) {0x5224, 0x004C, 2},//rgb-gamma r-knot18(table0) {0x5226, 0x007B, 2},//rgb-gamma r-knot19(table0) {0x5228, 0x00A5, 2},//rgb-gamma r-knot20(table0) {0x522a, 0x00C2, 2},//rgb-gamma r-knot21(table0) {0x522c, 0x00D8, 2},//rgb-gamma r-knot22(table0) {0x522e, 0x00E6, 2},//rgb-gamma r-knot23(table0) {0x5230, 0x00F0, 2},//rgb-gamma r-knot24(table0) {0x5232, 0x00F7, 2},//rgb-gamma r-knot25(table0) {0x5234, 0x00F9, 2},//rgb-gamma r-knot26(table0) {0x5236, 0x0000, 2},//rgb-gamma g-knot0(table0) {0x5238, 0x0001, 2},//rgb-gamma g-knot1(table0) {0x523a, 0x0002, 2},//rgb-gamma g-knot2(table0) {0x523c, 0x000B, 2},//rgb-gamma g-knot3(table0) {0x523e, 0x0015, 2},//rgb-gamma g-knot4(table0) {0x5240, 0x001E, 2},//rgb-gamma g-knot5(table0) {0x5242, 0x0027, 2},//rgb-gamma g-knot6(table0) {0x5244, 0x0031, 2},//rgb-gamma g-knot7(table0) {0x5246, 0x0038, 2},//rgb-gamma g-knot8(table0) {0x5248, 0x0040, 2},//rgb-gamma g-knot9(table0) {0x524a, 0x0047, 2},//rgb-gamma g-knot10(table0) {0x524c, 0x004D, 2},//rgb-gamma g-knot11(table0) {0x524e, 0x0052, 2},//rgb-gamma g-knot12(table0) {0x5250, 0x0057, 2},//rgb-gamma g-knot13(table0) {0x5252, 0x005B, 2},//rgb-gamma g-knot14(table0) {0x5254, 0x005E, 2},//rgb-gamma g-knot15(table0) {0x5256, 0x0062, 2},//rgb-gamma g-knot16(table0) {0x5258, 0x0065, 2},//rgb-gamma g-knot17(table0) {0x525a, 0x004C, 2},//rgb-gamma g-knot18(table0) {0x525c, 0x007B, 2},//rgb-gamma g-knot19(table0) {0x525e, 0x00A5, 2},//rgb-gamma g-knot20(table0) {0x5260, 0x00C2, 2},//rgb-gamma g-knot21(table0) {0x5262, 0x00D8, 2},//rgb-gamma g-knot22(table0) {0x5264, 0x00E6, 2},//rgb-gamma g-knot23(table0) {0x5266, 0x00F0, 2},//rgb-gamma g-knot24(table0) {0x5268, 0x00F7, 2},//rgb-gamma g-knot25(table0) {0x526a, 0x00F9, 2},//rgb-gamma g-knot26(table0) {0x526c, 0x0000, 2},//rgb-gamma b-knot0(table0) {0x526e, 0x0001, 2},//rgb-gamma b-knot1(table0) {0x5270, 0x0002, 2},//rgb-gamma b-knot2(table0) {0x5272, 0x000B, 2},//rgb-gamma b-knot3(table0) {0x5274, 0x0015, 2},//rgb-gamma b-knot4(table0) {0x5276, 0x001E, 2},//rgb-gamma b-knot5(table0) {0x5278, 0x0027, 2},//rgb-gamma b-knot6(table0) {0x527a, 0x0031, 2},//rgb-gamma b-knot7(table0) {0x527c, 0x0038, 2},//rgb-gamma b-knot8(table0) {0x527e, 0x0040, 2},//rgb-gamma b-knot9(table0) {0x5280, 0x0047, 2},//rgb-gamma b-knot10(table0) {0x5282, 0x004D, 2},//rgb-gamma b-knot11(table0) {0x5284, 0x0052, 2},//rgb-gamma b-knot12(table0) {0x5286, 0x0057, 2},//rgb-gamma b-knot13(table0) {0x5288, 0x005B, 2},//rgb-gamma b-knot14(table0) {0x528a, 0x005E, 2},//rgb-gamma b-knot15(table0) {0x528c, 0x0062, 2},//rgb-gamma b-knot16(table0) {0x528e, 0x0065, 2},//rgb-gamma b-knot17(table0) {0x5290, 0x004C, 2},//rgb-gamma b-knot18(table0) {0x5292, 0x007B, 2},//rgb-gamma b-knot19(table0) {0x5294, 0x00A5, 2},//rgb-gamma b-knot20(table0) {0x5296, 0x00C2, 2},//rgb-gamma b-knot21(table0) {0x5298, 0x00D8, 2},//rgb-gamma b-knot22(table0) {0x529a, 0x00E6, 2},//rgb-gamma b-knot23(table0) {0x529c, 0x00F0, 2},//rgb-gamma b-knot24(table0) {0x529e, 0x00F7, 2},//rgb-gamma b-knot25(table0) {0x52a0, 0x00F9, 2},//rgb-gamma b-knot26(table0) {0x52a2, 0x0210, 2},//low-range setting/offset setting -r (table0 {0x52a4, 0x4005, 2},//low-range setting -r (table0) {0x52a6, 0x0210, 2},//low-range setting/offset setting -g (table0 {0x52a8, 0x4005, 2},//low-range setting -g (table0) {0x52aa, 0x0210, 2},//low-range setting/offset setting -b (table0 {0x52ac, 0x4005, 2},//low-range setting -b (table0) {0x52ae, 0x2280, 2},//2200//convergence luminance setting (table0) 0709 {0x5400, 0x000a, 2},// g1_knot_r0 : {0x5402, 0x0012, 2},// g1_knot_r1 : {0x5404, 0x001a, 2},// g1_knot_r2 : {0x5406, 0x0021, 2},// g1_knot_r3 : {0x5408, 0x0029, 2},// g1_knot_r4 : {0x540a, 0x0030, 2},// g1_knot_r5 : {0x540c, 0x0036, 2},// g1_knot_r6 : {0x540e, 0x003d, 2},// g1_knot_r7 : {0x5410, 0x0043, 2},// g1_knot_r8 : {0x5412, 0x0048, 2},// g1_knot_r9 : {0x5414, 0x004d, 2},// g1_knot_r10 : {0x5416, 0x0052, 2},// g1_knot_r11 : {0x5418, 0x0057, 2},// g1_knot_r12 : {0x541a, 0x005d, 2},// g1_knot_r13 : {0x541c, 0x0060, 2},// g1_knot_r14 : {0x541e, 0x0066, 2},// g1_knot_r15 : {0x5420, 0x006a, 2},// g1_knot_r16 : {0x5422, 0x006d, 2},// g1_knot_r17 : {0x5424, 0x0046, 2},// g1_knot_r18 : {0x5426, 0x0090, 2},// g1_knot_r19 : {0x5428, 0x00be, 2},// g1_knot_r20 : {0x542a, 0x00d4, 2},// g1_knot_r21 : {0x542c, 0x00e3, 2},// g1_knot_r22 : {0x542e, 0x00ea, 2},// g1_knot_r23 : {0x5430, 0x00f0, 2},// g1_knot_r24 : {0x5432, 0x00f5, 2},// g1_knot_r25 : {0x5434, 0x00f6, 2},// g1_knot_r26 : {0x5436, 0x000a, 2},// g1_knot_g0 : {0x5438, 0x0012, 2},// g1_knot_g1 : {0x543a, 0x001a, 2},// g1_knot_g2 : {0x543c, 0x0021, 2},// g1_knot_g3 : {0x543e, 0x0029, 2},// g1_knot_g4 : {0x5440, 0x0030, 2},// g1_knot_g5 : {0x5442, 0x0036, 2},// g1_knot_g6 : {0x5444, 0x003d, 2},// g1_knot_g7 : {0x5446, 0x0043, 2},// g1_knot_g8 : {0x5448, 0x0048, 2},// g1_knot_g9 : {0x544a, 0x004d, 2},// g1_knot_g10 : {0x544c, 0x0052, 2},// g1_knot_g11 : {0x544e, 0x0057, 2},// g1_knot_g12 : {0x5450, 0x005d, 2},// g1_knot_g13 : {0x5452, 0x0060, 2},// g1_knot_g14 : {0x5454, 0x0066, 2},// g1_knot_g15 : {0x5456, 0x006a, 2},// g1_knot_g16 : {0x5458, 0x006d, 2},// g1_knot_g17 : {0x545a, 0x0046, 2},// g1_knot_g18 : {0x545c, 0x0090, 2},// g1_knot_g19 : {0x545e, 0x00be, 2},// g1_knot_g20 : {0x5460, 0x00d4, 2},// g1_knot_g21 : {0x5462, 0x00e3, 2},// g1_knot_g22 : {0x5464, 0x00ea, 2},// g1_knot_g23 : {0x5466, 0x00f0, 2},// g1_knot_g24 : {0x5468, 0x00f5, 2},// g1_knot_g25 : {0x546a, 0x00f6, 2},// g1_knot_g26 : {0x546c, 0x000a, 2},// g1_knot_b0 : {0x546e, 0x0012, 2},// g1_knot_b1 : {0x5470, 0x001a, 2},// g1_knot_b2 : {0x5472, 0x0021, 2},// g1_knot_b3 : {0x5474, 0x0029, 2},// g1_knot_b4 : {0x5476, 0x0030, 2},// g1_knot_b5 : {0x5478, 0x0036, 2},// g1_knot_b6 : {0x547a, 0x003d, 2},// g1_knot_b7 : {0x547c, 0x0043, 2},// g1_knot_b8 : {0x547e, 0x0048, 2},// g1_knot_b9 : {0x5480, 0x004d, 2},// g1_knot_b10 : {0x5482, 0x0052, 2},// g1_knot_b11 : {0x5484, 0x0057, 2},// g1_knot_b12 : {0x5486, 0x005d, 2},// g1_knot_b13 : {0x5488, 0x0060, 2},// g1_knot_b14 : {0x548a, 0x0066, 2},// g1_knot_b15 : {0x548c, 0x006a, 2},// g1_knot_b16 : {0x548e, 0x006d, 2},// g1_knot_b17 : {0x5490, 0x0046, 2},// g1_knot_b18 : {0x5492, 0x0090, 2},// g1_knot_b19 : {0x5494, 0x00be, 2},// g1_knot_b20 : {0x5496, 0x00d4, 2},// g1_knot_b21 : {0x5498, 0x00e3, 2},// g1_knot_b22 : {0x549a, 0x00ea, 2},// g1_knot_b23 : {0x549c, 0x00f0, 2},// g1_knot_b24 : {0x549e, 0x00f5, 2},// g1_knot_b25 : {0x54a0, 0x00f6, 2},// g1_knot_b26 : {0x54a2, 0x0010, 2},// g1_lowgm_on_r : {0x54a4, 0x4005, 2},// g1_0clip_r : {0x54a6, 0x0010, 2},// g1_lowgm_on_g : {0x54a8, 0x4005, 2},// g1_0clip_g : {0x54aa, 0x0010, 2},// g1_lowgm_on_b : {0x54ac, 0x4005, 2},// g1_0clip_b : {0x54ae, 0x2300, 2},// g1_evref : {0x5600, 0x0000, 2},//rgb-gamma r-knot0(table0) {0x5602, 0x0002, 2},//rgb-gamma r-knot1(table0) {0x5604, 0x0004, 2},//rgb-gamma r-knot2(table0) {0x5606, 0x000e, 2},//rgb-gamma r-knot3(table0) {0x5608, 0x0016, 2},//rgb-gamma r-knot4(table0) {0x560a, 0x001f, 2},//rgb-gamma r-knot5(table0) {0x560c, 0x0027, 2},//rgb-gamma r-knot6(table0) {0x560e, 0x002f, 2},//rgb-gamma r-knot7(table0) {0x5610, 0x0037, 2},//rgb-gamma r-knot8(table0) {0x5612, 0x003f, 2},//rgb-gamma r-knot9(table0) {0x5614, 0x0045, 2},//rgb-gamma r-knot10(table0) {0x5616, 0x004a, 2},//rgb-gamma r-knot11(table0) {0x5618, 0x0050, 2},//rgb-gamma r-knot12(table0) {0x561a, 0x0054, 2},//rgb-gamma r-knot13(table0) {0x561c, 0x0059, 2},//rgb-gamma r-knot14(table0) {0x561e, 0x005b, 2},//rgb-gamma r-knot15(table0) {0x5620, 0x0060, 2},//rgb-gamma r-knot16(table0) {0x5622, 0x0062, 2},//rgb-gamma r-knot17(table0) {0x5624, 0x004b, 2},//rgb-gamma r-knot18(table0) {0x5626, 0x0078, 2},//rgb-gamma r-knot19(table0) {0x5628, 0x00a2, 2},//rgb-gamma r-knot20(table0) {0x562a, 0x00be, 2},//rgb-gamma r-knot21(table0) {0x562c, 0x00d5, 2},//rgb-gamma r-knot22(table0) {0x562e, 0x00e1, 2},//rgb-gamma r-knot23(table0) {0x5630, 0x00ed, 2},//rgb-gamma r-knot24(table0) {0x5632, 0x00f2, 2},//rgb-gamma r-knot25(table0) {0x5634, 0x00f5, 2},//rgb-gamma r-knot26(table0) {0x5636, 0x0000, 2},//rgb-gamma g-knot0(table0) {0x5638, 0x0002, 2},//rgb-gamma g-knot1(table0) {0x563a, 0x0004, 2},//rgb-gamma g-knot2(table0) {0x563c, 0x000e, 2},//rgb-gamma g-knot3(table0) {0x563e, 0x0016, 2},//rgb-gamma g-knot4(table0) {0x5640, 0x001f, 2},//rgb-gamma g-knot5(table0) {0x5642, 0x0027, 2},//rgb-gamma g-knot6(table0) {0x5644, 0x002f, 2},//rgb-gamma g-knot7(table0) {0x5646, 0x0037, 2},//rgb-gamma g-knot8(table0) {0x5648, 0x003f, 2},//rgb-gamma g-knot9(table0) {0x564a, 0x0045, 2},//rgb-gamma g-knot10(table0) {0x564c, 0x004a, 2},//rgb-gamma g-knot11(table0) {0x564e, 0x0050, 2},//rgb-gamma g-knot12(table0) {0x5650, 0x0054, 2},//rgb-gamma g-knot13(table0) {0x5652, 0x0059, 2},//rgb-gamma g-knot14(table0) {0x5654, 0x005b, 2},//rgb-gamma g-knot15(table0) {0x5656, 0x0060, 2},//rgb-gamma g-knot16(table0) {0x5658, 0x0062, 2},//rgb-gamma g-knot17(table0) {0x565a, 0x004b, 2},//rgb-gamma g-knot18(table0) {0x565c, 0x0078, 2},//rgb-gamma g-knot19(table0) {0x565e, 0x00a2, 2},//rgb-gamma g-knot20(table0) {0x5660, 0x00be, 2},//rgb-gamma g-knot21(table0) {0x5662, 0x00d5, 2},//rgb-gamma g-knot22(table0) {0x5664, 0x00e1, 2},//rgb-gamma g-knot23(table0) {0x5666, 0x00ed, 2},//rgb-gamma g-knot24(table0) {0x5668, 0x00f2, 2},//rgb-gamma g-knot25(table0) {0x566a, 0x00f5, 2},//rgb-gamma g-knot26(table0) {0x566c, 0x0000, 2},//rgb-gamma b-knot0(table0) {0x566e, 0x0002, 2},//rgb-gamma b-knot1(table0) {0x5670, 0x0004, 2},//rgb-gamma b-knot2(table0) {0x5672, 0x000e, 2},//rgb-gamma b-knot3(table0) {0x5674, 0x0016, 2},//rgb-gamma b-knot4(table0) {0x5676, 0x001f, 2},//rgb-gamma b-knot5(table0) {0x5678, 0x0027, 2},//rgb-gamma b-knot6(table0) {0x567a, 0x002f, 2},//rgb-gamma b-knot7(table0) {0x567c, 0x0037, 2},//rgb-gamma b-knot8(table0) {0x567e, 0x003f, 2},//rgb-gamma b-knot9(table0) {0x5680, 0x0045, 2},//rgb-gamma b-knot10(table0) {0x5682, 0x004a, 2},//rgb-gamma b-knot11(table0) {0x5684, 0x0050, 2},//rgb-gamma b-knot12(table0) {0x5686, 0x0054, 2},//rgb-gamma b-knot13(table0) {0x5688, 0x0059, 2},//rgb-gamma b-knot14(table0) {0x568a, 0x005b, 2},//rgb-gamma b-knot15(table0) {0x568c, 0x0060, 2},//rgb-gamma b-knot16(table0) {0x568e, 0x0062, 2},//rgb-gamma b-knot17(table0) {0x5690, 0x004b, 2},//rgb-gamma b-knot18(table0) {0x5692, 0x0078, 2},//rgb-gamma b-knot19(table0) {0x5694, 0x00a2, 2},//rgb-gamma b-knot20(table0) {0x5696, 0x00be, 2},//rgb-gamma b-knot21(table0) {0x5698, 0x00d5, 2},//rgb-gamma b-knot22(table0) {0x569a, 0x00e1, 2},//rgb-gamma b-knot23(table0) {0x569c, 0x00ed, 2},//rgb-gamma b-knot24(table0) {0x569e, 0x00f2, 2},//rgb-gamma b-knot25(table0) {0x56a0, 0x00f5, 2},//rgb-gamma b-knot26(table0) {0x56a2, 0x0210, 2},//low-range setting/offset setting -r (table0 {0x56a4, 0x4005, 2},//low-range setting -r (table0) {0x56a6, 0x0210, 2},//low-range setting/offset setting -g (table0 {0x56a8, 0x4005, 2},//low-range setting -g (table0) {0x56aa, 0x0210, 2},//low-range setting/offset setting -b (table0 {0x56ac, 0x4005, 2},//low-range setting -b (table0) {0x56ae, 0x2280, 2},//2200//convergence luminance setting (table0) 0709 // af driver // {0xc000, 0xb5f7, 2}, {0xc002, 0x4d0e, 2}, {0xc004, 0x4c0e, 2}, {0xc006, 0x4a0f, 2}, {0xc008, 0x4f0f, 2}, {0xc00a, 0x4b10, 2}, {0xc00c, 0x2100, 2}, {0xc00e, 0x2a00, 2}, {0xc010, 0xd904, 2}, {0xc012, 0x5c6e, 2}, {0xc014, 0x5466, 2}, {0xc016, 0x3101, 2}, {0xc018, 0x4291, 2}, {0xc01a, 0xd3fa, 2}, {0xc01c, 0x2100, 2}, {0xc01e, 0x2b00, 2}, {0xc020, 0xd904, 2}, {0xc022, 0x2200, 2}, {0xc024, 0x547a, 2}, {0xc026, 0x3101, 2}, {0xc028, 0x4299, 2}, {0xc02a, 0xd3fb, 2}, {0xc02c, 0x4908, 2}, {0xc02e, 0x6088, 2}, {0xc030, 0x9901, 2}, {0xc032, 0x4808, 2}, {0xc034, 0x6008, 2}, {0xc036, 0xb003, 2}, {0xc038, 0x2001, 2}, {0xc03a, 0xbdf0, 2}, {0xc03c, 0x0b84, 2}, {0xc03e, 0x0018, 2}, {0xc040, 0x0b84, 2}, {0xc042, 0x0018, 2}, {0xc044, 0x0004, 2}, {0xc046, 0x0000, 2}, {0xc048, 0x0b88, 2}, {0xc04a, 0x0018, 2}, {0xc04c, 0x000c, 2}, {0xc04e, 0x0000, 2}, {0xc050, 0x0b88, 2}, {0xc052, 0x0018, 2}, {0xc054, 0x0b84, 2}, {0xc056, 0x0018, 2}, {0xc058, 0xb580, 2}, {0xc05a, 0x781f, 2}, {0xc05c, 0x2f00, 2}, {0xc05e, 0xd102, 2}, {0xc060, 0xf000, 2}, {0xc062, 0xf8b8, 2}, {0xc064, 0xbd80, 2}, {0xc066, 0xf000, 2}, {0xc068, 0xf801, 2}, {0xc06a, 0xe7fb, 2}, {0xc06c, 0xb5ff, 2}, {0xc06e, 0xb083, 2}, {0xc070, 0x1c0c, 2}, {0xc072, 0x1c1f, 2}, {0xc074, 0x2500, 2}, {0xc076, 0x2308, 2}, {0xc078, 0x5ef8, 2}, {0xc07a, 0x43eb, 2}, {0xc07c, 0x4e54, 2}, {0xc07e, 0x4298, 2}, {0xc080, 0xd128, 2}, {0xc082, 0x80f2, 2}, {0xc084, 0x1aa0, 2}, {0xc086, 0xd502, 2}, {0xc088, 0x4240, 2}, {0xc08a, 0x2101, 2}, {0xc08c, 0xe000, 2}, {0xc08e, 0x2100, 2}, {0xc090, 0x7031, 2}, {0xc092, 0x0400, 2}, {0xc094, 0x0c00, 2}, {0xc096, 0x8070, 2}, {0xc098, 0x80b0, 2}, {0xc09a, 0xd11b, 2}, {0xc09c, 0x0120, 2}, {0xc09e, 0x0400, 2}, {0xc0a0, 0x0c00, 2}, {0xc0a2, 0xab00, 2}, {0xc0a4, 0x8018, 2}, {0xc0a6, 0xf000, 2}, {0xc0a8, 0xf8ee, 2}, {0xc0aa, 0xab00, 2}, {0xc0ac, 0x8018, 2}, {0xc0ae, 0x68b0, 2}, {0xc0b0, 0x466a, 2}, {0xc0b2, 0x2102, 2}, {0xc0b4, 0x6803, 2}, {0xc0b6, 0x200c, 2}, {0xc0b8, 0xf67f, 2}, {0xc0ba, 0xfc7d, 2}, {0xc0bc, 0x2801, 2}, {0xc0be, 0xd004, 2}, {0xc0c0, 0x2000, 2}, {0xc0c2, 0x43c0, 2}, {0xc0c4, 0x8138, 2}, {0xc0c6, 0x2000, 2}, {0xc0c8, 0xe07f, 2}, {0xc0ca, 0x9803, 2}, {0xc0cc, 0x8004, 2}, {0xc0ce, 0x2001, 2}, {0xc0d0, 0x8138, 2}, {0xc0d2, 0xe07a, 2}, {0xc0d4, 0x7878, 2}, {0xc0d6, 0x4e3e, 2}, {0xc0d8, 0x9002, 2}, {0xc0da, 0x78b9, 2}, {0xc0dc, 0x0040, 2}, {0xc0de, 0x1a40, 2}, {0xc0e0, 0x78f9, 2}, {0xc0e2, 0x1a40, 2}, {0xc0e4, 0x88b1, 2}, {0xc0e6, 0x0049, 2}, {0xc0e8, 0xf67f, 2}, {0xc0ea, 0xfc6a, 2}, {0xc0ec, 0x0404, 2}, {0xc0ee, 0x0c24, 2}, {0xc0f0, 0x8a38, 2}, {0xc0f2, 0x42a0, 2}, {0xc0f4, 0xda02, 2}, {0xc0f6, 0x2101, 2}, {0xc0f8, 0x1c04, 2}, {0xc0fa, 0xe000, 2}, {0xc0fc, 0x2100, 2}, {0xc0fe, 0x9101, 2}, {0xc100, 0x9802, 2}, {0xc102, 0x2600, 2}, {0xc104, 0x2800, 2}, {0xc106, 0xdd0b, 2}, {0xc108, 0x1c30, 2}, {0xc10a, 0x1c21, 2}, {0xc10c, 0x1c3a, 2}, {0xc10e, 0xf000, 2}, {0xc110, 0xf89f, 2}, {0xc112, 0x1940, 2}, {0xc114, 0x0405, 2}, {0xc116, 0x0c2d, 2}, {0xc118, 0x7878, 2}, {0xc11a, 0x3601, 2}, {0xc11c, 0x42b0, 2}, {0xc11e, 0xdcf3, 2}, {0xc120, 0x4e2b, 2}, {0xc122, 0x88b0, 2}, {0xc124, 0x1b40, 2}, {0xc126, 0x80b0, 2}, {0xc128, 0x2308, 2}, {0xc12a, 0x5ef8, 2}, {0xc12c, 0x2301, 2}, {0xc12e, 0x42d8, 2}, {0xc130, 0xd113, 2}, {0xc132, 0x9901, 2}, {0xc134, 0x2900, 2}, {0xc136, 0xd102, 2}, {0xc138, 0x2101, 2}, {0xc13a, 0x8139, 2}, {0xc13c, 0xe00d, 2}, {0xc13e, 0x8871, 2}, {0xc140, 0x1c28, 2}, {0xc142, 0xf67f, 2}, {0xc144, 0xfb87, 2}, {0xc146, 0x8138, 2}, {0xc148, 0x8871, 2}, {0xc14a, 0x1c28, 2}, {0xc14c, 0xf67f, 2}, {0xc14e, 0xfb82, 2}, {0xc150, 0x2900, 2}, {0xc152, 0xd002, 2}, {0xc154, 0x8938, 2}, {0xc156, 0x3001, 2}, {0xc158, 0x8138, 2}, {0xc15a, 0x7878, 2}, {0xc15c, 0x2500, 2}, {0xc15e, 0x2800, 2}, {0xc160, 0xdd32, 2}, {0xc162, 0x1c28, 2}, {0xc164, 0x1c21, 2}, {0xc166, 0x1c3a, 2}, {0xc168, 0xf000, 2}, {0xc16a, 0xf872, 2}, {0xc16c, 0x9901, 2}, {0xc16e, 0x2900, 2}, {0xc170, 0xd107, 2}, {0xc172, 0x88b1, 2}, {0xc174, 0x2900, 2}, {0xc176, 0xdd04, 2}, {0xc178, 0x3001, 2}, {0xc17a, 0x0400, 2}, {0xc17c, 0x0c00, 2}, {0xc17e, 0x3901, 2}, {0xc180, 0x80b1, 2}, {0xc182, 0x7831, 2}, {0xc184, 0x2900, 2}, {0xc186, 0xd102, 2}, {0xc188, 0x88f1, 2}, {0xc18a, 0x1808, 2}, {0xc18c, 0xe001, 2}, {0xc18e, 0x88f1, 2}, {0xc190, 0x1a08, 2}, {0xc192, 0x80f0, 2}, {0xc194, 0x88f0, 2}, {0xc196, 0xab00, 2}, {0xc198, 0x0100, 2}, {0xc19a, 0x0400, 2}, {0xc19c, 0x0c00, 2}, {0xc19e, 0x8018, 2}, {0xc1a0, 0xf000, 2}, {0xc1a2, 0xf871, 2}, {0xc1a4, 0xab00, 2}, {0xc1a6, 0x8018, 2}, {0xc1a8, 0x68b0, 2}, {0xc1aa, 0x466a, 2}, {0xc1ac, 0x2102, 2}, {0xc1ae, 0x6803, 2}, {0xc1b0, 0x200c, 2}, {0xc1b2, 0xf67f, 2}, {0xc1b4, 0xfc00, 2}, {0xc1b6, 0x2801, 2}, {0xc1b8, 0xd182, 2}, {0xc1ba, 0x88f0, 2}, {0xc1bc, 0x9903, 2}, {0xc1be, 0x8008, 2}, {0xc1c0, 0x7878, 2}, {0xc1c2, 0x3501, 2}, {0xc1c4, 0x42a8, 2}, {0xc1c6, 0xdccc, 2}, {0xc1c8, 0x2001, 2}, {0xc1ca, 0xb007, 2}, {0xc1cc, 0xbdf0, 2}, {0xc1ce, 0x0000, 2}, {0xc1d0, 0x0b88, 2}, {0xc1d2, 0x0018, 2}, {0xc1d4, 0xb5f8, 2}, {0xc1d6, 0x1c1c, 2}, {0xc1d8, 0x1c15, 2}, {0xc1da, 0x1c06, 2}, {0xc1dc, 0x1c0f, 2}, {0xc1de, 0x0138, 2}, {0xc1e0, 0x0400, 2}, {0xc1e2, 0x0c00, 2}, {0xc1e4, 0xab00, 2}, {0xc1e6, 0x8018, 2}, {0xc1e8, 0xf000, 2}, {0xc1ea, 0xf84d, 2}, {0xc1ec, 0xab00, 2}, {0xc1ee, 0x8018, 2}, {0xc1f0, 0x4809, 2}, {0xc1f2, 0x466a, 2}, {0xc1f4, 0x6880, 2}, {0xc1f6, 0x2102, 2}, {0xc1f8, 0x6803, 2}, {0xc1fa, 0x200c, 2}, {0xc1fc, 0xf67f, 2}, {0xc1fe, 0xfbdb, 2}, {0xc200, 0x2801, 2}, {0xc202, 0xd001, 2}, {0xc204, 0x2000, 2}, {0xc206, 0xe006, 2}, {0xc208, 0x1c38, 2}, {0xc20a, 0x1c29, 2}, {0xc20c, 0x1c22, 2}, {0xc20e, 0x8037, 2}, {0xc210, 0xf000, 2}, {0xc212, 0xf804, 2}, {0xc214, 0x2001, 2}, {0xc216, 0xbdf8, 2}, {0xc218, 0x0b88, 2}, {0xc21a, 0x0018, 2}, {0xc21c, 0xb580, 2}, {0xc21e, 0x1c17, 2}, {0xc220, 0x1a40, 2}, {0xc222, 0xd500, 2}, {0xc224, 0x4240, 2}, {0xc226, 0x89ba, 2}, {0xc228, 0x0901, 2}, {0xc22a, 0x4351, 2}, {0xc22c, 0x0700, 2}, {0xc22e, 0x0f00, 2}, {0xc230, 0xd000, 2}, {0xc232, 0x1851, 2}, {0xc234, 0x89f8, 2}, {0xc236, 0x1841, 2}, {0xc238, 0x6978, 2}, {0xc23a, 0x1809, 2}, {0xc23c, 0xf67f, 2}, {0xc23e, 0xfb0a, 2}, {0xc240, 0x4b02, 2}, {0xc242, 0x4298, 2}, {0xc244, 0xd900, 2}, {0xc246, 0x1c18, 2}, {0xc248, 0x8138, 2}, {0xc24a, 0xbd80, 2}, {0xc24c, 0x7fff, 2}, {0xc24e, 0x0000, 2}, {0xc250, 0xb580, 2}, {0xc252, 0x7893, 2}, {0xc254, 0x4283, 2}, {0xc256, 0xdd05, 2}, {0xc258, 0x3001, 2}, {0xc25a, 0x4348, 2}, {0xc25c, 0x1c0a, 2}, {0xc25e, 0x1c01, 2}, {0xc260, 0x1c58, 2}, {0xc262, 0xe009, 2}, {0xc264, 0x7853, 2}, {0xc266, 0x78d2, 2}, {0xc268, 0x1a9f, 2}, {0xc26a, 0x4287, 2}, {0xc26c, 0xdc09, 2}, {0xc26e, 0x1a18, 2}, {0xc270, 0x4348, 2}, {0xc272, 0x1c0b, 2}, {0xc274, 0x1c01, 2}, {0xc276, 0x1c50, 2}, {0xc278, 0xf67f, 2}, {0xc27a, 0xfba2, 2}, {0xc27c, 0x0400, 2}, {0xc27e, 0x0c00, 2}, {0xc280, 0xbd80, 2}, {0xc282, 0x1c08, 2}, {0xc284, 0xe7fc, 2}, {0xc286, 0x0201, 2}, {0xc288, 0x1200, 2}, {0xc28a, 0x4308, 2}, {0xc28c, 0x0400, 2}, {0xc28e, 0x0c00, 2}, {0xc290, 0x46f7, 2}, {0xc292, 0x0000, 2}, {0xc294, 0x0949, 2}, {0xc296, 0x0018, 2}, {0x485c, 0x0298, 2}, //af_drv_size {0x485e, 0x5e55, 2}, //af_drv_chksum_code {0x000a, 0x0001, 1}, //af_ext //end af driver // //////////////////////////////////////// //// cat. : af //// ////////////////////////////////////// {0x4C4C, 0x0380, 2}, // AF_OPD4_HDELAY : {0x4C4E, 0x0200, 2}, // AF_OPD4_VDELAY : {0x4C50, 0x0100, 2}, // AF_OPD4_HVALID : {0x4C52, 0x0200, 2}, // AF_OPD4_VVALID : {0x4C54, 0x0280, 2}, // AF_OPD5_HDELAY : {0x4C56, 0x01C0, 2}, // AF_OPD5_VDELAY : {0x4C58, 0x0300, 2}, // AF_OPD5_HVALID : {0x4C5A, 0x0280, 2}, // AF_OPD5_VVALID : {0x4C7C, 0x0000, 1}, // AF_OPD1A_WEIGHT : {0x4C7D, 0x0000, 1}, // AF_OPD1B_WEIGHT : {0x4C7E, 0x0000, 1}, // AF_OPD2A_WEIGHT : {0x4C7F, 0x0000, 1}, // AF_OPD2B_WEIGHT : {0x4C80, 0x0008, 1}, // AF_OPD3A_WEIGHT : {0x4C81, 0x0007, 1}, // AF_OPD3B_WEIGHT : {0x4C82, 0x0000, 1}, // AF_OPD4A_WEIGHT : {0x4C83, 0x0000, 1}, // AF_OPD4B_WEIGHT : {0x4C84, 0x0000, 1}, // AF_OPD5A_WEIGHT : {0x4C85, 0x0000, 1}, // AF_OPD5B_WEIGHT : // AF window setting {0x4808, 0x0096, 2},//minimum af-opd_th value for iir {0x480a, 0x00fa, 2},//maximum af-opd_th value for iir {0x480c, 0x03e8, 2},//af scale offset value used for af_iir_peak_opd_th_min {0x480e, 0x0320, 2}, //minimum af-opd_th value for fir {0x4810, 0x0320, 2}, //maximum af-opd_th value for fir {0x4812, 0x03e8, 2},//af scale offset value used for af_fir_peak_opd_th_min {0x4816, 0x0001, 2}, //direct back fuction of 1st searching. 0:Off, 1:ON {0x4822, 0x0005, 2},//movement amount per step during wobble {0x4824, 0x000a, 2},//movement amount per step during climb {0x4826, 0x0005, 2},//decision threshold during wobble [as percent] {0x482c, 0x001e, 2},//peak decision threshold during climb [as percent] {0x4832, 0x012c, 2},//decision threshold during judge [as percent] {0x4838, 0x0016, 2},//maximum value of extended movement during wobble,climb failure {0x4844, 0x0040, 2}, //fine search range offset {0x4846, 0x0001, 2}, //2nd search direction. 0 is the same dir as 1st search {0x4847, 0x0001, 2}, //direct back fuction of 2nd searching. 0:Off, 1:ON {0x4848, 0x0002, 1}, // SAF Decrese times {0x484a, 0x0002, 2}, //Decrease ratio for the OPD value used to decide focus during 2nd(FIR) search {0x484b, 0x0002, 2}, //Decrease ratio for the OPD value used to decide focus during 2nd(IIR) search {0x484f, 0x0000, 1}, //exposure time-dependent lens control flag {0x4856, 0x0014, 1},// {0x486a, 0x007D, 2},// {0x486c, 0x0020, 2},//af_drv_amount_tonear_f // **************************************************** {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 )// **************************************************** {0x4870, 0x0020, 2},//af_drv_amount_tofar_f// **************************************************** {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 )// **************************************************** {0x4876, 0x007d, 2},//120_af_area_low_type1 module {0x4878, 0x02C0, 2},//26c_af_area_high_type1 module {0x487a, 0x007d, 2},//af_area_low_type2 {0x487C, 0x02C0, 2},//AF_AREA_HIGH_TYPE2 410 {0x487e, 0x007d, 2},//af_area_low_type3 50 {0x4880, 0x02C0, 2},//AF_AREA_HIGH_TYPE3 580 {0x4884, 0x0000, 1},// af_monichg_move_f 0 : current position {0x4888, 0x0001, 1}, // AF_SEND_PARTITION_F. divided communication of I2C {0x4889, 0x0079, 1}, // AF_SENDNUM_ALL {0x488a, 0x003C, 1}, // AF_SENDNUM_UP {0x488b, 0x003C, 1}, // AF_SENDNUM_DOWN {0x488c, 0x0079, 2}, //AF_SENDAMOUNT_ADDLIMIT {0x481D, 0x0000, 1}, // AF_MONOTONY_MACRO {0x489A, 0x6291, 2}, // AF_HPF_FIR_CORLTH_SCHTH1 : {0x489C, 0x66C7, 2}, // AF_HPF_FIR_CORLTH_SCHTH2 : {0x489E, 0x77F8, 2}, // AF_HPF_FIR_CORLTH_SCHTH3 : {0x48A0, 0x002D, 2}, // AF_HPF_FIR_CORLTH_VALUE1 : {0x48A2, 0x000A, 2}, // AF_HPF_FIR_CORLTH_VALUE2 : {0x48A4, 0x002B, 2}, // AF_HPF_FIR_CORLTH_VALUE3 : {0x48A6, 0x6291, 2}, // AF_HPF_FIR_CORSL_SCHTH1 : {0x48A8, 0x66C7, 2}, // AF_HPF_FIR_CORSL_SCHTH2 : {0x48AA, 0x77F8, 2}, // AF_HPF_FIR_CORSL_SCHTH3 : {0x48AC, 0x0002, 2}, // AF_HPF_FIR_CORSL_VALUE1 : {0x48AE, 0x0006, 2}, // AF_HPF_FIR_CORSL_VALUE2 : {0x48B0, 0x0004, 2}, // AF_HPF_FIR_CORSL_VALUE3 : {0x48B2, 0x6291, 2}, // AF_HPF_FIR_CORL_SCHTH1 : {0x48B4, 0x66C7, 2}, // AF_HPF_FIR_CORL_SCHTH2 : {0x48B6, 0x77F8, 2}, // AF_HPF_FIR_CORL_SCHTH3 : {0x48B8, 0x0007, 2}, // AF_HPF_FIR_CORL_VALUE1 : {0x48BA, 0x0008, 2}, // AF_HPF_FIR_CORL_VALUE2 : {0x48BC, 0x0014, 2}, // AF_HPF_FIR_CORL_VALUE3 : {0x48BE, 0x6291, 2}, // AF_HPF_FIR_CORH_SCHTH1 : {0x48C0, 0x66C7, 2}, // AF_HPF_FIR_CORH_SCHTH2 : {0x48C2, 0x77F8, 2}, // AF_HPF_FIR_CORH_SCHTH3 : {0x48C4, 0x0014, 2}, // AF_HPF_FIR_CORH_VALUE1 : {0x48C6, 0x0022, 2}, // AF_HPF_FIR_CORH_VALUE2 : {0x48C8, 0x0032, 2}, // AF_HPF_FIR_CORH_VALUE3 : {0x48CA, 0x6291, 2}, // AF_HPF_IIR_CORLTH_SCHTH1 : {0x48CC, 0x66C7, 2}, // AF_HPF_IIR_CORLTH_SCHTH2 : {0x48CE, 0x77F8, 2}, // AF_HPF_IIR_CORLTH_SCHTH3 : {0x48D0, 0x002D, 2}, // AF_HPF_IIR_CORLTH_VALUE1 : {0x48D2, 0x000A, 2}, // AF_HPF_IIR_CORLTH_VALUE2 : {0x48D4, 0x002B, 2}, // AF_HPF_IIR_CORLTH_VALUE3 : {0x48D6, 0x6291, 2}, // AF_HPF_IIR_CORSL_SCHTH1 : {0x48D8, 0x66C7, 2}, // AF_HPF_IIR_CORSL_SCHTH2 : {0x48DA, 0x77F8, 2}, // AF_HPF_IIR_CORSL_SCHTH3 : {0x48DC, 0x0002, 2}, // AF_HPF_IIR_CORSL_VALUE1 : {0x48DE, 0x0006, 2}, // AF_HPF_IIR_CORSL_VALUE2 : {0x48E0, 0x0004, 2}, // AF_HPF_IIR_CORSL_VALUE3 : {0x48E2, 0x6291, 2}, // AF_HPF_IIR_CORL_SCHTH1 : {0x48E4, 0x66C7, 2}, // AF_HPF_IIR_CORL_SCHTH2 : {0x48E6, 0x77F8, 2}, // AF_HPF_IIR_CORL_SCHTH3 : {0x48E8, 0x03FF, 2}, // AF_HPF_IIR_CORL_VALUE1 : {0x48EA, 0x03FF, 2}, // AF_HPF_IIR_CORL_VALUE2 : {0x48EC, 0x03FF, 2}, // AF_HPF_IIR_CORL_VALUE3 : {0x48EE, 0x6291, 2}, // AF_HPF_IIR_CORH_SCHTH1 : {0x48F0, 0x66C7, 2}, // AF_HPF_IIR_CORH_SCHTH2 : {0x48F2, 0x77F8, 2}, // AF_HPF_IIR_CORH_SCHTH3 : {0x48F4, 0x03FF, 2}, // AF_HPF_IIR_CORH_VALUE1 : {0x48F6, 0x03FF, 2}, // AF_HPF_IIR_CORH_VALUE2 : {0x48F8, 0x03FF, 2}, // AF_HPF_IIR_CORH_VALUE3 : {0x495c, 0x0001, 1},//lens movement anti-noise limiter control flag {0x4968, 0x0000, 1},//setting of stop judgement in wobble?eclimb operation {0x4969, 0x0008, 1},//threshold change decision count until restoring wobble during judge {0x496c, 0x0000, 1},//set whether to enable filter setting during wobble {0x6e08, 0x001e, 2},//the threshold of the af scale to refer to during a lens edge stop {0x6e12, 0x0034, 2},//the threshold of the af scale to refer to at the time of stable waiting {0x6e22, 0x6291, 2},//setting of the sclth1: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e24, 0x66C7, 2},//setting of the sclth2: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e26, 0x77F8, 2},//setting of the sclth3: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e28, 0x002D, 2},//setting of the value1: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e2a, 0x000A, 2},//setting of the value2: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e2c, 0x002B, 2},//setting of the value3: in hpf vfir coring processing luminance dependence,i appoint the luminance side low level threshold. {0x6e2e, 0x6291, 2},//setting of the sclth1 : in vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e30, 0x66C7, 2},//setting of the sclth2 : in vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e32, 0x77F8, 2},//setting of the sclth3 : in hpf vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e34, 0x0002, 2},//setting of the value1 : in hpf vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e36, 0x0006, 2},//setting of the value2 : in hpf vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e38, 0x0004, 2},//setting of the value3 : in hpf vfir coring processing luminance dependence,it sets a degree of leaning of the middle luminance threshold. the degree of leaning comes by plus and minus appointment. {0x6e3a, 0x6291, 2},//setting of the sclth1 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e3c, 0x66C7, 2},//setting of the sclth2 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e3e, 0x77F8, 2},//setting of the sclth2 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e40, 0x0007, 2},//setting of the value1 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e42, 0x0008, 2},//setting of the value2 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e44, 0x0014, 2},//setting of the value3 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring minimum. {0x6e46, 0x6291, 2},//setting of the sclth1 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x6e48, 0x66C7, 2},//setting of the sclth2 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x6e4a, 0x77F8, 2},//setting of the sclth3 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x6e4c, 0x0014, 2},//setting of the value1 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x6e4e, 0x0022, 2},//setting of the value2 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x6e50, 0x0032, 2},//setting of the value3 : in hpf vfir coring processing luminance dependence,it sets the quantity of coring maximum. {0x481c, 0x0000, 1}, //mean off {0x4600, 0x00AA, 1},// infrm_left00 : {0x4601, 0x00AA, 1},// infrm_left01 : {0x4602, 0x00AA, 1},// infrm_left02 : {0x4603, 0x00AA, 1},// infrm_left03 : {0x4604, 0x00AA, 1},// infrm_left04 : {0x4605, 0x00AA, 1},// infrm_left05 : {0x4606, 0x00AA, 1},// infrm_left06 : {0x4607, 0x00AA, 1},// infrm_left07 : {0x4608, 0x00AA, 1},// infrm_left08 : {0x4609, 0x00AE, 1},// infrm_left09 : {0x460a, 0x00A0, 1},// infrm_left10 : {0x460b, 0x008C, 1},// infrm_left11 : {0x460c, 0x0072, 1},// infrm_left12 : {0x460d, 0x0064, 1},// infrm_left13 : {0x460e, 0x005A, 1},// infrm_left14 : {0x460f, 0x0052, 1},// infrm_left15 : {0x4610, 0x004B, 1},// infrm_left16 : {0x4611, 0x0046, 1},// infrm_left17 : {0x4612, 0x0040, 1},// infrm_left18 : {0x4613, 0x003A, 1},// infrm_left19 : {0x4614, 0x0036, 1},// infrm_left20 : {0x4615, 0x0034, 1},// infrm_left21 : {0x4616, 0x0033, 1},// infrm_left22 : {0x4617, 0x0032, 1},// infrm_left23 : {0x4618, 0x0031, 1},// infrm_left24 : {0x4619, 0x002F, 1},// infrm_left25 : {0x461a, 0x002E, 1},// infrm_left26 : {0x461b, 0x002D, 1},// infrm_left27 : {0x461c, 0x002C, 1},// infrm_left28 : {0x461d, 0x002B, 1},// infrm_left29 : {0x461e, 0x002A, 1},// infrm_left30 : {0x461f, 0x0028, 1},// infrm_left31 : {0x4620, 0x0026, 1},// infrm_left32 : {0x4621, 0x0023, 1},// infrm_left33 : {0x4622, 0x0023, 1},// infrm_left34 : {0x4623, 0x0022, 1},// infrm_left35 : {0x4624, 0x0021, 1},// infrm_left36 : {0x4625, 0x0020, 1},// infrm_left37 : {0x4626, 0x00AF, 1},// infrm_right00 : {0x4627, 0x00AF, 1},// infrm_right01 : {0x4628, 0x00AF, 1},// infrm_right02 : {0x4629, 0x00AF, 1},// infrm_right03 : {0x462a, 0x00AF, 1},// infrm_right04 : {0x462b, 0x00AF, 1},// infrm_right05 : {0x462c, 0x00AF, 1},// infrm_right06 : {0x462d, 0x00AF, 1},// infrm_right07 : {0x462e, 0x00AF, 1},// infrm_right08 : {0x462f, 0x00AE, 1},// infrm_right09 : {0x4630, 0x00B2, 1},// infrm_right10 : {0x4631, 0x00B4, 1},// infrm_right11 : {0x4632, 0x00B6, 1},// infrm_right12 : {0x4633, 0x00B4, 1},// infrm_right13 : {0x4634, 0x009B, 1},// infrm_right14 : {0x4635, 0x0082, 1},// infrm_right15 : {0x4636, 0x0078, 1},// infrm_right16 : {0x4637, 0x0072, 1},// infrm_right17 : {0x4638, 0x006E, 1},// infrm_right18 : {0x4639, 0x0069, 1},// infrm_right19 : {0x463a, 0x0064, 1},// infrm_right20 : {0x463b, 0x005F, 1},// infrm_right21 : {0x463c, 0x005A, 1},// infrm_right22 : {0x463d, 0x0055, 1},// infrm_right23 : {0x463e, 0x0050, 1},// infrm_right24 : {0x463f, 0x004C, 1},// infrm_right25 : {0x4640, 0x0047, 1},// infrm_right26 : {0x4641, 0x0044, 1},// infrm_right27 : {0x4642, 0x0041, 1},// infrm_right28 : {0x4643, 0x003E, 1},// infrm_right29 : {0x4644, 0x003B, 1},// infrm_right30 : {0x4645, 0x0039, 1},// infrm_right31 : {0x4646, 0x0038, 1},// infrm_right32 : {0x4647, 0x0037, 1},// infrm_right33 : {0x4648, 0x0039, 1},// infrm_right34 : {0x4649, 0x0038, 1},// infrm_right35 : {0x464a, 0x0037, 1},// infrm_right36 : {0x464b, 0x0036, 1},// infrm_right37 : {0x464c, 0x0021, 1},// infrm_top : {0x464d, 0x0009, 1},// infrm_botm : {0x464e, 0x0019, 1},// infrm_fltop : {0x464f, 0x0010, 1},// infrm_flbotm : {0x4650, 0x0091, 1},// inaim_left00 : {0x4651, 0x0091, 1},// inaim_left01 : {0x4652, 0x0091, 1},// inaim_left02 : {0x4653, 0x0091, 1},// inaim_left03 : {0x4654, 0x0091, 1},// inaim_left04 : {0x4655, 0x0091, 1},// inaim_left05 : {0x4656, 0x0091, 1},// inaim_left06 : {0x4657, 0x0091, 1},// inaim_left07 : {0x4658, 0x0091, 1},// inaim_left08 : {0x4659, 0x0091, 1},// inaim_left09 : {0x465a, 0x0091, 1},// inaim_left10 : {0x465b, 0x0091, 1},// inaim_left11 : {0x465c, 0x0091, 1},// inaim_left12 : {0x465d, 0x0078, 1},// inaim_left13 : {0x465e, 0x0084, 1},// inaim_left14 : {0x465f, 0x005D, 1},// inaim_left15 : {0x4660, 0x0051, 1},// inaim_left16 : {0x4661, 0x0048, 1},// inaim_left17 : {0x4662, 0x0041, 1},// inaim_left18 : {0x4663, 0x003D, 1},// inaim_left19 : {0x4664, 0x003A, 1},// inaim_left20 : {0x4665, 0x0037, 1},// inaim_left21 : {0x4666, 0x0035, 1},// inaim_left22 : {0x4667, 0x0033, 1},// inaim_left23 : {0x4668, 0x0032, 1},// inaim_left24 : {0x4669, 0x0030, 1},// inaim_left25 : {0x466a, 0x002F, 1},// inaim_left26 : {0x466b, 0x002D, 1},// inaim_left27 : {0x466c, 0x002C, 1},// inaim_left28 : {0x466d, 0x002B, 1},// inaim_left29 : {0x466e, 0x002A, 1},// inaim_left30 : {0x466f, 0x0028, 1},// inaim_left31 : {0x4670, 0x0026, 1},// inaim_left32 : {0x4671, 0x0024, 1},// inaim_left33 : {0x4672, 0x0029, 1},// inaim_left34 : {0x4673, 0x0028, 1},// inaim_left35 : {0x4674, 0x0029, 1},// inaim_left36 : {0x4675, 0x0026, 1},// inaim_left37 : {0x4676, 0x00FF, 1},// inaim_right00 : {0x4677, 0x00FF, 1},// inaim_right01 : {0x4678, 0x00FF, 1},// inaim_right02 : {0x4679, 0x00FF, 1},// inaim_right03 : {0x467a, 0x00FF, 1},// inaim_right04 : {0x467b, 0x00FF, 1},// inaim_right05 : {0x467c, 0x00FF, 1},// inaim_right06 : {0x467d, 0x00FF, 1},// inaim_right07 : {0x467e, 0x00FF, 1},// inaim_right08 : {0x467f, 0x00FF, 1},// inaim_right09 : {0x4680, 0x00D9, 1},// inaim_right10 : {0x4681, 0x00B7, 1},// inaim_right11 : {0x4682, 0x0096, 1},// inaim_right12 : {0x4683, 0x0083, 1},// inaim_right13 : {0x4684, 0x0088, 1},// inaim_right14 : {0x4685, 0x0068, 1},// inaim_right15 : {0x4686, 0x006E, 1},// inaim_right16 : {0x4687, 0x006A, 1},// inaim_right17 : {0x4688, 0x0064, 1},// inaim_right18 : {0x4689, 0x005F, 1},// inaim_right19 : {0x468a, 0x005B, 1},// inaim_right20 : {0x468b, 0x0056, 1},// inaim_right21 : {0x468c, 0x0053, 1},// inaim_right22 : {0x468d, 0x004E, 1},// inaim_right23 : {0x468e, 0x004B, 1},// inaim_right24 : {0x468f, 0x0049, 1},// inaim_right25 : {0x4690, 0x0045, 1},// inaim_right26 : {0x4691, 0x0042, 1},// inaim_right27 : {0x4692, 0x003F, 1},// inaim_right28 : {0x4693, 0x003D, 1},// inaim_right29 : {0x4694, 0x003B, 1},// inaim_right30 : {0x4695, 0x0039, 1},// inaim_right31 : {0x4696, 0x0037, 1},// inaim_right32 : {0x4697, 0x0035, 1},// inaim_right33 : {0x4698, 0x0031, 1},// inaim_right34 : {0x4699, 0x0030, 1},// inaim_right35 : {0x469a, 0x002F, 1},// inaim_right36 : {0x469b, 0x002E, 1},// inaim_right37 : {0x469c, 0x0021, 1},// inaim_top : {0x469d, 0x000F, 1},// inaim_botm : {0x469e, 0x0018, 1},// inaim_fltop : {0x469f, 0x0011, 1},// inaim_flbotm : {0x46a0, 0x00FF, 1},// outfrm_left00 : {0x46a1, 0x00FF, 1},// outfrm_left01 : {0x46a2, 0x00FF, 1},// outfrm_left02 : {0x46a3, 0x00FF, 1},// outfrm_left03 : {0x46a4, 0x00FF, 1},// outfrm_left04 : {0x46a5, 0x00FF, 1},// outfrm_left05 : {0x46a6, 0x00FF, 1},// outfrm_left06 : {0x46a7, 0x00FF, 1},// outfrm_left07 : {0x46a8, 0x00FF, 1},// outfrm_left08 : {0x46a9, 0x00FD, 1},// outfrm_left09 : {0x46aa, 0x00CB, 1},// outfrm_left10 : {0x46ab, 0x00A9, 1},// outfrm_left11 : {0x46ac, 0x0090, 1},// outfrm_left12 : {0x46ad, 0x007D, 1},// outfrm_left13 : {0x46ae, 0x0070, 1},// outfrm_left14 : {0x46af, 0x0065, 1},// outfrm_left15 : {0x46b0, 0x0054, 1},// outfrm_left16 : {0x46b1, 0x0037, 1},// outfrm_left17 : {0x46b2, 0x0034, 1},// outfrm_left18 : {0x46b3, 0x0032, 1},// outfrm_left19 : {0x46b4, 0x004C, 1},// outfrm_left20 : {0x46b5, 0x002F, 1},// outfrm_left21 : {0x46b6, 0x002D, 1},// outfrm_left22 : {0x46b7, 0x002B, 1},// outfrm_left23 : {0x46b8, 0x0029, 1},// outfrm_left24 : {0x46b9, 0x0027, 1},// outfrm_left25 : {0x46ba, 0x0025, 1},// outfrm_left26 : {0x46bb, 0x0023, 1},// outfrm_left27 : {0x46bc, 0x0021, 1},// outfrm_left28 : {0x46bd, 0x001F, 1},// outfrm_left29 : {0x46be, 0x001D, 1},// outfrm_left30 : {0x46bf, 0x001B, 1},// outfrm_left31 : {0x46c0, 0x001A, 1},// outfrm_left32 : {0x46c1, 0x002A, 1},// outfrm_left33 : {0x46c2, 0x0029, 1},// outfrm_left34 : {0x46c3, 0x0028, 1},// outfrm_left35 : {0x46c4, 0x0027, 1},// outfrm_left36 : {0x46c5, 0x0026, 1},// outfrm_left37 : {0x46c6, 0x00FF, 1},// outfrm_right00 : {0x46c7, 0x00FF, 1},// outfrm_right01 : {0x46c8, 0x00FF, 1},// outfrm_right02 : {0x46c9, 0x00FF, 1},// outfrm_right03 : {0x46ca, 0x00FF, 1},// outfrm_right04 : {0x46cb, 0x00FF, 1},// outfrm_right05 : {0x46cc, 0x00FF, 1},// outfrm_right06 : {0x46cd, 0x00FF, 1},// outfrm_right07 : {0x46ce, 0x00FF, 1},// outfrm_right08 : {0x46cf, 0x00FF, 1},// outfrm_right09 : {0x46d0, 0x00D3, 1},// outfrm_right10 : {0x46d1, 0x00B1, 1},// outfrm_right11 : {0x46d2, 0x0098, 1},// outfrm_right12 : {0x46d3, 0x0085, 1},// outfrm_right13 : {0x46d4, 0x0078, 1},// outfrm_right14 : {0x46d5, 0x006D, 1},// outfrm_right15 : {0x46d6, 0x0064, 1},// outfrm_right16 : {0x46d7, 0x006A, 1},// outfrm_right17 : {0x46d8, 0x0066, 1},// outfrm_right18 : {0x46d9, 0x0063, 1},// outfrm_right19 : {0x46da, 0x005E, 1},// outfrm_right20 : {0x46db, 0x005A, 1},// outfrm_right21 : {0x46dc, 0x0056, 1},// outfrm_right22 : {0x46dd, 0x0052, 1},// outfrm_right23 : {0x46de, 0x0050, 1},// outfrm_right24 : {0x46df, 0x004E, 1},// outfrm_right25 : {0x46e0, 0x004C, 1},// outfrm_right26 : {0x46e1, 0x004A, 1},// outfrm_right27 : {0x46e2, 0x0048, 1},// outfrm_right28 : {0x46e3, 0x0046, 1},// outfrm_right29 : {0x46e4, 0x0044, 1},// outfrm_right30 : {0x46e5, 0x0043, 1},// outfrm_right31 : {0x46e6, 0x0042, 1},// outfrm_right32 : {0x46e7, 0x0032, 1},// outfrm_right33 : {0x46e8, 0x0031, 1},// outfrm_right34 : {0x46e9, 0x0030, 1},// outfrm_right35 : {0x46ea, 0x002F, 1},// outfrm_right36 : {0x46eb, 0x002E, 1},// outfrm_right37 : {0x46ec, 0x001E, 1},// outfrm_top : {0x46ed, 0x0015, 1},// outfrm_botm : {0x46ee, 0x0019, 1},// outfrm_fltop : {0x46ef, 0x0010, 1},// outfrm_flbotm : {0x46f0, 0x00FF, 1},// outaim_left00 : {0x46f1, 0x00FF, 1},// outaim_left01 : {0x46f2, 0x00FF, 1},// outaim_left02 : {0x46f3, 0x00FF, 1},// outaim_left03 : {0x46f4, 0x00FF, 1},// outaim_left04 : {0x46f5, 0x00FF, 1},// outaim_left05 : {0x46f6, 0x00FF, 1},// outaim_left06 : {0x46f7, 0x00FF, 1},// outaim_left07 : {0x46f8, 0x00FF, 1},// outaim_left08 : {0x46f9, 0x00FF, 1},// outaim_left09 : {0x46fa, 0x00CD, 1},// outaim_left10 : {0x46fb, 0x00AB, 1},// outaim_left11 : {0x46fc, 0x0092, 1},// outaim_left12 : {0x46fd, 0x007F, 1},// outaim_left13 : {0x46fe, 0x0072, 1},// outaim_left14 : {0x46ff, 0x0067, 1},// outaim_left15 : {0x4700, 0x005E, 1},// outaim_left16 : {0x4701, 0x0057, 1},// outaim_left17 : {0x4702, 0x0051, 1},// outaim_left18 : {0x4703, 0x004E, 1},// outaim_left19 : {0x4704, 0x0049, 1},// outaim_left20 : {0x4705, 0x0045, 1},// outaim_left21 : {0x4706, 0x003D, 1},// outaim_left22 : {0x4707, 0x003A, 1},// outaim_left23 : {0x4708, 0x0037, 1},// outaim_left24 : {0x4709, 0x0035, 1},// outaim_left25 : {0x470a, 0x0033, 1},// outaim_left26 : {0x470b, 0x0032, 1},// outaim_left27 : {0x470c, 0x0033, 1},// outaim_left28 : {0x470d, 0x0032, 1},// outaim_left29 : {0x470e, 0x0030, 1},// outaim_left30 : {0x470f, 0x002E, 1},// outaim_left31 : {0x4710, 0x002D, 1},// outaim_left32 : {0x4711, 0x002C, 1},// outaim_left33 : {0x4712, 0x002B, 1},// outaim_left34 : {0x4713, 0x002A, 1},// outaim_left35 : {0x4714, 0x0029, 1},// outaim_left36 : {0x4715, 0x0028, 1},// outaim_left37 : {0x4716, 0x00FF, 1},// outaim_right00 : {0x4717, 0x00FF, 1},// outaim_right01 : {0x4718, 0x00FF, 1},// outaim_right02 : {0x4719, 0x00FF, 1},// outaim_right03 : {0x471a, 0x00FF, 1},// outaim_right04 : {0x471b, 0x00FF, 1},// outaim_right05 : {0x471c, 0x00FF, 1},// outaim_right06 : {0x471d, 0x00FF, 1},// outaim_right07 : {0x471e, 0x00FF, 1},// outaim_right08 : {0x471f, 0x00FF, 1},// outaim_right09 : {0x4720, 0x00D3, 1},// outaim_right10 : {0x4721, 0x00B1, 1},// outaim_right11 : {0x4722, 0x0098, 1},// outaim_right12 : {0x4723, 0x0085, 1},// outaim_right13 : {0x4724, 0x0078, 1},// outaim_right14 : {0x4725, 0x006D, 1},// outaim_right15 : {0x4726, 0x0064, 1},// outaim_right16 : {0x4727, 0x005D, 1},// outaim_right17 : {0x4728, 0x0057, 1},// outaim_right18 : {0x4729, 0x0052, 1},// outaim_right19 : {0x472a, 0x004D, 1},// outaim_right20 : {0x472b, 0x0049, 1},// outaim_right21 : {0x472c, 0x0047, 1},// outaim_right22 : {0x472d, 0x0044, 1},// outaim_right23 : {0x472e, 0x0042, 1},// outaim_right24 : {0x472f, 0x003F, 1},// outaim_right25 : {0x4730, 0x003C, 1},// outaim_right26 : {0x4731, 0x003A, 1},// outaim_right27 : {0x4732, 0x0037, 1},// outaim_right28 : {0x4733, 0x0036, 1},// outaim_right29 : {0x4734, 0x0034, 1},// outaim_right30 : {0x4735, 0x0034, 1},// outaim_right31 : {0x4736, 0x0033, 1},// outaim_right32 : {0x4737, 0x0032, 1},// outaim_right33 : {0x4738, 0x0031, 1},// outaim_right34 : {0x4739, 0x0030, 1},// outaim_right35 : {0x473a, 0x002F, 1},// outaim_right36 : {0x473b, 0x002E, 1},// outaim_right37 : {0x473c, 0x001B, 1},// outaim_top : {0x473d, 0x0016, 1},// outaim_botm : {0x473e, 0x0019, 1},// outaim_fltop : {0x473f, 0x0016, 1},// outaim_flbotm : // awb {0x4400, 0x0000, 1},//awb mode {0x4c0a, 0x00e4, 2},//add 0105 ljh width {0x4c0c, 0x00d2, 2},//add 0105 ljh heigth {0x4401, 0x0002, 1},//indoor/outdoor decision mode {0x4402, 0x0000, 1},//redness shift on {0x4403, 0x0001, 1},//black body shift on flag with outside outdoor frame {0x4404, 0x0000, 1},//trigger-type pushlockon flag {0x4405, 0x0001, 1},//atw cycle {0x4406, 0x000a, 1},//high-speed operation mask counter {0x4408, 0x0100, 2},//g gain {0x440a, 0x1000, 2},//initial value of error amount for determining commencement of awb startup {0x440c, 0x0023, 1},//indoor dead band (high) expansion coefficient [??] direction {0x440d, 0x0023, 1},//indoor dead band (high) expansion coefficient [??] direction {0x440e, 0x0023, 1},//indoor dead band (high) expansion coefficient [??] direction {0x440f, 0x0023, 1},//indoor dead band (high) expansion coefficient [??] direction {0x4410, 0x0004, 1},//indoor dead band (mid) expansion coefficient [??] direction {0x4411, 0x0004, 1},//indoor dead band (mid) expansion coefficient [??] direction {0x4412, 0x0004, 1},//indoor dead band (mid) expansion coefficient [??] direction {0x4413, 0x0004, 1},//indoor dead band (mid) expansion coefficient [??] direction {0x4414, 0x0020, 1},//outdoor dead band (high) expansion coefficient [??] direction {0x4415, 0x0020, 1},//outdoor dead band (high) expansion coefficient [??] direction {0x4416, 0x0020, 1},//outdoor dead band (high) expansion coefficient [??] direction {0x4417, 0x0020, 1},//outdoor dead band (high) expansion coefficient [??] direction {0x4418, 0x0004, 1},//outdoor dead band (mid) expansion coefficient [??] direction {0x4419, 0x0004, 1},//outdoor dead band (mid) expansion coefficient [??] direction {0x441a, 0x0004, 1},//outdoor dead band (mid) expansion coefficient [??] direction {0x441b, 0x0004, 1},//outdoor dead band (mid) expansion coefficient [??] direction {0x441c, 0x0001, 1},//convergence end dead band (low) expansion coefficient [??] direction {0x441d, 0x0001, 1},//convergence end dead band (low) expansion coefficient [??] direction {0x441e, 0x0001, 1},//convergence end dead band (low) expansion coefficient [??] direction {0x441f, 0x0001, 1},//convergence end dead band (low) expansion coefficient [??] direction {0x4420, 0x0000, 1},//aim weight (for high-speed operation) {0x4421, 0x0004, 1},//gain step (for high-speed operation) {0x4422, 0x0010, 1},//operation delay (for atw mode) {0x4423, 0x0002, 1},//aim weight (for atw mode) {0x4424, 0x0002, 1},//gain step (for atw mode) {0x4425, 0x0002, 1},//gain step (all pull-in mode) {0x4426, 0xffff, 2},//soft limit (with high-speed operation) {0x4428, 0xffff, 2},//soft limit (with normal operation) {0x442a, 0x0d2d, 2},//fixed coordinates for start-up (indoor) r/g {0x442c, 0x13f6, 2},//fixed coordinate for start-up (indoor) b/g {0x442e, 0x0bbc, 2},//fixed coordinate for start-up (outdoor) r/g {0x4430, 0x1775, 2},//fixed coordinate for start-up (outdoor) b/g {0x4432, 0x1000, 2},//pushlock coordinate r/g {0x4434, 0x1000, 2},//pushlock coordinate b/g {0x444a, 0x7b0c, 2},//indoor decision threshold value {0x444c, 0x8340, 2},//outdoor decision threshold value {0x444e, 0x000a, 1},//number of times to pick up chattering for indoor/outdoor decision {0x444f, 0x0000, 1},//ratio redness shift coefficient {0x4450, 0x0000, 2},//redness shift distance limit {0x4452, 0x001e, 1},//setting for number of frames to abandon in indoor ?? outdoor switching {0x4453, 0x007B, 1},// {0x4454, 0x0000, 2},//fixed shift parameter r for atw (indoor) {0x4456, 0x0000, 2},//fixed shift parameter b for atw (indoor) {0x4458, 0x0000, 2},//fixed shift parameter r for atw (outdoor) {0x445a, 0x0000, 2},//fixed shift parameter b for atw (outdoor) {0x445c, 0x0000, 2},//shift parameter r for strobe {0x445e, 0x0000, 2},//shift parameter b for strobe {0x4460, 0x02c0, 2},//high luminance upper limit at integration level by luminance {0x4462, 0x0020, 2},//medium luminance lower limit at integration level by luminance {0x4464, 0x0230, 2},//peak clip value r when calculating detection value for awb {0x4466, 0x02c0, 2},//peak clip value g when calculating detection value for awb {0x4468, 0x0230, 2},//peak clip value b when calculating detection value for awb {0x446a, 0x0018, 1},//ratio re-calculation range {0x446b, 0x0005, 1},//number decided as inside window {0x446c, 0x0000, 1},//aim estimation system {0x446d, 0x0020, 1},//user specified range {0x446e, 0x0000, 2},//indoor/outdoor decision bratio threshold value {0x4470, 0x0005, 1},//specifying the ratio number inside the new user use decision range. {0x4471, 0x000B, 1},//weight coefficient when calculating ratio of atw // user_ctrl {0x0060, 0x0000, 1},// uibrightness[7:0] {0x0061, 0x0080, 1},// uicontrast[7:0] {0x0062, 0x0020, 1},// uisharpness[7:0] {0x0080, 0x0000, 1}, //ev_sel off // max frame {0x01bd, 0x0001, 1},// max frame type1 normal ae mode 33ms {0x01be, 0x0003, 1},// max frame type2 long ae mode 66ms for 1/2s {0x01bf, 0x0008, 1},// old 270ms-> 8 new 135ms->4 max frame type3 long night mode 250ms for 1/2s {0x01c0, 0x000f, 1},// max frame type4 1sec shutter for debug 500ms for 1s // iso {0x01e5, 0x0000, 1},// iso_type1 - auto {0x01e6, 0x0004, 1},// iso_type2 - iso 50 {0x01e7, 0x000a, 1},// iso_type3 - iso 200 {0x01e8, 0x0000, 1},// iso_type4 // ae inck = 24mhz, 0xpll = 432mhz {0x4001, 0x0000, 1}, {0x403a, 0x0020, 1}, {0x4a00, 0x050d, 2},//min sht start from 4line @capture {0x4a02, 0x0000, 2},//min agc {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x4036, 0x0370, 2},// 3.9dB iso sensitivity adjustment // ev {0x4087, 0x0005, 1}, // evsel_gain_p1_3 ev +0.5 {0x4088, 0x000e, 1}, // evsel_gain_p2_3 {0x4089, 0x000b, 1}, // evsel_gain_p3_3 ev +1 {0x408a, 0x000f, 1}, // evsel_gain_p4_3 ev +1.5 {0x408b, 0x0021, 1}, // evsel_gain_p5_3 {0x408c, 0x0013, 1}, // evsel_gain_p6_3 ev +2 {0x408d, 0x0006, 1}, // evsel_gain_m1_3 ev -0.5 {0x408e, 0x000e, 1}, // evsel_gain_m2_3 {0x408f, 0x000c, 1}, // evsel_gain_m3_3 ev -1 {0x4090, 0x0013, 1}, // evsel_gain_m4_3 ev -1.5 {0x4091, 0x0021, 1}, // evsel_gain_m5_3 {0x4092, 0x0018, 1}, // evsel_gain_m6_3 ev -2 // mwb {0x4436, 0x0A9F, 2},//user#0 fixed coordinate r/g mwb_daylight {0x4438, 0x1C93, 2},//user#0 fixed coordinate b/g {0x443a, 0x09A0, 2},//user#1 fixed coordinate r/g mwb_shade xxx {0x443c, 0x21FC, 2},//user#1 fixed coordinate b/g {0x443e, 0x0840, 2},//user#2 fixed coordinate r/g mwb_cloudy {0x4440, 0x1F4C, 2},//user#2 fixed coordinate b/g {0x4442, 0x0E63, 2},//user#3 fixed coordinate r/g mwb_fluor {0x4444, 0x113C, 2},//user#3 fixed coordinate b/g {0x4446, 0x125E, 2},//user#4 fixed coordinate r/g mwb_incand {0x4448, 0x0EA4, 2},//user#4 fixed coordinate b/g {0x0100, 0x0000, 1},//scene selection {0x0102, 0x0020, 1},// awb_sn1 : // normal {0x0103, 0x0001, 1},// ae_sn1 : {0x0104, 0x004d, 1},// ae_sub_sn1 : {0x0105, 0x0040, 1},// pict1_sn1 : {0x0106, 0x0000, 1},// reserve_0106 : {0x0107, 0x0020, 1},// awb_sn2 : // portrait {0x0108, 0x0001, 1},// ae_sn2 : {0x0109, 0x004d, 1},// ae_sub_sn2 : {0x010a, 0x0040, 1},// pict1_sn2 : {0x010b, 0x0000, 1},// reserve_010b : {0x010c, 0x0020, 1},// awb_sn3 : // landscape {0x010d, 0x0001, 1},// ae_sn3 : {0x010e, 0x004f, 1},// ae_sub_sn3 : multi {0x010f, 0x0054, 1},// pict1_sn3 : {0x0110, 0x0000, 1},// reserve_0110 : {0x0111, 0x0020, 1},// awb_sn4 : // sport {0x0112, 0x0001, 1},// ae_sn4 : normal ae {0x0113, 0x000d, 1},// ae_sub_sn4 : 33ms {0x0114, 0x0040, 1},// pict1_sn4 : {0x0115, 0x0000, 1},// reserve_0115 : {0x0116, 0x0020, 1},// awb_sn5 : //party/indoor {0x0117, 0x0041, 1},// ae_sn5 : - iso 200 {0x0118, 0x004d, 1},// ae_sub_sn5 : {0x0119, 0x0054, 1},// pict1_sn5 : {0x011a, 0x0000, 1},// reserve_011a : {0x011b, 0x0020, 1},// awb_sn6 : // beach/snow {0x011c, 0x0021, 1},// ae_sn6 : - iso 50 {0x011d, 0x004d, 1},// ae_sub_sn6 : {0x011e, 0x0054, 1},// pict1_sn6 : {0x011f, 0x0000, 1},// reserve_011f : {0x0120, 0x0024, 1},// awb_sn7 : daylight // sunset {0x0121, 0x0001, 1},// ae_sn7 : {0x0122, 0x004d, 1},// ae_sub_sn7 : {0x0123, 0x0040, 1},// pict1_sn7 : {0x0124, 0x0000, 1},// reserve_0124 : {0x0125, 0x0027, 1},// awb_sn8 : cwf // dawn {0x0126, 0x0001, 1},// ae_sn8 : {0x0127, 0x004d, 1},// ae_sub_sn8 : {0x0128, 0x0040, 1},// pict1_sn8 : {0x0129, 0x0000, 1},// reserve_0129 : {0x012a, 0x0020, 1},// awb_sn9 : // fall {0x012b, 0x0001, 1},// ae_sn9 : {0x012c, 0x004d, 1},// ae_sub_sn9 : {0x012d, 0x0068, 1},// pict1_sn9 : {0x012e, 0x0000, 1},// reserve_012e : {0x012f, 0x0020, 1},// awb_sn10 : // fire/nightshot {0x0130, 0x0001, 1},// ae_sn10 : {0x0131, 0x004d, 1},// ae_sub_sn10 : {0x0132, 0x0040, 1},// pict1_sn10 : {0x0133, 0x0000, 1},// reserve_0133 : {0x0134, 0x0020, 1},// awb_sn11 : // text /candle/backlight {0x0135, 0x0001, 1},// ae_sn11 : {0x0136, 0x004d, 1},// ae_sub_sn11 : {0x0137, 0x0040, 1},// pict1_sn11 : {0x0138, 0x0000, 1},// reserve_0138 : {0x0139, 0x0020, 1},// awb_sn12 : // movie {0x013a, 0x0001, 1},// ae_sn12 : {0x013b, 0x0003, 1},// ae_sub_sn12 : {0x013c, 0x0040, 1},// pict1_sn12 : {0x013d, 0x0000, 1},// reserve_013d : {0x01ae, 0x0000, 1},// uihue_type1 : {0x01af, 0x00f5, 1},// uihue_type2 : // 1 - scene_landscape {0x01b0, 0x00f5, 1},// uihue_type3 : // 2 - scene_fall {0x01b1, 0x0080, 1},// uisaturation_type1 : {0x01b2, 0x009f, 1},// uisaturation_type2 : // 1 - scene_landscape {0x01b3, 0x00a3, 1},// uisaturation_type3 : // 2 - scene_fall {0x5000, 0xffdc, 2},// grg linear matrix coefficient pos1 {0x5002, 0xfff6, 2},// grb linear matrix coefficient pos1 {0x5004, 0xfff2, 2},// ggr linear matrix coefficient pos1 {0x5006, 0xffdb, 2},// ggb linear matrix coefficient pos1 {0x5008, 0x0005, 2},// gbr linear matrix coefficient pos1 {0x500a, 0xffcd, 2},// gbg linear matrix coefficient pos1 {0x500c, 0xffdc, 2},// grg linear matrix coefficient pos2 {0x500e, 0xfff6, 2},// grb linear matrix coefficient pos2 {0x5010, 0xfff2, 2},// ggr linear matrix coefficient pos2 {0x5012, 0xffdb, 2},// ggb linear matrix coefficient pos2 {0x5014, 0x0005, 2},// gbr linear matrix coefficient pos2 {0x5016, 0xffcd, 2},// gbg linear matrix coefficient pos2 {0x503c, 0xffdc, 2},// grg linear matrix coefficient pos6 {0x503e, 0xfff6, 2},// grb linear matrix coefficient pos6 {0x5040, 0xfff2, 2},// ggr linear matrix coefficient pos6 {0x5042, 0xffdb, 2},// ggb linear matrix coefficient pos6 {0x5044, 0x0005, 2},// gbr linear matrix coefficient pos6 {0x5046, 0xffcd, 2},// gbg linear matrix coefficient pos6 {0x5018, 0xffcc, 2},// grg linear matrix coefficient pos3 {0x501a, 0xfff6, 2},// grb linear matrix coefficient pos3 {0x501c, 0xfff1, 2},// ggr linear matrix coefficient pos3 {0x501e, 0xffec, 2},// ggb linear matrix coefficient pos3 {0x5020, 0x0000, 2},// gbr linear matrix coefficient pos3 {0x5022, 0xffc6, 2},// gbg linear matrix coefficient pos3 {0x5048, 0xffcc, 2},// grg linear matrix coefficient pos7 {0x504a, 0xfff6, 2},// grb linear matrix coefficient pos7 {0x504c, 0xfff1, 2},// ggr linear matrix coefficient pos7 {0x504e, 0xffec, 2},// ggb linear matrix coefficient pos7 {0x5050, 0x0000, 2},// gbr linear matrix coefficient pos7 {0x5052, 0xffc6, 2},// gbg linear matrix coefficient pos7 {0x5024, 0xffcc, 2},// grg linear matrix coefficient pos4 {0x5026, 0xfff6, 2},// grb linear matrix coefficient pos4 {0x5028, 0xfff1, 2},// ggr linear matrix coefficient pos4 {0x502a, 0xffec, 2},// ggb linear matrix coefficient pos4 {0x502c, 0x0000, 2},// gbr linear matrix coefficient pos4 {0x502e, 0xffc6, 2},// gbg linear matrix coefficient pos4 {0x5030, 0xfff7, 2},// grg linear matrix coefficient pos5 {0x5032, 0x0008, 2},// grb linear matrix coefficient pos5 {0x5034, 0xffe9, 2},// ggr linear matrix coefficient pos5 {0x5036, 0xffe0, 2},// ggb linear matrix coefficient pos5 {0x5038, 0x0003, 2},// gbr linear matrix coefficient pos5 {0x503a, 0xffc9, 2},// gbg linear matrix coefficient pos5 {0x5054, 0x0031, 1},//pos1 r/g coordinate setting {0x5055, 0x001e, 1},//pos1 b/g coordinate setting {0x5056, 0x0039, 1},//pos2 r/g coordinate setting {0x5057, 0x0019, 1},//pos2 b/g coordinate setting {0x5058, 0x0042, 1},//pos3 r/g coordinate setting {0x5059, 0x0015, 1},//pos3 b/g coordinate setting {0x505a, 0x0053, 1},//pos4 r/g coordinate setting {0x505b, 0x0012, 1},//pos4 b/g coordinate setting {0x505c, 0x005f, 1},//pos5 r/g coordinate setting {0x505d, 0x0010, 1},//pos5 b/g coordinate setting {0x505e, 0x003d, 1},//pos6 r/g coordinate setting {0x505f, 0x0017, 1},//pos6 b/g coordinate setting {0x5060, 0x004b, 1},//pos7 r/g coordinate setting {0x5061, 0x0013, 1},//pos7 b/g coordinate setting {0x5092, 0xffef, 2},//byhue reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x5094, 0xffed, 2},//ryhue reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x5096, 0xfffa, 2},//byhue reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x5098, 0xffee, 2},//ryhue reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x509a, 0xfffb, 2},//byhue reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x509c, 0xffe7, 2},//ryhue reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x509e, 0xfff2, 2},//byhue reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a0, 0xffe6, 2},//ryhue reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a2, 0x0064, 1},//rygain reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x50a3, 0x0054, 1},//bygain reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x50a4, 0x0064, 1},//rygain reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x50a5, 0x0058, 1},//bygain reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x50a6, 0x0078, 1},//rygain reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x50a7, 0x0058, 1},//bygain reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x50a8, 0x0078, 1},//rygain reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a9, 0x0054, 1},//6dbygain reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50aa, 0xffef, 2},//byhue reference value (1st quadrant), 0xfor automatic control, 0xpos2 {0x50ac, 0xffed, 2},//ryhue reference value (1st quadrant), 0xfor automatic control, 0xpos2 {0x50ae, 0xfffa, 2},//byhue reference value (2nd quadrant), 0xfor automatic control, 0xpos2 {0x50b0, 0xffee, 2},//ryhue reference value (2nd quadrant), 0xfor automatic control, 0xpos2 {0x50b2, 0xfffb, 2},//byhue reference value (3rd quadrant), 0xfor automatic control, 0xpos2 {0x50b4, 0xffe7, 2},//ryhue reference value (3rd quadrant), 0xfor automatic control, 0xpos2 {0x50b6, 0xfff2, 2},//byhue reference value (4th quadrant), 0xfor automatic control, 0xpos2 {0x50b8, 0xffe6, 2},//ryhue reference value (4th quadrant), 0xfor automatic control, 0xpos2 {0x50ba, 0x0064, 1},//rygain reference value (1st quadrant), 0xfor automatic control, 0xpos2 {0x50bb, 0x0054, 1},//bygain reference value (1st quadrant), 0xfor automatic control, 0xpos2 {0x50bc, 0x0064, 1},//rygain reference value (2nd quadrant), 0xfor automatic control, 0xpos2 {0x50bd, 0x0058, 1},//bygain reference value (2nd quadrant), 0xfor automatic control, 0xpos2 {0x50be, 0x0078, 1},//rygain reference value (3rd quadrant), 0xfor automatic control, 0xpos2 {0x50bf, 0x0058, 1},//bygain reference value (3rd quadrant), 0xfor automatic control, 0xpos2 {0x50c0, 0x0078, 1},//rygain reference value (4th quadrant), 0xfor automatic control, 0xpos2 {0x50c1, 0x0054, 1},//6dbygain reference value (4th quadrant), 0xfor automatic control, 0xpos2 {0x50c2, 0x0015, 1},//huegain pos1 coordinate for automatic control (high color temperature side?j x256 is the coordinate. {0x50c3, 0x0015, 1},//huegain pos2 coordinate for automatic control (low color temperature side?j x256 is the coordinate. {0x01b1, 0x0080, 1},//color depth adjustment value [us1.7] (range: 0 to 2x(ffh)) {0x4e0b, 0x0001, 1},//hue gain mode selection 0: auto (coloring control) 1: fixed at setting value for pos1 2: fixed at setting value for pos2 {0x4e0c, 0x09c4, 2},//14.7db_ coloring suppression brightness linkage start position {0x4e0e, 0x0AbE, 2},//15.6db_ coloring suppression brightness linkage end position {0x4e10, 0x00A0, 2},//suppression level when coloring suppression brightness linkage ends when the value larger than 100h is set, 0xit is limited at 100h. {0x4e16, 0x0000, 1},//linear matrix/apcon selection {0x4e4c, 0x7733, 2},//high luminance side threshold value for shading gain correction. {0x4e4e, 0x4e20, 2},//low luminance side threshold value for shading gain correction. {0x59bd, 0x0050, 1},//lmt_weight a u1.8 7/20 lee {0x59be, 0x0070, 1},//lmt_weight b 7/20 lee {0x02d7,0x0000,1},// matrix type1 //pict_shd {0x4e40, 0x189c, 2},//5000 high threshold for r2 at the b/g coordinates and high color temperature side for shading color correction. {0x4e42, 0x1806, 2},//4800 low threshold for r2 at the b/g coordinates and high color temperature side for shading color correction. {0x4e44, 0x0d16, 2},//3800 high threshold for r2 at the b/g coordinates and low color temperature side for shading color correction. {0x4e46, 0x0cb2, 2},//3801 low threshold for r2 at the b/g coordinates and low color temperature side for shading color correction. {0x4e48, 0x1a2c, 2},//4864 r/g coordinates high threshold value for shading color correction for r2. {0x4e4a, 0x125c, 2},//4736 r/g coordinates low threshold value for shading color correction for r2. {0x4e50, 0x0c80, 2},//3802 high threshold for rb at the b/g coordinates and high color temperature side for shading color correction. {0x4e52, 0x0c4e, 2},//3803 low threshold for rb at the b/g coordinates and high color temperature side for shading color correction. {0x4e54, 0x05dd, 2},//3804 high threshold for rb at the b/g coordinates and low color temperature side for shading color correction. {0x4e56, 0x0500, 2},//3805 low threshold for rb at the b/g coordinates and low color temperature side for shading color correction. {0x4e58, 0x1b58, 2},//7000 high threshold for rb at the r/g coordinates for shading color correction. {0x4e5a, 0x1a2c, 2},//6700 low threshold for rb at the r/g coordinates for shading color correction. {0x4f24, 0x003e, 1},//main_config1 {0x4f25, 0x0009, 1},//main_config2 //pict_gain {0x5841, 0x0005, 1},//lmt_gain bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5842, 0x0005, 1},//cs_ylcoef bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5843, 0x0005, 1},//cs_yhcoef bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5844, 0x0005, 1},//cs_slp_c bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5845, 0x0005, 1},//cs_cbhlev bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5846, 0x0005, 1},//cs_crhlev bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5847, 0x0005, 1},//cs_cbhlev_ap bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5848, 0x0005, 1},//cs_crhlev_ap bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5849, 0x0005, 1},//cs_cbllev bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584a, 0x0005, 1},//cs_crllev bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584b, 0x0005, 1},//cs_cbllev_ap bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584c, 0x0005, 1},//cs_crllev_ap bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584d, 0x0005, 1},//cs_apsh_h bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584e, 0x0005, 1},//cs_apsh_m bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x584f, 0x0005, 1},//cs_apsh_l bit 2-0 : brightness-linked threshold value pattern table type selection (0 to 7) bit 4-3 : threshold interpolation method selection (0: linear, 0x1: quadratic curve, 0x2: logarithmic curve) {0x5850, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5851, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5852, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5853, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5854, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5855, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5856, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5857, 0x0000, 1},//gain-linked mode target setting 0: agc gain coordination (including shutter interpolation), 0x1: agc gain interpolation (not including gain interpolation), 0x2: ae scale coordination, 0x3: reference scale coordination, 0x4: dark level coordination {0x5876, 0x0ABE, 2},//gain coordination threshold value setting low brightness/high gain side {0x5878, 0x0A6B, 2},//gain coordination threshold value setting medium brightness/medium gain side {0x587a, 0x0800, 2},//gain coordination threshold value setting higih brightness/low gain side {0x587c, 0x0BEE, 2},//gain coordination threshold value setting low brightness/high gain side {0x587e, 0x09F7, 2},//gain coordination threshold value setting medium brightness/medium gain side {0x5880, 0x0800, 2},//gain coordination threshold value setting higih brightness/low gain side {0x5882, 0x0abe, 2},//gain coordination threshold value setting low brightness/high gain side {0x5884, 0x06a4, 2},//gain coordination threshold value setting medium brightness/medium gain side {0x5886, 0x0514, 2},//gain coordination threshold value setting higih brightness/low gain side {0x59bf, 0x0020, 1},//low-luminance level threshold value of threshold value a do not set a value higher than the high-l {0x59c0, 0x0020, 1},//low-luminance level threshold value of threshold value b do not set a value higher than the high-l {0x59c1, 0x0000, 1},//low-luminance level threshold value of threshold value c do not set a value higher than the high-l {0x59c2, 0x0020, 1},//high-luminance level threshold value of threshold value a do not set a value lower than the low-lu {0x59c3, 0x0020, 1},//high-luminance level threshold value of threshold value b do not set a value lower han the low-lu {0x59c4, 0x0000, 1},//high-luminance level threshold value of threshold value c do not set a value lower than the low-lu {0x59c5, 0x000B, 1},// cs_slp_c_a {0x59c6, 0x0010, 1},// cs_slp_c_b {0x59c7, 0x0016, 1},// cs_slp_c_c {0x59c8, 0x0020, 1},// cs_cbhlev_a {0x59c9, 0x001A, 1},// cs_cbhlev_b {0x59ca, 0x0009, 1},// cs_cbhlev_c {0x59cb, 0x0020, 1},// cs_crhlev_a {0x59cc, 0x001A, 1},// cs_crhlev_b {0x59cd, 0x0009, 1},// cs_crhlev_c {0x59ce, 0x0020, 1},//threshold value a, 0xfor apcon suppres{0x low-saturation level identification, 0xh cb {0x59cf, 0x0020, 1},//threshold value b, 0xfor apcon suppres{0x low-saturation level identification, 0xh cb {0x59d0, 0x0020, 1},//threshold value c, 0xfor apcon suppres{0x low-saturation level identification, 0xh cb {0x59d1, 0x0020, 1},//threshold value a, 0xfor apcon suppres{0x low-saturation level identification, 0xh cr {0x59d2, 0x0020, 1},//threshold value b, 0xfor apcon suppres{0x low-saturation level identification, 0xh cr {0x59d3, 0x0020, 1},//threshold value c, 0xfor apcon suppres{0x low-saturation level identification, 0xh cr {0x59d4, 0xFFDF, 2},// cs_cbllev_a {0x59d6, 0xFFE5, 2},// cs_cbllev_b {0x59d8, 0xFFE9, 2},// cs_cbllev_c {0x59da, 0xFFDF, 2},// cs_crllev_a {0x59dc, 0xFFE5, 2},// cs_crllev_b {0x59de, 0xFFE9, 2},// cs_crllev_c {0x59e0, 0xFFE0, 2},//threshold value a, 0xfor apcom suppres{0x low-saturation level identification, 0xl cb {0x59e2, 0xFFE0, 2},//threshold value b, 0xfor apcom suppres{0x low-saturation level identification, 0xl cb {0x59e4, 0xFFE0, 2},//threshold value c, 0xfor apcom suppres{0x low-saturation level identification, 0xl cb {0x59e6, 0xFFE0, 2},//threshold value a, 0xfor apcom suppres{0x low-saturation level identification, 0xl cr {0x59e8, 0xFFE0, 2},//threshold value b, 0xfor apcon suppres{0x low-saturation level identification, 0xl cr {0x59ea, 0xFFE0, 2},//threshold value c, 0xfor apcom suppres{0x low-saturation level identification, 0xl cr {0x59ec, 0x00f9, 1},//threshold value a, 0xapcon data shift register h (can be set from -7 to 3) {0x59ed, 0x00f9, 1},//threshold value b, 0xapcon data shift register h (can be set from -7 to 3) {0x59ee, 0x0000, 1},//threshold value c, 0xapcon data shift register h (can be set from -7 to 3) {0x59ef, 0x00fe, 1},//threshold value a, 0xapcon data shift register m (can be set from -7 to 3) {0x59f0, 0x00fe, 1},//threshold value b, 0xapcon data shift register m (can be set from -7 to 3) {0x59f1, 0x0000, 1},//threshold value c, 0xapcon data shift register m (can be set from -7 to 3) {0x59f2, 0x00f9, 1},//threshold value a, 0xapcon data shift register l (can be set from -7 to 3) {0x59f3, 0x00f9, 1},//threshold value b, 0xapcon data shift register l (can be set from -7 to 3) {0x59f4, 0x0000, 1},//threshold value c, 0xapcon data shift register l (can be set from -7 to 3) {0x5829, 0x0008, 1},////cat_itp.ini {0x4F2C, 0x0000, 2}, // ir_ds_adgradcore= 8// a {0x4F2E, 0x0000, 2}, // ir_ds_adgradcore= 0// b {0x4F30, 0x0000, 2}, // ir_ds_adgradcore= 0// c {0x4F32, 0x0000, 2}, // ir_ds_hvgradcore= 8// a {0x4F34, 0x0000, 2}, // ir_ds_hvgradcore= 0// b {0x4F36, 0x0000, 2}, // ir_ds_hvgradcore= 0// c {0x4F38, 0x0008, 1}, // ir_ds_adgradlim= 10// a {0x4F39, 0x001A, 1}, // ir_ds_adgradlim= 20// b {0x4F3A, 0x0018, 1}, // ir_ds_adgradlim= 20// c {0x4F3B, 0x0008, 1}, // ir_ds_hvgradlim= 20// a {0x4F3C, 0x001E, 1}, // ir_ds_hvgradlim= 30// b {0x4F3D, 0x001E, 1}, // ir_ds_hvgradlim= 30// c {0x4F3E, 0x000A, 1}, // ir_ds_dfct_th = 10// a {0x4F3F, 0x001E, 1}, // ir_ds_dfct_th = 30// b {0x4F40, 0x001E, 1}, // ir_ds_dfct_th = 30// c {0x4F41, 0x0001, 1}, // pict___ds_slsel= 1 {0x4F42, 0x0000, 1}, // pict___ap_ld_y_sel = 3 {0x4F48, 0x0000, 1}, // ir_cv_sel_y= 0// a {0x4F49, 0x0000, 1}, // ir_cv_sel_y= 0// b {0x4F4A, 0x0000, 1}, // ir_cv_sel_y= 0// c {0x5858, 0x0A2A, 2}, // pict_gain___gain_th_a_type0 = 2602 {0x585A, 0x04B0, 2}, // pict_gain___gain_th_b_type0 =918 {0x585C, 0x012C, 2}, // pict_gain___gain_th_c_type0 = 0 {0x5888, 0x0020, 2}, // ir_yn_lumth= 32// a {0x588A, 0x0015, 2}, // ir_yn_lumth= 11// b {0x588C, 0x0004, 2}, // ir_yn_lumth= 10// c {0x588E, 0x0028, 2}, // ir_ln_cth = 32// a {0x5890, 0x0018, 2}, // ir_ln_cth = 20// b {0x5892, 0x0003, 2},// ir_ln_cth = 0// c {0x5894, 0x0001, 2},// ir_ap_gc_l_pos_low = 2// a {0x5896, 0x0000, 2},// ir_ap_gc_l_pos_low = 2// b {0x5898, 0x0000, 2},// ir_ap_gc_l_pos_low = 2// c {0x589A, 0x0019, 2}, // ir_ap_gc_l_pos_lowslopex = 6// a {0x589C, 0x0014, 2}, // ir_ap_gc_l_pos_lowslopex = 6// b {0x589E, 0x0002, 2}, // ir_ap_gc_l_pos_lowslopex = 6// c {0x58A6, 0x0001, 2}, // ir_ap_gc_l_neg_low = 2// a {0x58A8, 0x0000, 2}, // ir_ap_gc_l_neg_low = 2// b {0x58AA, 0x0002, 2}, // ir_ap_gc_l_neg_low = 2// c {0x58AC, 0x0019, 2}, // ir_ap_gc_l_neg_lowslopex = 6// a {0x58AE, 0x0014, 2}, // ir_ap_gc_l_neg_lowslopex = 6// b {0x58B0, 0x0008, 2}, // ir_ap_gc_l_neg_lowslopex = 6// c {0x58B8, 0x0002, 2}, // ir_ap_gc_m_pos_low = 1// a {0x58BA, 0x0002, 2}, // ir_ap_gc_m_pos_low = 1// b {0x58BC, 0x0000, 2}, // ir_ap_gc_m_pos_low = 0// c {0x58BE, 0x0019, 2}, // ir_ap_gc_m_pos_lowslopex = 4// a {0x58C0, 0x0019, 2}, // ir_ap_gc_m_pos_lowslopex = 5// b {0x58C2, 0x0007, 2}, // ir_ap_gc_m_pos_lowslopex = 4// c {0x58CA, 0x0002, 2}, // ir_ap_gc_m_neg_low = 1// a {0x58CC, 0x0003, 2}, // ir_ap_gc_m_neg_low = 1// b {0x58CE, 0x0000, 2}, // ir_ap_gc_m_neg_low = 0// c {0x58D0, 0x0019, 2}, // ir_ap_gc_m_neg_lowslopex = 4// a {0x58D2, 0x0018, 2}, // ir_ap_gc_m_neg_lowslopex = 5// b {0x58D4, 0x0006, 2}, // ir_ap_gc_m_neg_lowslopex = 4// c {0x58DC, 0x0004, 2}, // ir_ap_gc_h_pos_low = 10// a {0x58DE, 0x0003, 2}, // ir_ap_gc_h_pos_low = 4// b {0x58E0, 0x0001, 2}, // {0x58E2, 0x0014, 2}, // ir_ap_gc_h_pos_lowslopex = 14// a {0x58E4, 0x0019, 2}, // ir_ap_gc_h_pos_lowslopex = 12// b {0x58E6, 0x0006, 2}, // {0x58EE, 0x0004, 2}, // ir_ap_gc_h_neg_low = 10// a {0x58F0, 0x0003, 2}, // ir_ap_gc_h_neg_low = 4// b {0x58F2, 0x0002, 2}, // {0x58F4, 0x0014, 2}, // ir_ap_gc_h_neg_lowslopex = 14// a {0x58F6, 0x0019, 2}, // ir_ap_gc_h_neg_lowslopex = 12// b {0x58F8, 0x0007, 2}, // {0x5900, 0x0000, 2},// ir_ap_ld_l_th_low = 0// a {0x5902, 0x0000, 2},// ir_ap_ld_l_th_low = 0// b {0x5904, 0x0000, 2},// ir_ap_ld_l_th_low = 0// c {0x5906, 0x015E, 2}, // ir_ap_ld_l_th_high_0 =350// {0x5908, 0x015E, 2}, // ir_ap_ld_l_th_high_0 =350// {0x590A, 0x0064, 2}, // {0x590C, 0x0226, 2}, // ir_ap_ld_l_th_high_1_x=550// {0x590E, 0x0226, 2}, // ir_ap_ld_l_th_high_1_x=550// {0x5910, 0x0226, 2},// ir_ap_ld_l_th_high_1_x=550// c {0x5916, 0x023E, 2}, // {0x591C, 0x030B, 2}, // {0x591E, 0x0004, 2}, // ir_ap_ld_l_clip_high_y= 3// a {0x5920, 0x0004, 2},// ir_ap_ld_l_clip_high_y= 4// b {0x5922, 0x0002, 2},// {0x5924, 0x0000, 2}, // ir_ap_ld_m_th_low = 0// a {0x5926, 0x0000, 2},// ir_ap_ld_m_th_low =130// b {0x5928, 0x0000, 2},// ir_ap_ld_m_th_low = 0// c {0x592A, 0x0116, 2}, // ir_ap_ld_m_th_high_0 =800// a {0x592C, 0x0083, 2}, // ir_ap_ld_m_th_high_0 =800// {0x592E, 0x02C8, 2}, // ir_ap_ld_m_th_high_0 =800// {0x5930, 0x0244, 2},// ir_ap_ld_m_th_high_1_x=900// a {0x5932, 0x01AA, 2}, // ir_ap_ld_m_th_high_1_x=900// {0x5934, 0x0384, 2},// ir_ap_ld_m_th_high_1_x=900// {0x5942, 0x0004, 2},// ir_ap_ld_m_clip_high_y= 3// {0x5944, 0x0000, 2},// ir_ap_ld_m_clip_high_y= 4// b {0x5946, 0x0004, 2},// ir_ap_ld_m_clip_high_y= 4// c {0x5948, 0x0023, 2},// ir_ap_ld_h_th_low = 0// a {0x594A, 0x0000, 2}, // ir_ap_ld_h_th_low = 35// b {0x594C, 0x0017, 2}, // ir_ap_ld_h_th_low = 0// c {0x594E, 0x0023, 2}, // ir_ap_ld_h_th_high_0 = 50// a {0x5950, 0x0023, 2},// ir_ap_ld_h_th_high_0 = 35// b {0x5952, 0x0019, 2},// {0x5954, 0x005D, 2}, // ir_ap_ld_h_th_high_1_x=200// a {0x5956, 0x005D, 2}, // ir_ap_ld_h_th_high_1_x= 93// b {0x5958, 0x005A, 2}, // {0x595E, 0x01F8, 2}, // {0x5964, 0x00D8, 2}, // {0x5966, 0x0000, 2},// ir_ap_ld_h_clip_high_y= 1// a {0x5968, 0x0000, 2},// ir_ap_ld_h_clip_high_y= 0// b {0x596A, 0x0000, 2}, // {0x596C, 0x0020, 1}, // ir_ap_pre_gain_l= 64// a {0x596D, 0x0030, 1}, // ir_ap_pre_gain_l= 64// b {0x596E, 0x0040, 1}, // ir_ap_pre_gain_l= 64// c {0x596F, 0x0020, 1}, // ir_ap_pre_gain_m= 64// a {0x5970, 0x0030, 1}, // ir_ap_pre_gain_m= 64// b {0x5971, 0x0030, 1}, // ir_ap_pre_gain_m= 64// c {0x5972, 0x000A, 1}, // ir_ap_pre_gain_h= 64// a {0x5973, 0x000A, 1}, // ir_ap_pre_gain_h= 64// b {0x5974, 0x004B, 1}, // ir_ap_pre_gain_h= 70// c {0x5975, 0x000E, 1}, // ir_ap_post_gain_l = 0// a {0x5976, 0x000F, 1}, // ir_ap_post_gain_l = 0// b {0x5977, 0x0010, 1},// from atsugi {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x5979, 0x0060, 1}, // ir_ap_post_gain_m = 90// b {0x597A, 0x0061, 1}, // ir_ap_post_gain_m = 64// c {0x597B, 0x0012, 1}, // ir_ap_post_gain_h = 0// a {0x597C, 0x0015, 1}, // ir_ap_post_gain_h = 85// b {0x597D, 0x005D, 1}, // ir_ap_post_gain_h =120// c {0x597E, 0x0011, 1}, // ir_ap_gc_l_pos_lowslope = 16// a {0x597F, 0x0013, 1}, // ir_ap_gc_l_pos_lowslope = 16// b {0x5980, 0x0010, 1},// ir_ap_gc_l_pos_lowslope = 16// c {0x5981, 0x0010, 1},// ir_ap_gc_l_pos_highslope = 16// a {0x5982, 0x0010, 1},// ir_ap_gc_l_pos_highslope = 16// b {0x5983, 0x0010, 1},// ir_ap_gc_l_pos_highslope = 16// c {0x5984, 0x0010, 1},// ir_ap_gc_l_neg_lowslope = 16// a {0x5985, 0x0013, 1}, // ir_ap_gc_l_neg_lowslope = 16// b {0x5986, 0x0010, 1},// ir_ap_gc_l_neg_lowslope = 16// c {0x5987, 0x0010, 1},// ir_ap_gc_l_neg_highslope = 16// a {0x5988, 0x0010, 1},// ir_ap_gc_l_neg_highslope = 16// b {0x5989, 0x0008, 1},// {0x598A, 0x0010, 1}, // ir_ap_gc_m_pos_lowslope = 16// a {0x598B, 0x0013, 1}, // ir_ap_gc_m_pos_lowslope = 16// b {0x598C, 0x0011, 1}, // ir_ap_gc_m_pos_lowslope = 16// c {0x598D, 0x0010, 1}, // ir_ap_gc_m_pos_highslope = 16// a {0x598E, 0x000E, 1}, // ir_ap_gc_m_pos_highslope = 8// b {0x598F, 0x0010, 1}, // ir_ap_gc_m_pos_highslope = 16// c {0x5990, 0x0010, 1},// ir_ap_gc_m_neg_lowslope = 16// a {0x5991, 0x0011, 1}, // ir_ap_gc_m_neg_lowslope = 16// b {0x5992, 0x0010, 1},// ir_ap_gc_m_neg_lowslope = 16// c {0x5993, 0x0010, 1},// ir_ap_gc_m_neg_highslope = 16// a {0x5994, 0x000F, 1}, // ir_ap_gc_m_neg_highslope = 16// b {0x5995, 0x0008, 1},// {0x5996, 0x000A, 1}, // ir_ap_gc_h_pos_lowslope = 16// a {0x5997, 0x000B, 1}, // ir_ap_gc_h_pos_lowslope = 12// b {0x5998, 0x000D, 1}, // ir_ap_gc_h_pos_lowslope = 12// c {0x5999, 0x000A, 1}, // ir_ap_gc_h_pos_highslope = 4// a {0x599A, 0x0008, 1}, // ir_ap_gc_h_pos_highslope = 3// b {0x599B, 0x0008, 1}, // ir_ap_gc_h_pos_highslope = 8// c {0x599C, 0x000A, 1}, // ir_ap_gc_h_neg_lowslope = 16// a {0x599D, 0x000A, 1}, // ir_ap_gc_h_neg_lowslope = 8// b {0x599E, 0x0011, 1}, // ir_ap_gc_h_neg_lowslope = 16// c {0x599F, 0x000A, 1}, // ir_ap_gc_h_neg_highslope = 4// a {0x59A0, 0x0009, 1}, // ir_ap_gc_h_neg_highslope = 3// b {0x59A1, 0x0008, 1}, // ir_ap_gc_h_neg_highslope = 8// c {0x59A2, 0x0000, 1}, // ir_ap_ld_l_delta_low = 0// a {0x59A3, 0x0000, 1}, // ir_ap_ld_l_delta_low = 0// b {0x59A4, 0x0000, 1}, // ir_ap_ld_l_delta_low = 0// c {0x59A5, 0x0020, 1}, // ir_ap_ld_l_delta_high_0 = 32// a {0x59A6, 0x0020, 1}, // ir_ap_ld_l_delta_high_0 = 32// b {0x59A7, 0x0010, 1}, // {0x59A8, 0x0050, 1}, // ir_ap_ld_l_delta_high_1 = 80// a {0x59A9, 0x0050, 1}, // ir_ap_ld_l_delta_high_1 = 80// b {0x59AA, 0x0028, 1}, // {0x59AB, 0x00A3, 1}, // ir_ap_ld_m_delta_low = 0// a {0x59AC, 0x0064, 1}, // ir_ap_ld_m_delta_low =144// b {0x59AD, 0x0000, 1}, // ir_ap_ld_m_delta_low = 0// c {0x59AE, 0x0024, 1}, // ir_ap_ld_m_delta_high_0 = 80// a {0x59AF, 0x0025, 1}, // ir_ap_ld_m_delta_high_0 = 80// b {0x59B0, 0x0050, 1}, // ir_ap_ld_m_delta_high_0 = 80// c {0x59B1, 0x0050, 1}, // ir_ap_ld_m_delta_high_1 = 80// a {0x59B2, 0x0050, 1}, // ir_ap_ld_m_delta_high_1 = 80// b {0x59B3, 0x0050, 1}, // ir_ap_ld_m_delta_high_1 = 80// c {0x59B4, 0x00FF, 1}, // ir_ap_ld_h_delta_low = 0// a {0x59B5, 0x00FF, 1}, // ir_ap_ld_h_delta_low =255// b {0x59B6, 0x0000, 1}, // ir_ap_ld_h_delta_low = 0// c {0x59B7, 0x0020, 1}, // ir_ap_ld_h_delta_high_0 = 48// a {0x59B8, 0x00BE, 1}, // ir_ap_ld_h_delta_high_0 =224// b {0x59B9, 0x0080, 1}, // {0x59BA, 0x00C0, 1}, // ir_ap_ld_h_delta_high_1 = 32// a {0x59BB, 0x0020, 1}, // ir_ap_ld_h_delta_high_1 = 32// b {0x59BC, 0x0040, 1}, // //cap_to_prev end// {0x3406, 0x00ff, 1},//esd (uart_brgc) {0x4093, 0x0000, 1},//EV_gain ////////////////////////////////////////////////// ////// Userctrl System ///////// ///////////////////////////////////////////////// {0x0014, 0x0003, 1}, //CAPNUM {0x0032, 0x0100, 2}, //EZOOM_MAG {0x0034, 0x0000, 2}, //OFFSET_X {0x0036, 0x0000, 2}, //OFFSET_Y {0x001D, 0x001B, 1}, //OUTFMT_CAP 0x1B - Interleave Spoof mode {0x0024, 0x0800, 2}, //HSIZE_CAP 2048 {0x002A, 0x0600, 2}, //VSIZE_CAP 1536 {0x0381, 0x0000, 1}, //SENSMODE_CAP {0x0384, 0x0003, 1}, //FPSTYPE_CAP (15fps) {0x0386, 0x0140, 2}, // HSIZE_TN 320 {0x0388, 0x00F0, 2}, // VSIZE_TN 240 {0x038c, 0x1101, 2}, // YUVCONFIG_TN {0x03A8, 0x4201, 2}, // Change P1 Camera PCLK clock phase //Cat. : JPEG {0x5A02, 0x0004, 1}, //JPEG file format setting {0x5A03, 0x0000, 1}, //Color difference filter register {0x5A04, 0x0000, 1}, //JPEG file format setting & Color difference filter register //0x02C8, 0x0001, 1}, //JPEGMAXMODE ( INTERLEAVE MODE Output Fixed mode) 2224x1536 {0x0205, 0x004F, 1},// Standard 70(46) -> 79 {0x0206, 0x0056, 1},// fine 80(50) -> 86 {0x0207, 0x005D, 1},// Superfine 90(5A) -> 93 {0x0392, 0x08a8, 2}, //size_hold_hout 2216 {0x02ce, 0x0600, 2}, //size_hold_vout 1536 {0x0390, 0x0001, 1}, //SIZE_HOLD_EN(VARIABLE MODE) {0x02C8, 0x0000, 1}, //JPEGMAXMODE {0x0208, 0x000A, 1}, //JPEG QUALITY }; isx005_short_t isx005_cap_to_prev[] ={ {0x4e0c, 0x09c4, 2},//14.7db_ coloring suppression brightness linkage start position {0x4e0e, 0x0AbE, 2},//15.6db_ coloring suppression brightness linkage end position {0x4e10, 0x00A0, 2},//suppression level when coloring suppression brightness linkage ends when the value larger than 100h is set, 0xit is limited at 100h. {0x59bd, 0x0048, 1},//lmt_weight a u1.8 7/20 lee {0x4f25, 0x0009, 1},//main_config2 {0x5888, 0x0020, 2}, // ir_yn_lumth= 32// a {0x588A, 0x0015, 2}, // ir_yn_lumth= 11// b {0x588C, 0x0004, 2}, // ir_yn_lumth= 10// c {0x588E, 0x0028, 2}, // ir_ln_cth = 32// a {0x5890, 0x0018, 2}, // ir_ln_cth = 20// b {0x596C, 0x0020, 1}, // ir_ap_pre_gain_l= 64// a {0x596D, 0x0030, 1}, // ir_ap_pre_gain_l= 64// b {0x596E, 0x0040, 1}, // ir_ap_pre_gain_l= 64// c {0x596F, 0x0020, 1}, // ir_ap_pre_gain_m= 64// a {0x5970, 0x0030, 1}, // ir_ap_pre_gain_m= 64// b {0x5971, 0x0030, 1}, // ir_ap_pre_gain_m= 64// c {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x5979, 0x0060, 1}, // ir_ap_post_gain_m = 90// b {0x597A, 0x0061, 1}, // ir_ap_post_gain_m = 64// c }; isx005_short_t isx005_prev_to_cap[] ={ {0x4e0c, 0x04dc, 2},//12.3db_ coloring suppression brightness linkage start position {0x4e0e, 0x07d0, 2},//15.6db_ coloring suppression brightness linkage end position {0x4e10, 0x00C8, 2},//suppression level when coloring suppression brightness linkage ends when the value larger than 100h is set, 0xit is limited at 100h. {0x59bd, 0x0060, 1},//lmt_weight a u1.8 7/20 lee {0x02d7, 0x0000, 1},// matrix type1 {0x4f25, 0x0001, 1},//main_config2 {0x5888, 0x0018, 1}, // ir_yn_lumth= 32// a {0x588A, 0x000B, 2}, // ir_yn_lumth= 11// b {0x588C, 0x0004, 2}, // ir_yn_lumth= 10// c {0x588E, 0x0019, 2}, // ir_ln_cth = 32// a {0x5890, 0x000B, 2}, // ir_ln_cth = 20// b {0x596C, 0x0030, 1}, // ir_ap_pre_gain_l= 64// a {0x596D, 0x0040, 1}, // ir_ap_pre_gain_l= 64// b {0x596E, 0x0040, 1}, // ir_ap_pre_gain_l= 64// c {0x596F, 0x0029, 1}, // ir_ap_pre_gain_m= 64// a {0x5970, 0x0035, 1}, // ir_ap_pre_gain_m= 64// b {0x5971, 0x0040, 1}, // ir_ap_pre_gain_m= 64// c {0x5978, 0x0062, 1}, // ir_ap_post_gain_m = 64// a {0x5979, 0x0080, 1}, // ir_ap_post_gain_m = 90// b {0x597A, 0x0081, 1}, // ir_ap_post_gain_m = 64// c }; isx005_short_t isx005_camcorder_on[] ={ {0x4424, 0x0020, 1},//gain step (for atw mode) {0x4464, 0x0150, 2},//peak clip value r when calculating detection value for awb {0x4466, 0x02c0, 2},//peak clip value g when calculating detection value for awb {0x4468, 0x0150, 2},//peak clip value b when calculating detection value for awb {0x5000, 0xFF97, 2}, //GRG linear matrix coefficient POS1 {0x5002, 0xFFF8, 2}, //GRB linear matrix coefficient POS1 {0x5004, 0xFFD2, 2}, //GGR linear matrix coefficient POS1 {0x5006, 0xFFD3, 2}, //GGB linear matrix coefficient POS1 {0x5008, 0x0002, 2}, //GBR linear matrix coefficient POS1 {0x500A, 0xFF8B, 2}, //GBG linear matrix coefficient POS1 {0x5092, 0xFFF6, 2}, //BYHUE reference value (1st quadrant), for automatic control, POS1 {0x5094, 0xFFEA, 2}, //RYHUE reference value (1st quadrant), for automatic control, POS1 {0x5096, 0xFFF6, 2}, //BYHUE reference value (2nd quadrant), for automatic control, POS1 {0x5098, 0xFFEA, 2}, //RYHUE reference value (2nd quadrant), for automatic control, POS1 {0x509A, 0xFFF6, 2}, //BYHUE reference value (3rd quadrant), for automatic control, POS1 {0x509C, 0xFFEA, 2}, //RYHUE reference value (3rd quadrant), for automatic control, POS1 {0x509E, 0xFFF6, 2}, //BYHUE reference value (4th quadrant), for automatic control, POS1 {0x50A0, 0xFFEA, 2}, //RYHUE reference value (4th quadrant), for automatic control, POS1 {0x50A2, 0x0040, 1}, //RYGAIN reference value (1st quadrant), for automatic control, POS1 {0x50A3, 0x0040, 1}, //BYGAIN reference value (1st quadrant), for automatic control, POS1 {0x50A4, 0x0040, 1}, //RYGAIN reference value (2nd quadrant), for automatic control, POS1 {0x50A5, 0x0040, 1}, //BYGAIN reference value (2nd quadrant), for automatic control, POS1 {0x50A6, 0x0040, 1}, //RYGAIN reference value (3rd quadrant), for automatic control, POS1 {0x50A7, 0x0040, 1}, //BYGAIN reference value (3rd quadrant), for automatic control, POS1 {0x50A8, 0x0040, 1}, //RYGAIN reference value (4th quadrant), for automatic control, POS1 {0x50A9, 0x0040, 1}, //BYGAIN reference value (4th quadrant), for automatic control, POS1 {0x4e10, 0x00C0, 2},//suppression level when coloring suppression brightness linkage ends when the value larger than 100h is set, 0xit is limited at 100h. {0x4e16, 0x0000, 1},//linear matrix/apcon selection {0x4e4c, 0x7733, 2},//high luminance side threshold value for shading gain correction. {0x4e4e, 0x4e20, 2},//low luminance side threshold value for shading gain correction. {0x59bd, 0x0070, 1},//lmt_weight a u1.8 7/20 lee {0x59be, 0x0080, 1},//lmt_weight b 7/20 lee {0x02d7, 0x0001, 1},// matrix type1 {0x01bd, 0x0001, 1},// max frame type1 normal ae mode 33ms {0x01be, 0x0001, 1},// max frame type2 long ae mode 66ms for 1/2s {0x01bf, 0x0001, 1},// old 270ms-> 8 new 135ms->4 max frame type3 long night mode 250ms for 1/2s {0x01c0, 0x0001, 1},// max frame type4 1sec shutter for debug 500ms for 1s {0x59c5, 0x0010, 1},// cs_slp_c_a {0x59c6, 0x0014, 1},// cs_slp_c_b {0x59c7, 0x0019, 1},// cs_slp_c_c {0x59c8, 0x001E, 1},// cs_cbhlev_a {0x59c9, 0x001A, 1},// cs_cbhlev_b {0x59ca, 0x0009, 1},// cs_cbhlev_c {0x59cb, 0x001E, 1},// cs_crhlev_a {0x59cc, 0x001A, 1},// cs_crhlev_b {0x59cd, 0x0009, 1},// cs_crhlev_c {0x59d4, 0xFFE5, 2},// cs_cbllev_a {0x59d6, 0xFFE5, 2},// cs_cbllev_b {0x59d8, 0xFFE9, 2},// cs_cbllev_c {0x59da, 0xFFE5, 2},// cs_crllev_a {0x59dc, 0xFFE5, 2},// cs_crllev_b {0x59de, 0xFFE9, 2},// cs_crllev_c {0x4F38, 0x001A, 1}, // ir_ds_adgradlim= 10// a {0x4F39, 0x001A, 1}, // ir_ds_adgradlim= 20// b {0x4F3A, 0x001E, 1}, // ir_ds_adgradlim= 20// c {0x4F3B, 0x001A, 1}, // ir_ds_hvgradlim= 20// a {0x4F3C, 0x001E, 1}, // ir_ds_hvgradlim= 30// b {0x4F3D, 0x001E, 1}, // ir_ds_hvgradlim= 30// c {0x5888, 0x0015, 2}, // ir_yn_lumth= 32// a {0x588A, 0x0013, 2}, // ir_yn_lumth= 11// b {0x588C, 0x0004, 2}, // ir_yn_lumth= 10// c {0x588E, 0x0020, 2}, // ir_ln_cth = 32// a {0x5890, 0x0018, 2}, // ir_ln_cth = 20// b {0x5892, 0x0003, 2},// ir_ln_cth = 0// c {0x5978, 0x0080, 1}, // ir_ap_post_gain_m = 64// a {0x5979, 0x0080, 1}, // ir_ap_post_gain_m = 90// b {0x597A, 0x0080, 1}, // ir_ap_post_gain_m = 64// c {0x404C, 0x0060, 1}, //100813 //100816 {0x01f8, 0x0057, 1}, // pict3_gamma0 : {0x0060, 0x0000, 1},// uibrightness[7:0] {0x0104, 0x0005, 1},// AE_SUB_SN1 : Center type2 Average }; isx005_short_t isx005_camcorder_off[] ={ {0x4424, 0x0002, 1},//gain step (for atw mode) {0x4464, 0x0230, 2},//peak clip value r when calculating detection value for awb {0x4466, 0x02c0, 2},//peak clip value g when calculating detection value for awb {0x4468, 0x0230, 2},//peak clip value b when calculating detection value for awb {0x5000, 0xffdc, 2},// grg linear matrix coefficient pos1 {0x5002, 0xfff6, 2},// grb linear matrix coefficient pos1 {0x5004, 0xfff2, 2},// ggr linear matrix coefficient pos1 {0x5006, 0xffdb, 2},// ggb linear matrix coefficient pos1 {0x5008, 0x0005, 2},// gbr linear matrix coefficient pos1 {0x500a, 0xffcd, 2},// gbg linear matrix coefficient pos1 {0x5092, 0xffef, 2},//byhue reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x5094, 0xffed, 2},//ryhue reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x5096, 0xfffa, 2},//byhue reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x5098, 0xffee, 2},//ryhue reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x509a, 0xfffb, 2},//byhue reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x509c, 0xffe7, 2},//ryhue reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x509e, 0xfff2, 2},//byhue reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a0, 0xffe6, 2},//ryhue reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a2, 0x0064, 1},//rygain reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x50a3, 0x0054, 1},//bygain reference value (1st quadrant), 0xfor automatic control, 0xpos1 {0x50a4, 0x0064, 1},//rygain reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x50a5, 0x0058, 1},//bygain reference value (2nd quadrant), 0xfor automatic control, 0xpos1 {0x50a6, 0x0078, 1},//rygain reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x50a7, 0x0058, 1},//bygain reference value (3rd quadrant), 0xfor automatic control, 0xpos1 {0x50a8, 0x0078, 1},//rygain reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x50a9, 0x0054, 1},//6dbygain reference value (4th quadrant), 0xfor automatic control, 0xpos1 {0x4e10, 0x00A0, 2},//suppression level when coloring suppression brightness linkage ends when the value larger than 100h is set, 0xit is limited at 100h. {0x4e16, 0x0000, 1},//linear matrix/apcon selection {0x4e4c, 0x7733, 2},//high luminance side threshold value for shading gain correction. {0x4e4e, 0x4e20, 2},//low luminance side threshold value for shading gain correction. {0x59bd, 0x0050, 1},//lmt_weight a u1.8 7/20 lee {0x59be, 0x0070, 1},//lmt_weight b 7/20 lee {0x02d7, 0x0000, 1},// matrix type1 {0x01bd, 0x0001, 1},// max frame type1 normal ae mode 33ms {0x01be, 0x0003, 1},// max frame type2 long ae mode 66ms for 1/2s {0x01bf, 0x0008, 1},// old 270ms-> 8 new 135ms->4 max frame type3 long night mode 250ms for 1/2s {0x01c0, 0x000f, 1},// max frame type4 1sec shutter for debug 500ms for 1s {0x59c5, 0x000B, 1},// cs_slp_c_a {0x59c6, 0x0010, 1},// cs_slp_c_b {0x59c7, 0x0016, 1},// cs_slp_c_c {0x59c8, 0x0020, 1},// cs_cbhlev_a {0x59c9, 0x001A, 1},// cs_cbhlev_b {0x59ca, 0x0009, 1},// cs_cbhlev_c {0x59cb, 0x0020, 1},// cs_crhlev_a {0x59cc, 0x001A, 1},// cs_crhlev_b {0x59cd, 0x0009, 1},// cs_crhlev_c {0x59d4, 0xFFDF, 2},// cs_cbllev_a {0x59d6, 0xFFE5, 2},// cs_cbllev_b {0x59d8, 0xFFE9, 2},// cs_cbllev_c {0x59da, 0xFFDF, 2},// cs_crllev_a {0x59dc, 0xFFE5, 2},// cs_crllev_b {0x59de, 0xFFE9, 2},// cs_crllev_c {0x4F38, 0x0008, 1}, // ir_ds_adgradlim= 10// a {0x4F39, 0x001A, 1}, // ir_ds_adgradlim= 20// b {0x4F3A, 0x0018, 1}, // ir_ds_adgradlim= 20// c {0x4F3B, 0x0008, 1}, // ir_ds_hvgradlim= 20// a {0x4F3C, 0x001E, 1}, // ir_ds_hvgradlim= 30// b {0x4F3D, 0x001E, 1}, // ir_ds_hvgradlim= 30// c {0x5888, 0x0020, 2}, // ir_yn_lumth= 32// a {0x588A, 0x0015, 2}, // ir_yn_lumth= 11// b {0x588C, 0x0004, 2}, // ir_yn_lumth= 10// c {0x588E, 0x0028, 2}, // ir_ln_cth = 32// a {0x5890, 0x0018, 2}, // ir_ln_cth = 20// b {0x5892, 0x0003, 2},// ir_ln_cth = 0// c {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x5979, 0x0060, 1}, // ir_ap_post_gain_m = 90// b {0x597A, 0x0061, 1}, // ir_ap_post_gain_m = 64// c {0x404C, 0x0020, 1}, //100813 //100816 {0x01f8, 0x0055, 1}, // pict3_gamma0 : {0x0060, 0x0000, 1},// uibrightness[7:0] {0x0104, 0x004D, 1},// AE_SUB_SN1 : Center type2 Average }; isx005_short_t isx005_flash_first[] = { {0x00FC, 0x001F, 1}, //100813 //100816 {0x4066, 0x000F, 1}, //100813 //100816 {0x402F, 0x000B, 1}, //100813 //100816 {0x404C, 0x002C, 1}, //100813 //100816 {0x400B, 0x003C, 1}, //100816 }; isx005_short_t isx005_half_release[] ={ {0x027D, 0x0004, 1},// AE 01 : High-speed {0x028C, 0x0000, 1},// AWB 01 //0x02CC, 0x0001, 1},// AWB AUTo {0x0011, 0x0001, 1},//MODE SELECT {0x0012, 0x0001, 1},//MODE SELECT }; isx005_short_t isx005_half_release_with_flash[] ={ //0x027D, 0x0004, 1},// AE 01 : High-speed //0x028C, 0x0000, 1},// AWB 01 //0x02CC, 0x0001, 1},// AWB AUTo {0x0011, 0x0001, 1},//MODE SELECT {0x0012, 0x0001, 1},//MODE SELECT //100813 0x4066, 0x000F, 1}, }; isx005_short_t isx005_AF_Macro_mode[] ={ {0x00FC, 0x001F, 1}, {0x01D3, 0x0002, 1},//AF_SN1 {0x01D4, 0x0002, 1},//AF_SN2 {0x01D5, 0x0002, 1},//AF_SN3 {0x01D6, 0x0002, 1},//AF_SN4 {0x01D7, 0x0002, 1},//AF_SN5 {0x01D8, 0x0002, 1},//AF_SN6 {0x01D9, 0x0002, 1},//AF_SN7 {0x01DA, 0x0002, 1},//AF_SN8 {0x01DB, 0x0002, 1},//AF_SN9 {0x01DC, 0x0002, 1},//AF_SN10 {0x01DD, 0x0002, 1},//AF_SN11 {0x01DE, 0x0002, 1},//AF_SN12 {0x002E, 0x0002, 1}, {0x0012, 0x0001, 1}, {0x4852, 0x0290, 2}, {0x4850, 0x0001, 1}, }; isx005_short_t isx005_AF_Normal_mode[] ={ {0x00FC, 0x001F, 1}, {0x01D3, 0x0000, 1},//AF_SN1 {0x01D4, 0x0000, 1},//AF_SN2 {0x01D5, 0x0000, 1},//AF_SN3 {0x01D6, 0x0000, 1},//AF_SN4 {0x01D7, 0x0000, 1},//AF_SN5 {0x01D8, 0x0000, 1},//AF_SN6 {0x01D9, 0x0000, 1},//AF_SN7 {0x01DA, 0x0000, 1},//AF_SN8 {0x01DB, 0x0000, 1},//AF_SN9 {0x01DC, 0x0000, 1},//AF_SN10 {0x01DD, 0x0000, 1},//AF_SN11 {0x01DE, 0x0000, 1},//AF_SN12 {0x002E, 0x0002, 1}, {0x0012, 0x0001, 1}, {0x4852, 0x007D, 2}, {0x4850, 0x0001, 1}, }; isx005_short_t isx005_Single_AF_Start[] ={ {0x00FC, 0x001F, 1},// INTCLR ALL CLEAR {0x002E, 0x0000, 1},// AF_MODE 0 : SINGLE_AF {0x0012, 0x0001, 1},// MONI_REFRESH }; isx005_short_t isx005_Single_AF_Off[] ={ {0x002E, 0x0003, 1},// AF_MODE 3 : OFF {0x0012, 0x0001, 1},// MONI_REFRESH }; isx005_short_t isx005_AF_Return_Inf_pos[] ={ {0x002E, 0x0002, 1}, {0x4852, 0x007D, 2},//???? ?Κ±? ΐ§Δ‘ {0x0012, 0x0001, 1}, {0x4850, 0x0001, 1}, }; isx005_short_t isx005_AF_Return_Macro_pos[] ={ {0x002E, 0x0002, 1}, {0x4852, 0x0290, 2},//???? ?Κ±? ΐ§Δ‘ {0x0012, 0x0001, 1}, {0x4850, 0x0001, 1}, }; isx005_short_t isx005_AF_Return_off[] ={ //100816 {0x0011, 0x0000, 1}, {0x002E, 0x0002, 1}, {0x4852, 0x007D, 2},//???? ?Κ±? ΐ§Δ‘ {0x0012, 0x0001, 1}, {0x4850, 0x0001, 1}, }; isx005_short_t isx005_Effect_Normal[] ={ {0x005F, 0x0000, 1},// EFFECT 0x00: OFF }; isx005_short_t isx005_Effect_Negative[] ={ {0x005F, 0x0002, 1},// EFFECT 0x02: Negative }; isx005_short_t isx005_Effect_Sepia[] ={ {0x005F, 0x0003, 1},// EFFECT 0x03: Sepia }; isx005_short_t isx005_Effect_Black_White[] ={ {0x005F, 0x0004, 1},// EFFECT 0x04: Monotone }; isx005_short_t isx005_WB_Auto[] ={ {0x4453, 0x007B, 1}, {0x0102, 0x0020, 1},// AWB_SN1 [3:0] 0 : Auto auto }; isx005_short_t isx005_WB_Sunny[] ={ {0x4453, 0x003B, 1},// CAT_AWB_1 : {0x0102, 0x0024, 1},// AWB_SN1 [3:0] 4 : User mode1 daylight }; isx005_short_t isx005_WB_Cloudy[] ={ {0x4453, 0x003B, 1},// CAT_AWB_1 : {0x0102, 0x0026, 1},// AWB_SN1 [3:0] 5 : User mode2 cloudy }; isx005_short_t isx005_WB_Tungsten[] ={ {0x4453, 0x003B, 1},// CAT_AWB_1 : {0x0102, 0x0028, 1},// AWB_SN1 [3:0] 6 : User mode3 incandescent }; isx005_short_t isx005_WB_Fluorescent[] ={ {0x4453, 0x003B, 1},// CAT_AWB_1 : {0x0102, 0x0027, 1},// AWB_SN1 [3:0] 7 : User mode4 fluorescentt }; isx005_short_t isx005_ISO_Auto[] ={ {0x01e5, 0x0000, 1},//iso auto }; isx005_short_t isx005_ISO_100[] ={ {0x01e5, 0x0007, 1},//iso 100 }; isx005_short_t isx005_ISO_200[] ={ {0x01E5, 0x000A, 1},//ISO 200 }; isx005_short_t isx005_ISO_400[] ={ {0x01E5, 0x000D, 1},//ISO 400 }; isx005_short_t isx005_Metering_Matrix[] ={ {0x0104, 0x004C, 1},// AE_SUB_SN1 : Average }; isx005_short_t isx005_Metering_Center[] ={ {0x0104, 0x004D, 1},// AE_SUB_SN1 : Center type4(Center) }; isx005_short_t isx005_Metering_Spot[] ={ {0x0104, 0x004E, 1},// AE_SUB_SN1 : Spot (Spot) }; isx005_short_t isx005_EV_Minus_4[] ={ {0x0080, 0x00FA, 1},//EV_SEL EV -2 }; isx005_short_t isx005_EV_Minus_3[] ={ {0x0080, 0x00FC, 1},//EV_SEL EV -1.5 }; isx005_short_t isx005_EV_Minus_2[] ={ {0x0080, 0x00FD, 1},//EV_SEL EV -1 }; isx005_short_t isx005_EV_Minus_1[] ={ {0x0080, 0x00FF, 1},//EV_SEL EV -0.5 }; isx005_short_t isx005_EV_Default[] ={ {0x0080, 0x0000, 1},//EV_SEL EV off }; isx005_short_t isx005_EV_Plus_1[] ={ {0x0080, 0x0001, 1},//EV_SEL EV +0.5 }; isx005_short_t isx005_EV_Plus_2[] ={ {0x0080, 0x0003, 1},//EV_SEL EV +1 }; isx005_short_t isx005_EV_Plus_3[] ={ {0x0080, 0x0004, 1},//EV_SEL EV +1.5 }; isx005_short_t isx005_EV_Plus_4[] ={ {0x0080, 0x0006, 1},//EV_SEL EV +2 }; isx005_short_t isx005_Contrast_Minus_2[] ={ {0x0061, 0x0058, 1},// UICONTRAST[7:0]:-2 }; isx005_short_t isx005_Contrast_Minus_1[] ={ {0x0061, 0x006C, 1},// UICONTRAST[7:0]:-1 }; isx005_short_t isx005_Contrast_Default[] ={ {0x0061, 0x0080, 1},// Contrast Default }; isx005_short_t isx005_Contrast_Plus_1[] ={ {0x0061, 0x0094, 1},// UICONTRAST[7:0]:1 }; isx005_short_t isx005_Contrast_Plus_2[] ={ {0x0061, 0x00A8, 1},// UICONTRAST[7:0]:2 }; isx005_short_t isx005_Sharpness_Minus_2[] ={ {0x0062, 0x000C, 1},// UISHARPNESS[7:0]:-2 }; isx005_short_t isx005_Sharpness_Minus_1[] ={ {0x0062, 0x0016, 1},// UISHARPNESS[7:0]:-1 }; isx005_short_t isx005_Sharpness_Default[] ={ {0x0062, 0x0020, 1},// Sharpness Default }; isx005_short_t isx005_Sharpness_Plus_1[] ={ {0x0062, 0x002A, 1},// UISHARPNESS[7:0]:1 }; isx005_short_t isx005_Sharpness_Plus_2[] ={ {0x0062, 0x0034, 1},// UISHARPNESS[7:0]:2 }; isx005_short_t isx005_Saturation_Minus_2[] ={ {0x01B1, 0x0044, 1},// UISATURATION_TYPE1[7:0]:-2 }; isx005_short_t isx005_Saturation_Minus_1[] ={ {0x01B1, 0x0062, 1},// UISATURATION_TYPE1[7:0]:-1 }; isx005_short_t isx005_Saturation_Default[] ={ {0x01B1, 0x0080, 1},// UISATURATION_TYPE1[7:0]:0 }; isx005_short_t isx005_Saturation_Plus_1[] ={ {0x01B1, 0x009E, 1},// UISATURATION_TYPE1[7:0]:1 }; isx005_short_t isx005_Saturation_Plus_2[] ={ {0x01B1, 0x00BC, 1},// UISATURATION_TYPE1[7:0]:2 }; isx005_short_t isx005_Zoom_00[] ={ // Preview 640x480?? ???? Zoom 1?? {0x034F, 0x0000, 1}, // VEXPAND {0x0024, 0x0800, 2},// HSIZE_CAP 2048 {0x002A, 0x0600, 2},// VSIZE_CAP 1536 {0x0032, 0x0100, 2},// EZOOM_MAG 1?? }; isx005_short_t isx005_Zoom_01[] ={ // Preview 640x480?? ???? Zoom 1.2?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x06AA, 2},// HSIZE_CAP 1720 {0x002A, 0x0500, 2},// VSIZE_CAP 1280 {0x0032, 0x0133, 2},// EZOOM_MAG 1.2?? }; isx005_short_t isx005_Zoom_02[] ={ // Preview 640x480?? ???? Zoom 1.6?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x0500, 2},// HSIZE_CAP 1280 {0x002A, 0x03C0, 2},// VSIZE_CAP 960 {0x0032, 0x0199, 2},// EZOOM_MAG 1.6?? }; isx005_short_t isx005_Zoom_03[] ={ // Preview 640x480?? ???? Zoom 2?? {0x034F, 0x0010, 1}, // VEXPAND {0x0024, 0x0400, 2},// HSIZE_CAP 1024 {0x002A, 0x0300, 2},// VSIZE_CAP 768 {0x0032, 0x01FF, 2},// EZOOM_MAG 2?? }; isx005_short_t isx005_Zoom_04[] ={ // Preview 640x480?? ???? Zoom 2.4?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x0355, 2},// HSIZE_CAP 853 {0x002A, 0x0280, 2},// VSIZE_CAP 640 {0x0032, 0x0266, 2},// EZOOM_MAG 2.4?? }; isx005_short_t isx005_Zoom_05[] ={ // Preview 640x480?? ???? Zoom 2.8?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x02DB, 2},// HSIZE_CAP 731 {0x002A, 0x0224, 2},// VSIZE_CAP 548 {0x0032, 0x02CC, 2},// EZOOM_MAG 2.8?? }; isx005_short_t isx005_Zoom_06[] ={ // Preview 640x480?? ???? Zoom 3.0?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x02AA, 2},// HSIZE_CAP 682 {0x002A, 0x0200, 2},// VSIZE_CAP 512 {0x0032, 0x0300, 2},// EZOOM_MAG 3.0?? }; isx005_short_t isx005_Zoom_07[] ={ // Preview 640x480?? ???? Zoom 3.2?? {0x034F, 0x0001, 1}, // VEXPAND {0x0024, 0x0280, 2},// HSIZE_CAP 640 {0x002A, 0x01E0, 2},// VSIZE_CAP 480 {0x0032, 0x0333, 2},// EZOOM_MAG 3.2?? }; isx005_short_t isx005_Scene_Default[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1},// UISHARPNESS[7:0] {0x0080, 0x0000, 1},// EV 0 - OFF {0x0100, 0x0000, 1},// SCENE_SELECT : }; isx005_short_t isx005_Scene_Portrait[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0016, 1}, // UISHARPNESS[7:0] ??????-1 {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0001, 1}, // SCENE_SELECT : }; isx005_short_t isx005_Scene_Nightshot[] ={ {0x486c, 0x0036, 2},//af_drv_amount_tonear_f {0x486e, 0x0020, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0036, 2},//af_drv_amount_tofar_f {0x4872, 0x0020, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0a57, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x0430, 2},// agcmaxscl_l : 16.8db {0x0130, 0x0001, 1}, // AE_SN10 : AUTO {0x0131, 0x008D, 1}, // AE_SUB_SN10 : 1/2S {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0009, 1}, // SCENE_SELECT : }; isx005_short_t isx005_Scene_Backlight[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0134, 0x0020, 1}, // AWB_SN11 : {0x0136, 0x004E, 1}, // AE_SUB_SN11 : {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] 2 {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x000A, 1}, // SCENE_SELECT : }; isx005_short_t isx005_Scene_Landscape[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x002A, 1}, // UISHARPNESS[7:0] ??????+1 {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0002, 1}, // SCENE_SELECT : // Landscape }; isx005_short_t isx005_Scene_Sports[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x12AD, 2},// normshtscl_l : 6ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x0C36, 2},// expshtscl_l : 16.6ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0402, 2},// maxshtscl_l : 33.3ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0003, 1}, // SCENE_SELECT : // Sports }; isx005_short_t isx005_Scene_Party_Indoor[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0004, 1}, // SCENE_SELECT : // party_indoor }; isx005_short_t isx005_Scene_Beach_Snow[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0003, 1}, // EV 1 - 1EV {0x0100, 0x0005, 1}, // SCENE_SELECT : //beach_snow }; isx005_short_t isx005_Scene_Sunset[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0006, 1}, // SCENE_SELECT : //sunset }; isx005_short_t isx005_Scene_Duskdawn[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0007, 1}, // SCENE_SELECT : //duskdawn }; isx005_short_t isx005_Scene_Fall_Color[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0008, 1}, // SCENE_SELECT : //fall_color }; isx005_short_t isx005_Scene_Fireworks[] ={ {0x486c, 0x0036, 2},//af_drv_amount_tonear_f {0x486e, 0x0020, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0036, 2},//af_drv_amount_tofar_f {0x4872, 0x0020, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0e57, 2},//long time ae max shutter point 1s {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0130, 0x0021, 1}, // AE_SN10 : ISO- 50 {0x0131, 0x00CD, 1}, // AE_SUB_SN10 : 1S {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x0009, 1}, // SCENE_SELECT : //fireworks }; isx005_short_t isx005_Scene_Text[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0134, 0x0020, 1}, // AE_SN11 : {0x0136, 0x004D, 1}, // AE_SUB_SN11 : {0x0062, 0x0034, 1}, // UISHARPNESS[7:0] +2 {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x000A, 1}, // SCENE_SELECT : //Text }; isx005_short_t isx005_Scene_Candle_Light[] ={ {0x486c, 0x0020, 2},//af_drv_amount_tonear_f {0x486e, 0x0008, 2},//af_drv_amount_tonear_s 1 sterp ???? ( 40/20 ) {0x4870, 0x0020, 2},//af_drv_amount_tofar_f {0x4872, 0x0008, 2},//af_drv_amount_tofar_s 1 sterp ???? ( 40 /20 ) {0x4016, 0x22E8, 2},// normshtscl_l : 33.3ms {0x4018, 0x0496, 2},// agclowscl_l : 6.9db {0x401a, 0x054B, 2},// expshtscl_l : 83.33ms {0x401c, 0x0265, 2},// agchiscl_l : 10.5db {0x401e, 0x0251, 2},// maxshtscl_l : 128ms2301 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x0134, 0x0024, 1}, // AE_SN11 : Daylight {0x0136, 0x004D, 1}, // AE_SUB_SN11 : {0x0062, 0x0020, 1}, // UISHARPNESS[7:0] {0x0080, 0x0000, 1}, // EV 0 - OFF {0x0100, 0x000A, 1}, // SCENE_SELECT : //candle_light }; isx005_short_t isx005_Outdoor_On[] ={ {0x01f8, 0x0057, 1}, // pict3_gamma0 : }; isx005_short_t isx005_Outdoor_Off[] ={ {0x01f8, 0x0055, 1}, // outdoor gamma 3 }; isx005_short_t isx005_Low_Cap_On[] ={ {0x01f8, 0x0056, 1}, // pict3_gamma0 : {0x0061, 0x0098, 1}, //contrast {0x02d7, 0x0004, 1}, // matrix type1 {0x4020, 0x0298, 2},// agcmaxscl_l : 15.3db {0x4f2c, 0x0004, 2}, // ir_ds_adgradcore = 8// a {0x4f32, 0x0004, 2}, // ir_ds_hvgradcore = 8// a {0x4f38, 0x0008, 1}, // ir_ds_adgradlim = 10// a {0x4f3b, 0x0008, 1}, // ir_ds_hvgradlim = 20// a {0x5888, 0x0028, 2}, // ir_yn_lumth = 32// a {0x588e, 0x0020, 2}, // ir_ln_cth = 32// a {0x596c, 0x0010, 1}, // ir_ap_pre_gain_l = 64// a {0x596f, 0x0010, 1}, // ir_ap_pre_gain_m = 64// a {0x5972, 0x0000, 1}, // ir_ap_pre_gain_h = 64// a {0x5975, 0x0005, 1}, // ir_ap_post_gain_l = 0// a {0x5978, 0x0020, 1}, // ir_ap_post_gain_m = 64// a {0x597b, 0x0000, 1}, // ir_ap_post_gain_h = 0// a }; isx005_short_t isx005_Low_Cap_Off[] ={ {0x01f8, 0x0055, 1}, // pict3_gamma0 : {0x0061, 0x0080, 1}, //contrast {0x02d7, 0x0000, 1}, // matrix type1 {0x4020, 0x03CA, 2},// agcmaxscl_l : 16.2db {0x4f2c, 0x0000, 2}, // ir_ds_adgradcore = 8// a {0x4f32, 0x0000, 2}, // ir_ds_hvgradcore = 8// a {0x4f38, 0x000A, 1}, // ir_ds_adgradlim = 10// a {0x4f3b, 0x000A, 1}, // ir_ds_hvgradlim = 20// a {0x5888, 0x0020, 2}, // ir_yn_lumth = 32// a {0x588e, 0x0028, 2}, // ir_ln_cth = 32// a {0x596c, 0x0020, 1}, // ir_ap_pre_gain_l = 64// a {0x596f, 0x0020, 1}, // ir_ap_pre_gain_m = 64// a {0x5972, 0x000A, 1}, // ir_ap_pre_gain_h = 64// a {0x5975, 0x000e, 1}, // ir_ap_post_gain_l = 0// a {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x597b, 0x0012, 1}, // ir_ap_post_gain_h = 0// a }; isx005_short_t isx005_Night_Mode_On[] ={ {0x01fA, 0x0059, 1}, // pict3_gamma0 : {0x0061, 0x0098, 1}, //contrast {0x02dB, 0x0001, 1}, // matrix type1 {0x4f2c, 0x0004, 2}, // ir_ds_adgradcore = 8// a {0x4f32, 0x0004, 2}, // ir_ds_hvgradcore = 8// a {0x4f38, 0x0008, 1}, // ir_ds_adgradlim = 10// a {0x4f3b, 0x0008, 1}, // ir_ds_hvgradlim = 20// a {0x5888, 0x0028, 2}, // ir_yn_lumth = 32// a {0x588e, 0x0020, 2}, // ir_ln_cth = 32// a {0x596c, 0x0020, 1}, // ir_ap_pre_gain_l = 64// a {0x596f, 0x0020, 1}, // ir_ap_pre_gain_m = 64// a {0x5972, 0x0000, 1}, // ir_ap_pre_gain_h = 64// a {0x5975, 0x0005, 1}, // ir_ap_post_gain_l = 0// a {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x597b, 0x0000, 1}, // ir_ap_post_gain_h = 0// a }; isx005_short_t isx005_Night_Mode_Off[] ={ {0x01fA, 0x0055, 1}, // pict3_gamma0 : {0x0061, 0x0080, 1}, //contrast {0x02dB, 0x0000, 1}, // matrix type1 {0x4f2c, 0x0000, 2}, // ir_ds_adgradcore = 8// a {0x4f32, 0x0000, 2}, // ir_ds_hvgradcore = 8// a {0x4f38, 0x000A, 1}, // ir_ds_adgradlim = 10// a {0x4f3b, 0x000A, 1}, // ir_ds_hvgradlim = 20// a {0x5888, 0x0020, 2}, // ir_yn_lumth = 32// a {0x588e, 0x0028, 2}, // ir_ln_cth = 32// a {0x596c, 0x0020, 1}, // ir_ap_pre_gain_l = 64// a {0x596f, 0x0020, 1}, // ir_ap_pre_gain_m = 64// a {0x5972, 0x000A, 1}, // ir_ap_pre_gain_h = 64// a {0x5975, 0x000e, 1}, // ir_ap_post_gain_l = 0// a {0x5978, 0x0032, 1}, // ir_ap_post_gain_m = 64// a {0x597b, 0x0012, 1}, // ir_ap_post_gain_h = 0// a }; isx005_short_t isx005_shading_1[] ={ // ISX005 Maxey32 STW // Index 0 // No.23 Module // CXC,SHD1,SHD2 ( GAMMA?O 73% ) {0x0068, 0x0050, 1}, {0x9000, 0x8383, 2}, //CXC_VALID_CODE {0x9002, 0x0002, 1}, {0x9003, 0x0012, 1}, {0x9004, 0x0008, 1}, {0x9005, 0x0048, 1}, {0x9006, 0x0040, 1}, {0x9007, 0x0000, 1}, {0x9008, 0x0081, 1}, {0x9009, 0x0080, 1}, {0x900A, 0x0004, 1}, {0x900B, 0x0001, 1}, {0x900C, 0x0012, 1}, {0x900D, 0x000C, 1}, {0x900E, 0x0058, 1}, {0x900F, 0x0020, 1}, {0x9010, 0x0060, 1}, {0x9011, 0x0081, 1}, {0x9012, 0x0080, 1}, {0x9013, 0x0005, 1}, {0x9014, 0x0002, 1}, {0x9015, 0x0012, 1}, {0x9016, 0x0008, 1}, {0x9017, 0x0048, 1}, {0x9018, 0x0040, 1}, {0x9019, 0x0000, 1}, {0x901A, 0x0081, 1}, {0x901B, 0x0080, 1}, {0x901C, 0x0004, 1}, {0x901D, 0x0001, 1}, {0x901E, 0x0012, 1}, {0x901F, 0x000C, 1}, {0x9020, 0x0058, 1}, {0x9021, 0x0020, 1}, {0x9022, 0x0060, 1}, {0x9023, 0x0081, 1}, {0x9024, 0x0080, 1}, {0x9025, 0x0005, 1}, {0x9026, 0x00FE, 1}, {0x9027, 0x0011, 1}, {0x9028, 0x00F8, 1}, {0x9029, 0x0047, 1}, {0x902A, 0x0060, 1}, {0x902B, 0x00C0, 1}, {0x902C, 0x0080, 1}, {0x902D, 0x0000, 1}, {0x902E, 0x0003, 1}, {0x902F, 0x0002, 1}, {0x9030, 0x000C, 1}, {0x9031, 0x0004, 1}, {0x9032, 0x0040, 1}, {0x9033, 0x0010, 1}, {0x9034, 0x0020, 1}, {0x9035, 0x0041, 1}, {0x9036, 0x0080, 1}, {0x9037, 0x0004, 1}, {0x9038, 0x0001, 1}, {0x9039, 0x000A, 1}, {0x903A, 0x0004, 1}, {0x903B, 0x0028, 1}, {0x903C, 0x0000, 1}, {0x903D, 0x0040, 1}, {0x903E, 0x0040, 1}, {0x903F, 0x0000, 1}, {0x9040, 0x0001, 1}, {0x9041, 0x0002, 1}, {0x9042, 0x0006, 1}, {0x9043, 0x0004, 1}, {0x9044, 0x0028, 1}, {0x9045, 0x0010, 1}, {0x9046, 0x0000, 1}, {0x9047, 0x0041, 1}, {0x9048, 0x0000, 1}, {0x9049, 0x0004, 1}, {0x904A, 0x0001, 1}, {0x904B, 0x0008, 1}, {0x904C, 0x0004, 1}, {0x904D, 0x0020, 1}, {0x904E, 0x0010, 1}, {0x904F, 0x0020, 1}, {0x9050, 0x0040, 1}, {0x9051, 0x0080, 1}, {0x9052, 0x0000, 1}, {0x9053, 0x0003, 1}, {0x9054, 0x0002, 1}, {0x9055, 0x0004, 1}, {0x9056, 0x0010, 1}, {0x9057, 0x0010, 1}, {0x9058, 0x00C0, 1}, {0x9059, 0x0040, 1}, {0x905A, 0x0000, 1}, {0x905B, 0x0003, 1}, {0x905C, 0x0002, 1}, {0x905D, 0x0004, 1}, {0x905E, 0x0008, 1}, {0x905F, 0x0010, 1}, {0x9060, 0x0030, 1}, {0x9061, 0x00E0, 1}, {0x9062, 0x00BF, 1}, {0x9063, 0x0080, 1}, {0x9064, 0x00FF, 1}, {0x9065, 0x0003, 1}, {0x9066, 0x0000, 1}, {0x9067, 0x0004, 1}, {0x9068, 0x0000, 1}, {0x9069, 0x0000, 1}, {0x906A, 0x0080, 1}, {0x906B, 0x0000, 1}, {0x906C, 0x0000, 1}, {0x906D, 0x0002, 1}, {0x906E, 0x0005, 1}, {0x906F, 0x0006, 1}, {0x9070, 0x0014, 1}, {0x9071, 0x0018, 1}, {0x9072, 0x0040, 1}, {0x9073, 0x0000, 1}, {0x9074, 0x0000, 1}, {0x9075, 0x0081, 1}, {0x9076, 0x00FF, 1}, {0x9077, 0x0002, 1}, {0x9078, 0x0002, 1}, {0x9079, 0x0008, 1}, {0x907A, 0x0018, 1}, {0x907B, 0x0050, 1}, {0x907C, 0x00A0, 1}, {0x907D, 0x0040, 1}, {0x907E, 0x0081, 1}, {0x907F, 0x0002, 1}, {0x9080, 0x0004, 1}, {0x9081, 0x000A, 1}, {0x9082, 0x0010, 1}, {0x9083, 0x0028, 1}, {0x9084, 0x0020, 1}, {0x9085, 0x0080, 1}, {0x9086, 0x0080, 1}, {0x9087, 0x0081, 1}, {0x9088, 0x0001, 1}, {0x9089, 0x0005, 1}, {0x908A, 0x0008, 1}, {0x908B, 0x0014, 1}, {0x908C, 0x0020, 1}, {0x908D, 0x0010, 1}, {0x908E, 0x0000, 1}, {0x908F, 0x0041, 1}, {0x9090, 0x0000, 1}, {0x9091, 0x0004, 1}, {0x9092, 0x0003, 1}, {0x9093, 0x000A, 1}, {0x9094, 0x000C, 1}, {0x9095, 0x0028, 1}, {0x9096, 0x0060, 1}, {0x9097, 0x0000, 1}, {0x9098, 0x0001, 1}, {0x9099, 0x0001, 1}, {0x909A, 0x0004, 1}, {0x909B, 0x0007, 1}, {0x909C, 0x0012, 1}, {0x909D, 0x001C, 1}, {0x909E, 0x0040, 1}, {0x909F, 0x0030, 1}, {0x90A0, 0x0000, 1}, {0x90A1, 0x00C1, 1}, {0x90A2, 0x0000, 1}, {0x90A3, 0x0004, 1}, {0x90A4, 0x0003, 1}, {0x90A5, 0x000A, 1}, {0x90A6, 0x000C, 1}, {0x90A7, 0x0028, 1}, {0x90A8, 0x0060, 1}, {0x90A9, 0x0000, 1}, {0x90AA, 0x0001, 1}, {0x90AB, 0x0001, 1}, {0x90AC, 0x0004, 1}, {0x90AD, 0x0007, 1}, {0x90AE, 0x0012, 1}, {0x90AF, 0x001C, 1}, {0x90B0, 0x0040, 1}, {0x90B1, 0x0030, 1}, {0x90B2, 0x0000, 1}, {0x90B3, 0x00C1, 1}, {0x90B4, 0x0000, 1}, {0x90B5, 0x0004, 1}, {0x90B6, 0x0001, 1}, {0x90B7, 0x00E6, 1}, {0x90B8, 0x0007, 1}, {0x90B9, 0x0098, 1}, {0x90BA, 0x003F, 1}, {0x90BB, 0x00C0, 1}, {0x90BC, 0x00BE, 1}, {0x90BD, 0x0000, 1}, {0x90BE, 0x00FA, 1}, {0x90BF, 0x0000, 1}, {0x90C0, 0x00E4, 1}, {0x90C1, 0x0007, 1}, {0x90C2, 0x00B0, 1}, {0x90C3, 0x001F, 1}, {0x90C4, 0x0040, 1}, {0x90C5, 0x007E, 1}, {0x90C6, 0x0000, 1}, {0x90C7, 0x00F9, 1}, {0x90C8, 0x0001, 1}, {0x90C9, 0x00E6, 1}, {0x90CA, 0x0007, 1}, {0x90CB, 0x0098, 1}, {0x90CC, 0x003F, 1}, {0x90CD, 0x00C0, 1}, {0x90CE, 0x00BE, 1}, {0x90CF, 0x0000, 1}, {0x90D0, 0x00FA, 1}, {0x90D1, 0x0000, 1}, {0x90D2, 0x00E4, 1}, {0x90D3, 0x0007, 1}, {0x90D4, 0x00B0, 1}, {0x90D5, 0x001F, 1}, {0x90D6, 0x0040, 1}, {0x90D7, 0x007E, 1}, {0x90D8, 0x0000, 1}, {0x90D9, 0x00F9, 1}, {0x90DA, 0x0003, 1}, {0x90DB, 0x00E8, 1}, {0x90DC, 0x000F, 1}, {0x90DD, 0x00A0, 1}, {0x90DE, 0x001F, 1}, {0x90DF, 0x0000, 1}, {0x90E0, 0x003E, 1}, {0x90E1, 0x0080, 1}, {0x90E2, 0x00FA, 1}, {0x90E3, 0x0000, 1}, {0x90E4, 0x00F2, 1}, {0x90E5, 0x0003, 1}, {0x90E6, 0x00B0, 1}, {0x90E7, 0x001F, 1}, {0x90E8, 0x0040, 1}, {0x90E9, 0x007E, 1}, {0x90EA, 0x0000, 1}, {0x90EB, 0x00F9, 1}, {0x90EC, 0x0003, 1}, {0x90ED, 0x00EC, 1}, {0x90EE, 0x000F, 1}, {0x90EF, 0x00B0, 1}, {0x90F0, 0x001F, 1}, {0x90F1, 0x00C0, 1}, {0x90F2, 0x003E, 1}, {0x90F3, 0x0080, 1}, {0x90F4, 0x00FB, 1}, {0x90F5, 0x00FF, 1}, {0x90F6, 0x00F1, 1}, {0x90F7, 0x00FF, 1}, {0x90F8, 0x00CF, 1}, {0x90F9, 0x001F, 1}, {0x90FA, 0x0000, 1}, {0x90FB, 0x007F, 1}, {0x90FC, 0x0000, 1}, {0x90FD, 0x00FC, 1}, {0x90FE, 0x0002, 1}, {0x90FF, 0x00EC, 1}, {0x9100, 0x000B, 1}, {0x9101, 0x00B0, 1}, {0x9102, 0x001F, 1}, {0x9103, 0x0000, 1}, {0x9104, 0x007F, 1}, {0x9105, 0x0080, 1}, {0x9106, 0x00FC, 1}, {0x9107, 0x0000, 1}, {0x9108, 0x00F4, 1}, {0x9109, 0x00FB, 1}, {0x910A, 0x00CF, 1}, {0x910B, 0x00FF, 1}, {0x910C, 0x003F, 1}, {0x910D, 0x00FF, 1}, {0x910E, 0x00FF, 1}, {0x910F, 0x00FC, 1}, {0x9110, 0x0004, 1}, {0x9111, 0x00FC, 1}, {0x9112, 0x0013, 1}, {0x9113, 0x00F0, 1}, {0x9114, 0x002F, 1}, {0x9115, 0x00A0, 1}, {0x9116, 0x003F, 1}, {0x9117, 0x0000, 1}, {0x9118, 0x00FF, 1}, {0x9119, 0x0001, 1}, {0x911A, 0x00FE, 1}, {0x911B, 0x0007, 1}, {0x911C, 0x00E0, 1}, {0x911D, 0x000F, 1}, {0x911E, 0x0080, 1}, {0x911F, 0x003F, 1}, {0x9120, 0x0000, 1}, {0x9121, 0x00FE, 1}, {0x9122, 0x0006, 1}, {0x9123, 0x0008, 1}, {0x9124, 0x0018, 1}, {0x9125, 0x0020, 1}, {0x9126, 0x0030, 1}, {0x9127, 0x0020, 1}, {0x9128, 0x0080, 1}, {0x9129, 0x0080, 1}, {0x912A, 0x0000, 1}, {0x912B, 0x0002, 1}, {0x912C, 0x0006, 1}, {0x912D, 0x0004, 1}, {0x912E, 0x00F8, 1}, {0x912F, 0x002F, 1}, {0x9130, 0x0000, 1}, {0x9131, 0x0080, 1}, {0x9132, 0x0000, 1}, {0x9133, 0x0000, 1}, {0x9134, 0x0007, 1}, {0x9135, 0x0006, 1}, {0x9136, 0x001C, 1}, {0x9137, 0x0018, 1}, {0x9138, 0x0050, 1}, {0x9139, 0x0080, 1}, {0x913A, 0x0000, 1}, {0x913B, 0x0001, 1}, {0x913C, 0x0002, 1}, {0x913D, 0x0003, 1}, {0x913E, 0x000C, 1}, {0x913F, 0x0014, 1}, {0x9140, 0x0030, 1}, {0x9141, 0x0020, 1}, {0x9142, 0x0060, 1}, {0x9143, 0x0080, 1}, {0x9144, 0x0080, 1}, {0x9145, 0x0001, 1}, {0x9146, 0x0007, 1}, {0x9147, 0x0008, 1}, {0x9148, 0x001C, 1}, {0x9149, 0x0020, 1}, {0x914A, 0x0080, 1}, {0x914B, 0x0060, 1}, {0x914C, 0x0000, 1}, {0x914D, 0x0001, 1}, {0x914E, 0x0001, 1}, {0x914F, 0x0005, 1}, {0x9150, 0x0002, 1}, {0x9151, 0x0010, 1}, {0x9152, 0x0018, 1}, {0x9153, 0x0040, 1}, {0x9154, 0x0060, 1}, {0x9155, 0x0000, 1}, {0x9156, 0x0081, 1}, {0x9157, 0x0001, 1}, {0x9158, 0x0007, 1}, {0x9159, 0x0008, 1}, {0x915A, 0x001C, 1}, {0x915B, 0x0020, 1}, {0x915C, 0x0080, 1}, {0x915D, 0x0060, 1}, {0x915E, 0x0000, 1}, {0x915F, 0x0001, 1}, {0x9160, 0x0001, 1}, {0x9161, 0x0005, 1}, {0x9162, 0x0002, 1}, {0x9163, 0x0010, 1}, {0x9164, 0x0018, 1}, {0x9165, 0x0040, 1}, {0x9166, 0x0060, 1}, {0x9167, 0x0000, 1}, {0x9168, 0x0081, 1}, {0x9169, 0x0001, 1}, {0xA000, 0x9292, 2}, {0xA002, 0x0099, 1}, {0xA003, 0x0021, 1}, {0xA004, 0x0090, 1}, {0xA005, 0x006a, 1}, {0xA006, 0x0022, 1}, {0xA007, 0x0074, 1}, {0xA008, 0x0019, 1}, {0xA009, 0x00fb, 1}, {0xA00A, 0x0020, 1}, {0xA00B, 0x0006, 1}, {0xA00C, 0x003c, 1}, {0xA00D, 0x0085, 1}, {0xA00E, 0x0001, 1}, {0xA00F, 0x008f, 1}, {0xA010, 0x0064, 1}, {0xA011, 0x00fa, 1}, {0xA012, 0x0043, 1}, {0xA013, 0x001a, 1}, {0xA014, 0x000b, 1}, {0xA015, 0x004d, 1}, {0xA016, 0x00c6, 1}, {0xA017, 0x0040, 1}, {0xA018, 0x00ac, 1}, {0xA019, 0x00a9, 1}, {0xA01A, 0x00d0, 1}, {0xA01B, 0x006c, 1}, {0xA01C, 0x000c, 1}, {0xA01D, 0x0084, 1}, {0xA01E, 0x0099, 1}, {0xA01F, 0x00ef, 1}, {0xA020, 0x0014, 1}, {0xA021, 0x00c6, 1}, {0xA022, 0x0039, 1}, {0xA023, 0x0082, 1}, {0xA024, 0x0071, 1}, {0xA025, 0x008e, 1}, {0xA026, 0x0064, 1}, {0xA027, 0x00c8, 1}, {0xA028, 0x00c3, 1}, {0xA029, 0x009a, 1}, {0xA02A, 0x0004, 1}, {0xA02B, 0x0091, 1}, {0xA02C, 0x00c6, 1}, {0xA02D, 0x0042, 1}, {0xA02E, 0x0089, 1}, {0xA02F, 0x0009, 1}, {0xA030, 0x000f, 1}, {0xA031, 0x0062, 1}, {0xA032, 0x00a4, 1}, {0xA033, 0x0043, 1}, {0xA034, 0x0016, 1}, {0xA035, 0x00cc, 1}, {0xA036, 0x002c, 1}, {0xA037, 0x0025, 1}, {0xA038, 0x002e, 1}, {0xA039, 0x0049, 1}, {0xA03A, 0x0081, 1}, {0xA03B, 0x008b, 1}, {0xA03C, 0x0057, 1}, {0xA03D, 0x0032, 1}, {0xA03E, 0x0033, 1}, {0xA03F, 0x0018, 1}, {0xA040, 0x00e9, 1}, {0xA041, 0x0010, 1}, {0xA042, 0x00c6, 1}, {0xA043, 0x003b, 1}, {0xA044, 0x006e, 1}, {0xA045, 0x0061, 1}, {0xA046, 0x000d, 1}, {0xA047, 0x0059, 1}, {0xA048, 0x0026, 1}, {0xA049, 0x0043, 1}, {0xA04A, 0x0013, 1}, {0xA04B, 0x00a6, 1}, {0xA04C, 0x0068, 1}, {0xA04D, 0x00a4, 1}, {0xA04E, 0x0024, 1}, {0xA04F, 0x0019, 1}, {0xA050, 0x0029, 1}, {0xA051, 0x0049, 1}, {0xA052, 0x004c, 1}, {0xA053, 0x009a, 1}, {0xA054, 0x00f2, 1}, {0xA055, 0x0015, 1}, {0xA056, 0x00ca, 1}, {0xA057, 0x00a0, 1}, {0xA058, 0x0065, 1}, {0xA059, 0x0035, 1}, {0xA05A, 0x005d, 1}, {0xA05B, 0x0081, 1}, {0xA05C, 0x008c, 1}, {0xA05D, 0x0053, 1}, {0xA05E, 0x00e4, 1}, {0xA05F, 0x00b2, 1}, {0xA060, 0x0091, 1}, {0xA061, 0x0092, 1}, {0xA062, 0x0000, 1}, {0xA063, 0x0004, 1}, {0xA064, 0x0020, 1}, {0xA065, 0x0000, 1}, {0xA066, 0x0001, 1}, {0xA067, 0x0048, 1}, {0xA068, 0x0046, 1}, {0xA069, 0x0048, 1}, {0xA06A, 0x00a2, 1}, {0xA06B, 0x0014, 1}, {0xA06C, 0x00b8, 1}, {0xA06D, 0x005c, 1}, {0xA06E, 0x00a5, 1}, {0xA06F, 0x0031, 1}, {0xA070, 0x0060, 1}, {0xA071, 0x0081, 1}, {0xA072, 0x004c, 1}, {0xA073, 0x0054, 1}, {0xA074, 0x00e2, 1}, {0xA075, 0x00d2, 1}, {0xA076, 0x0011, 1}, {0xA077, 0x0092, 1}, {0xA078, 0x0004, 1}, {0xA079, 0x0004, 1}, {0xA07A, 0x0020, 1}, {0xA07B, 0x0000, 1}, {0xA07C, 0x0001, 1}, {0xA07D, 0x0088, 1}, {0xA07E, 0x0046, 1}, {0xA07F, 0x0046, 1}, {0xA080, 0x00c2, 1}, {0xA081, 0x0094, 1}, {0xA082, 0x00b7, 1}, {0xA083, 0x0060, 1}, {0xA084, 0x0085, 1}, {0xA085, 0x0031, 1}, {0xA086, 0x0076, 1}, {0xA087, 0x0071, 1}, {0xA088, 0x008d, 1}, {0xA089, 0x005a, 1}, {0xA08A, 0x002c, 1}, {0xA08B, 0x0083, 1}, {0xA08C, 0x0013, 1}, {0xA08D, 0x00a6, 1}, {0xA08E, 0x0074, 1}, {0xA08F, 0x0044, 1}, {0xA090, 0x0024, 1}, {0xA091, 0x001b, 1}, {0xA092, 0x0021, 1}, {0xA093, 0x0049, 1}, {0xA094, 0x004d, 1}, {0xA095, 0x009a, 1}, {0xA096, 0x0052, 1}, {0xA097, 0x0096, 1}, {0xA098, 0x00ca, 1}, {0xA099, 0x00b8, 1}, {0xA09A, 0x00a5, 1}, {0xA09B, 0x0035, 1}, {0xA09C, 0x0096, 1}, {0xA09D, 0x0049, 1}, {0xA09E, 0x004f, 1}, {0xA09F, 0x0064, 1}, {0xA0A0, 0x00b2, 1}, {0xA0A1, 0x0073, 1}, {0xA0A2, 0x0096, 1}, {0xA0A3, 0x00ce, 1}, {0xA0A4, 0x003c, 1}, {0xA0A5, 0x0045, 1}, {0xA0A6, 0x002e, 1}, {0xA0A7, 0x004e, 1}, {0xA0A8, 0x0091, 1}, {0xA0A9, 0x004b, 1}, {0xA0AA, 0x0059, 1}, {0xA0AB, 0x0038, 1}, {0xA0AC, 0x00b3, 1}, {0xA0AD, 0x0018, 1}, {0xA0AE, 0x00ee, 1}, {0xA0AF, 0x0034, 1}, {0xA0B0, 0x0066, 1}, {0xA0B1, 0x003d, 1}, {0xA0B2, 0x00b9, 1}, {0xA0B3, 0x0009, 1}, {0xA0B4, 0x0091, 1}, {0xA0B5, 0x006f, 1}, {0xA0B6, 0x0026, 1}, {0xA0B7, 0x0004, 1}, {0xA0B8, 0x001a, 1}, {0xA0B9, 0x00f8, 1}, {0xA0BA, 0x0030, 1}, {0xA0BB, 0x00a6, 1}, {0xA0BC, 0x003b, 1}, {0xA0BD, 0x008d, 1}, {0xA0BE, 0x00e9, 1}, {0xA0BF, 0x008e, 1}, {0xA0C0, 0x0067, 1}, {0xA0C1, 0x00de, 1}, {0xA0C2, 0x0093, 1}, {0xA0C3, 0x009b, 1}, {0xA0C4, 0x000b, 1}, {0xA0C5, 0x00c9, 1}, {0xA0C6, 0x00a6, 1}, {0xA0C7, 0x0044, 1}, {0xA0C8, 0x00aa, 1}, {0xA0C9, 0x00a1, 1}, {0xA0CA, 0x0090, 1}, {0xA0CB, 0x006d, 1}, {0xA0CC, 0x0040, 1}, {0xA0CD, 0x00f4, 1}, {0xA0CE, 0x0019, 1}, {0xA0CF, 0x0005, 1}, {0xA0D0, 0x003d, 1}, {0xA0D1, 0x0026, 1}, {0xA0D2, 0x003e, 1}, {0xA0D3, 0x0090, 1}, {0xA0D4, 0x0089, 1}, {0xA0D5, 0x008f, 1}, {0xA0D6, 0x0067, 1}, {0xA0D7, 0x0010, 1}, {0xA0D8, 0x0014, 1}, {0xA0D9, 0x009b, 1}, {0xA0DA, 0x0011, 1}, {0xA0DB, 0x008d, 1}, {0xA0DC, 0x00c6, 1}, {0xA0DD, 0x0042, 1}, {0xA0DE, 0x007e, 1}, {0xA0DF, 0x00d1, 1}, {0xA0E0, 0x008c, 1}, {0xA0E1, 0x0063, 1}, {0xA0E2, 0x0056, 1}, {0xA0E3, 0x0023, 1}, {0xA0E4, 0x0018, 1}, {0xA0E5, 0x00cc, 1}, {0xA0E6, 0x00e4, 1}, {0xA0E7, 0x0065, 1}, {0xA0E8, 0x0031, 1}, {0xA0E9, 0x0078, 1}, {0xA0EA, 0x0051, 1}, {0xA0EB, 0x004c, 1}, {0xA0EC, 0x0061, 1}, {0xA0ED, 0x002e, 1}, {0xA0EE, 0x0063, 1}, {0xA0EF, 0x0019, 1}, {0xA0F0, 0x00d4, 1}, {0xA0F1, 0x0014, 1}, {0xA0F2, 0x00c6, 1}, {0xA0F3, 0x0032, 1}, {0xA0F4, 0x0090, 1}, {0xA0F5, 0x0061, 1}, {0xA0F6, 0x000d, 1}, {0xA0F7, 0x0066, 1}, {0xA0F8, 0x0066, 1}, {0xA0F9, 0x0053, 1}, {0xA0FA, 0x0098, 1}, {0xA0FB, 0x00cc, 1}, {0xA0FC, 0x00e4, 1}, {0xA0FD, 0x0005, 1}, {0xA0FE, 0x0031, 1}, {0xA0FF, 0x0078, 1}, {0xA100, 0x0041, 1}, {0xA101, 0x000c, 1}, {0xA102, 0x0062, 1}, {0xA103, 0x0030, 1}, {0xA104, 0x00f3, 1}, {0xA105, 0x0019, 1}, {0xA106, 0x00d8, 1}, {0xA107, 0x005c, 1}, {0xA108, 0x00e6, 1}, {0xA109, 0x0034, 1}, {0xA10A, 0x0075, 1}, {0xA10B, 0x0059, 1}, {0xA10C, 0x008c, 1}, {0xA10D, 0x005d, 1}, {0xA10E, 0x0012, 1}, {0xA10F, 0x0063, 1}, {0xA110, 0x0095, 1}, {0xA111, 0x00b1, 1}, {0xA112, 0x0010, 1}, {0xA113, 0x00c5, 1}, {0xA114, 0x0029, 1}, {0xA115, 0x0045, 1}, {0xA116, 0x0071, 1}, {0xA117, 0x004a, 1}, {0xA118, 0x0056, 1}, {0xA119, 0x00c6, 1}, {0xA11A, 0x00b2, 1}, {0xA11B, 0x0017, 1}, {0xA11C, 0x00c3, 1}, {0xA11D, 0x00e8, 1}, {0xA11E, 0x00c5, 1}, {0xA11F, 0x0030, 1}, {0xA120, 0x0059, 1}, {0xA121, 0x0069, 1}, {0xA122, 0x000b, 1}, {0xA123, 0x0055, 1}, {0xA124, 0x00c8, 1}, {0xA125, 0x00e2, 1}, {0xA126, 0x0012, 1}, {0xA127, 0x009b, 1}, {0xA128, 0x0068, 1}, {0xA129, 0x00a4, 1}, {0xA12A, 0x0023, 1}, {0xA12B, 0x001a, 1}, {0xA12C, 0x00e1, 1}, {0xA12D, 0x0008, 1}, {0xA12E, 0x004c, 1}, {0xA12F, 0x006a, 1}, {0xA130, 0x0082, 1}, {0xA131, 0x0095, 1}, {0xA132, 0x00b0, 1}, {0xA133, 0x0074, 1}, {0xA134, 0x0025, 1}, {0xA135, 0x002d, 1}, {0xA136, 0x0049, 1}, {0xA137, 0x00d1, 1}, {0xA138, 0x000a, 1}, {0xA139, 0x0050, 1}, {0xA13A, 0x009a, 1}, {0xA13B, 0x0072, 1}, {0xA13C, 0x0091, 1}, {0xA13D, 0x008e, 1}, {0xA13E, 0x0004, 1}, {0xA13F, 0x0024, 1}, {0xA140, 0x0020, 1}, {0xA141, 0x0002, 1}, {0xA142, 0x0009, 1}, {0xA143, 0x0008, 1}, {0xA144, 0x0046, 1}, {0xA145, 0x0034, 1}, {0xA146, 0x0012, 1}, {0xA147, 0x0014, 1}, {0xA148, 0x00a5, 1}, {0xA149, 0x0024, 1}, {0xA14A, 0x00e5, 1}, {0xA14B, 0x002a, 1}, {0xA14C, 0x004c, 1}, {0xA14D, 0x00e1, 1}, {0xA14E, 0x00ca, 1}, {0xA14F, 0x0050, 1}, {0xA150, 0x009e, 1}, {0xA151, 0x0072, 1}, {0xA152, 0x0011, 1}, {0xA153, 0x008e, 1}, {0xA154, 0x0000, 1}, {0xA155, 0x0004, 1}, {0xA156, 0x0020, 1}, {0xA157, 0x0001, 1}, {0xA158, 0x0001, 1}, {0xA159, 0x0008, 1}, {0xA15A, 0x0046, 1}, {0xA15B, 0x0030, 1}, {0xA15C, 0x0002, 1}, {0xA15D, 0x0014, 1}, {0xA15E, 0x00a5, 1}, {0xA15F, 0x001c, 1}, {0xA160, 0x00e5, 1}, {0xA161, 0x002a, 1}, {0xA162, 0x0062, 1}, {0xA163, 0x0081, 1}, {0xA164, 0x008b, 1}, {0xA165, 0x0056, 1}, {0xA166, 0x00cc, 1}, {0xA167, 0x00f2, 1}, {0xA168, 0x0092, 1}, {0xA169, 0x009a, 1}, {0xA16A, 0x0060, 1}, {0xA16B, 0x0044, 1}, {0xA16C, 0x0023, 1}, {0xA16D, 0x0018, 1}, {0xA16E, 0x00c9, 1}, {0xA16F, 0x0048, 1}, {0xA170, 0x004b, 1}, {0xA171, 0x0066, 1}, {0xA172, 0x0012, 1}, {0xA173, 0x0015, 1}, {0xA174, 0x00b1, 1}, {0xA175, 0x0058, 1}, {0xA176, 0x0065, 1}, {0xA177, 0x002d, 1}, {0xA178, 0x0084, 1}, {0xA179, 0x0081, 1}, {0xA17A, 0x008c, 1}, {0xA17B, 0x0060, 1}, {0xA17C, 0x001a, 1}, {0xA17D, 0x00d3, 1}, {0xA17E, 0x0095, 1}, {0xA17F, 0x00b2, 1}, {0xA180, 0x0018, 1}, {0xA181, 0x0085, 1}, {0xA182, 0x0029, 1}, {0xA183, 0x0044, 1}, {0xA184, 0x0061, 1}, {0xA185, 0x008a, 1}, {0xA186, 0x0055, 1}, {0xA187, 0x00ca, 1}, {0xA188, 0x0032, 1}, {0xA189, 0x0017, 1}, {0xA18A, 0x00c6, 1}, {0xA18B, 0x00c4, 1}, {0xA18C, 0x00c5, 1}, {0xA18D, 0x0031, 1}, {0xA18E, 0x00a8, 1}, {0xA18F, 0x00b9, 1}, {0xA190, 0x00cd, 1}, {0xA191, 0x006b, 1}, {0xA192, 0x007a, 1}, {0xA193, 0x0053, 1}, {0xA194, 0x0099, 1}, {0xA195, 0x00cf, 1}, {0xA196, 0x0000, 1}, {0xA197, 0x00a6, 1}, {0xA198, 0x0031, 1}, {0xA199, 0x007d, 1}, {0xA19A, 0x0069, 1}, {0xA19B, 0x000c, 1}, {0xA19C, 0x0062, 1}, {0xA19D, 0x0040, 1}, {0xA19E, 0x00c3, 1}, {0xA19F, 0x0019, 1}, {0xA1A0, 0x00de, 1}, {0xA1A1, 0x004c, 1}, {0xA1A2, 0x00a6, 1}, {0xA1A3, 0x0036, 1}, {0xA1A4, 0x0099, 1}, {0xA1A5, 0x0049, 1}, {0xA1A6, 0x00cd, 1}, {0xA1A7, 0x0069, 1}, {0xA1A8, 0x006e, 1}, {0xA1A9, 0x0043, 1}, {0xA1AA, 0x0019, 1}, {0xA1AB, 0x00d0, 1}, {0xA1AC, 0x000c, 1}, {0xA1AD, 0x0046, 1}, {0xA1AE, 0x0032, 1}, {0xA1AF, 0x0081, 1}, {0xA1B0, 0x0099, 1}, {0xA1B1, 0x00cc, 1}, {0xA1B2, 0x0061, 1}, {0xA1B3, 0x0040, 1}, {0xA1B4, 0x0053, 1}, {0xA1B5, 0x0099, 1}, {0xA1B6, 0x00da, 1}, {0xA1B7, 0x0014, 1}, {0xA1B8, 0x00c6, 1}, {0xA1B9, 0x0034, 1}, {0xA1BA, 0x00ca, 1}, {0xA1BB, 0x00f1, 1}, {0xA1BC, 0x00ce, 1}, {0xA1BD, 0x0071, 1}, {0xA1BE, 0x0072, 1}, {0xA1BF, 0x0093, 1}, {0xA1C0, 0x009b, 1}, {0xA1C1, 0x00e5, 1}, {0xA1C2, 0x0084, 1}, {0xA1C3, 0x0047, 1}, {0xA1C4, 0x0039, 1}, {0xA1C5, 0x00e1, 1}, {0xA1C6, 0x0041, 1}, {0xA1C7, 0x000f, 1}, {0xA1C8, 0x0071, 1}, {0xA1C9, 0x005c, 1}, {0xA1CA, 0x00e3, 1}, {0xA1CB, 0x001a, 1}, {0xA1CC, 0x00e3, 1}, {0xA1CD, 0x00a8, 1}, {0xA1CE, 0x0067, 1}, {0xA1CF, 0x003c, 1}, {0xA1D0, 0x00ba, 1}, {0xA1D1, 0x0089, 1}, {0xA1D2, 0x008d, 1}, {0xA1D3, 0x005e, 1}, {0xA1D4, 0x00b6, 1}, {0xA1D5, 0x00b2, 1}, {0xA1D6, 0x0095, 1}, {0xA1D7, 0x00bd, 1}, {0xA1D8, 0x00c4, 1}, {0xA1D9, 0x0046, 1}, {0xA1DA, 0x0037, 1}, {0xA1DB, 0x008f, 1}, {0xA1DC, 0x00e1, 1}, {0xA1DD, 0x004b, 1}, {0xA1DE, 0x004f, 1}, {0xA1DF, 0x003a, 1}, {0xA1E0, 0x00d2, 1}, {0xA1E1, 0x0091, 1}, {0xA1E2, 0x009e, 1}, {0xA1E3, 0x00f4, 1}, {0xA1E4, 0x00e5, 1}, {0xA1E5, 0x0031, 1}, {0xA1E6, 0x0076, 1}, {0xA1E7, 0x00f9, 1}, {0xA1E8, 0x00ca, 1}, {0xA1E9, 0x0047, 1}, {0xA1EA, 0x0000, 1}, {0xA1EB, 0x0002, 1}, {0xA1EC, 0x0010, 1}, {0xA1ED, 0x008f, 1}, {0xA1EE, 0x007c, 1}, {0xA1EF, 0x00a5, 1}, {0xA1F0, 0x002e, 1}, {0xA1F1, 0x0077, 1}, {0xA1F2, 0x00f9, 1}, {0xA1F3, 0x00ca, 1}, {0xA1F4, 0x0047, 1}, {0xA1F5, 0x0000, 1}, {0xA1F6, 0x0002, 1}, {0xA1F7, 0x0090, 1}, {0xA1F8, 0x008f, 1}, {0xA1F9, 0x007c, 1}, {0xA1FA, 0x00a5, 1}, {0xA1FB, 0x002e, 1}, {0xA1FC, 0x0095, 1}, {0xA1FD, 0x0001, 1}, {0xA1FE, 0x00cc, 1}, {0xA1FF, 0x004f, 1}, {0xA200, 0x003c, 1}, {0xA201, 0x00f2, 1}, {0xA202, 0x0011, 1}, {0xA203, 0x00a0, 1}, {0xA204, 0x0004, 1}, {0xA205, 0x0086, 1}, {0xA206, 0x0032, 1}, {0xA207, 0x00c7, 1}, {0xA208, 0x00e9, 1}, {0xA209, 0x004d, 1}, {0xA20A, 0x0060, 1}, {0xA20B, 0x00c0, 1}, {0xA20C, 0x0012, 1}, {0xA20D, 0x0096, 1}, {0xA20E, 0x00c0, 1}, {0xA20F, 0x00f8, 1}, {0xA210, 0x0026, 1}, {0xA211, 0x0039, 1}, {0xA212, 0x00f6, 1}, {0xA213, 0x00e1, 1}, {0xA214, 0x000f, 1}, {0xA215, 0x0076, 1}, {0xA216, 0x007e, 1}, {0xA217, 0x00f3, 1}, {0xA218, 0x001b, 1}, {0xA219, 0x00eb, 1}, {0xA21A, 0x00fc, 1}, {0xA21B, 0x0027, 1}, {0xA21C, 0x003f, 1}, {0xA21D, 0x00e3, 1}, {0xA21E, 0x00a9, 1}, {0xA21F, 0x008f, 1}, {0xA220, 0x0077, 1}, {0xA221, 0x009a, 1}, {0xA222, 0x00c3, 1}, {0xA223, 0x001c, 1}, {0xA224, 0x00ee, 1}, {0xA225, 0x00d8, 1}, {0xA226, 0x0067, 1}, {0xA227, 0x003c, 1}, {0x0068, 0x0057, 1}, // ADJ {0x4a16, 0x0000, 2},//offset value for fine adjustment (r component) {0x4a18, 0x0000, 2},//offset value for fine adjustment (b component) {0x4a1a, 0x0400, 2},//shd setting,knot minimum value,r {0x4a1c, 0x0400, 2},//shd setting,knot minimum value,gr {0x4a1e, 0x0400, 2},//shd setting,knot minimum value,gb {0x4a20, 0x0400, 2},//shd setting,knot minimum value,b {0x4A22, 0x0000, 2},//SHD,NORMR OFFSET,FOR R2 {0x4A24, 0x0010, 2},//SHD,PRER OFFSET,FOR R2 {0x4A26, 0x0000, 2},//SHD,NORMR OFFSET,FOR RB {0x4A28, 0xFFF1, 2},//SHD,PRER OFFSET,FOR RB {0x4A2A, 0x0000, 2},//SHD,NORMB OFFSET,FOR RB {0x4A2C, 0xFFF2, 2},//SHD,PREB OFFSET,FOR RB }; isx005_short_t isx005_shading_2[] ={ // ISX005 Maxey32 STW // Index 0 // No.23 Module // CXC,SHD1,SHD2 ( GAMMA?O 73% ) {0x0068, 0x0050, 1}, {0x9000, 0x8383, 2}, //CXC_VALID_CODE {0x9002, 0x0002, 1}, {0x9003, 0x0012, 1}, {0x9004, 0x0008, 1}, {0x9005, 0x0048, 1}, {0x9006, 0x0040, 1}, {0x9007, 0x0000, 1}, {0x9008, 0x0081, 1}, {0x9009, 0x0080, 1}, {0x900A, 0x0004, 1}, {0x900B, 0x0001, 1}, {0x900C, 0x0012, 1}, {0x900D, 0x000C, 1}, {0x900E, 0x0058, 1}, {0x900F, 0x0020, 1}, {0x9010, 0x0060, 1}, {0x9011, 0x0081, 1}, {0x9012, 0x0080, 1}, {0x9013, 0x0005, 1}, {0x9014, 0x0002, 1}, {0x9015, 0x0012, 1}, {0x9016, 0x0008, 1}, {0x9017, 0x0048, 1}, {0x9018, 0x0040, 1}, {0x9019, 0x0000, 1}, {0x901A, 0x0081, 1}, {0x901B, 0x0080, 1}, {0x901C, 0x0004, 1}, {0x901D, 0x0001, 1}, {0x901E, 0x0012, 1}, {0x901F, 0x000C, 1}, {0x9020, 0x0058, 1}, {0x9021, 0x0020, 1}, {0x9022, 0x0060, 1}, {0x9023, 0x0081, 1}, {0x9024, 0x0080, 1}, {0x9025, 0x0005, 1}, {0x9026, 0x00FE, 1}, {0x9027, 0x0011, 1}, {0x9028, 0x00F8, 1}, {0x9029, 0x0047, 1}, {0x902A, 0x0060, 1}, {0x902B, 0x00C0, 1}, {0x902C, 0x0080, 1}, {0x902D, 0x0000, 1}, {0x902E, 0x0003, 1}, {0x902F, 0x0002, 1}, {0x9030, 0x000C, 1}, {0x9031, 0x0004, 1}, {0x9032, 0x0040, 1}, {0x9033, 0x0010, 1}, {0x9034, 0x0020, 1}, {0x9035, 0x0041, 1}, {0x9036, 0x0080, 1}, {0x9037, 0x0004, 1}, {0x9038, 0x0001, 1}, {0x9039, 0x000A, 1}, {0x903A, 0x0004, 1}, {0x903B, 0x0028, 1}, {0x903C, 0x0000, 1}, {0x903D, 0x0040, 1}, {0x903E, 0x0040, 1}, {0x903F, 0x0000, 1}, {0x9040, 0x0001, 1}, {0x9041, 0x0002, 1}, {0x9042, 0x0006, 1}, {0x9043, 0x0004, 1}, {0x9044, 0x0028, 1}, {0x9045, 0x0010, 1}, {0x9046, 0x0000, 1}, {0x9047, 0x0041, 1}, {0x9048, 0x0000, 1}, {0x9049, 0x0004, 1}, {0x904A, 0x0001, 1}, {0x904B, 0x0008, 1}, {0x904C, 0x0004, 1}, {0x904D, 0x0020, 1}, {0x904E, 0x0010, 1}, {0x904F, 0x0020, 1}, {0x9050, 0x0040, 1}, {0x9051, 0x0080, 1}, {0x9052, 0x0000, 1}, {0x9053, 0x0003, 1}, {0x9054, 0x0002, 1}, {0x9055, 0x0004, 1}, {0x9056, 0x0010, 1}, {0x9057, 0x0010, 1}, {0x9058, 0x00C0, 1}, {0x9059, 0x0040, 1}, {0x905A, 0x0000, 1}, {0x905B, 0x0003, 1}, {0x905C, 0x0002, 1}, {0x905D, 0x0004, 1}, {0x905E, 0x0008, 1}, {0x905F, 0x0010, 1}, {0x9060, 0x0030, 1}, {0x9061, 0x00E0, 1}, {0x9062, 0x00BF, 1}, {0x9063, 0x0080, 1}, {0x9064, 0x00FF, 1}, {0x9065, 0x0003, 1}, {0x9066, 0x0000, 1}, {0x9067, 0x0004, 1}, {0x9068, 0x0000, 1}, {0x9069, 0x0000, 1}, {0x906A, 0x0080, 1}, {0x906B, 0x0000, 1}, {0x906C, 0x0000, 1}, {0x906D, 0x0002, 1}, {0x906E, 0x0005, 1}, {0x906F, 0x0006, 1}, {0x9070, 0x0014, 1}, {0x9071, 0x0018, 1}, {0x9072, 0x0040, 1}, {0x9073, 0x0000, 1}, {0x9074, 0x0000, 1}, {0x9075, 0x0081, 1}, {0x9076, 0x00FF, 1}, {0x9077, 0x0002, 1}, {0x9078, 0x0002, 1}, {0x9079, 0x0008, 1}, {0x907A, 0x0018, 1}, {0x907B, 0x0050, 1}, {0x907C, 0x00A0, 1}, {0x907D, 0x0040, 1}, {0x907E, 0x0081, 1}, {0x907F, 0x0002, 1}, {0x9080, 0x0004, 1}, {0x9081, 0x000A, 1}, {0x9082, 0x0010, 1}, {0x9083, 0x0028, 1}, {0x9084, 0x0020, 1}, {0x9085, 0x0080, 1}, {0x9086, 0x0080, 1}, {0x9087, 0x0081, 1}, {0x9088, 0x0001, 1}, {0x9089, 0x0005, 1}, {0x908A, 0x0008, 1}, {0x908B, 0x0014, 1}, {0x908C, 0x0020, 1}, {0x908D, 0x0010, 1}, {0x908E, 0x0000, 1}, {0x908F, 0x0041, 1}, {0x9090, 0x0000, 1}, {0x9091, 0x0004, 1}, {0x9092, 0x0003, 1}, {0x9093, 0x000A, 1}, {0x9094, 0x000C, 1}, {0x9095, 0x0028, 1}, {0x9096, 0x0060, 1}, {0x9097, 0x0000, 1}, {0x9098, 0x0001, 1}, {0x9099, 0x0001, 1}, {0x909A, 0x0004, 1}, {0x909B, 0x0007, 1}, {0x909C, 0x0012, 1}, {0x909D, 0x001C, 1}, {0x909E, 0x0040, 1}, {0x909F, 0x0030, 1}, {0x90A0, 0x0000, 1}, {0x90A1, 0x00C1, 1}, {0x90A2, 0x0000, 1}, {0x90A3, 0x0004, 1}, {0x90A4, 0x0003, 1}, {0x90A5, 0x000A, 1}, {0x90A6, 0x000C, 1}, {0x90A7, 0x0028, 1}, {0x90A8, 0x0060, 1}, {0x90A9, 0x0000, 1}, {0x90AA, 0x0001, 1}, {0x90AB, 0x0001, 1}, {0x90AC, 0x0004, 1}, {0x90AD, 0x0007, 1}, {0x90AE, 0x0012, 1}, {0x90AF, 0x001C, 1}, {0x90B0, 0x0040, 1}, {0x90B1, 0x0030, 1}, {0x90B2, 0x0000, 1}, {0x90B3, 0x00C1, 1}, {0x90B4, 0x0000, 1}, {0x90B5, 0x0004, 1}, {0x90B6, 0x0001, 1}, {0x90B7, 0x00E6, 1}, {0x90B8, 0x0007, 1}, {0x90B9, 0x0098, 1}, {0x90BA, 0x003F, 1}, {0x90BB, 0x00C0, 1}, {0x90BC, 0x00BE, 1}, {0x90BD, 0x0000, 1}, {0x90BE, 0x00FA, 1}, {0x90BF, 0x0000, 1}, {0x90C0, 0x00E4, 1}, {0x90C1, 0x0007, 1}, {0x90C2, 0x00B0, 1}, {0x90C3, 0x001F, 1}, {0x90C4, 0x0040, 1}, {0x90C5, 0x007E, 1}, {0x90C6, 0x0000, 1}, {0x90C7, 0x00F9, 1}, {0x90C8, 0x0001, 1}, {0x90C9, 0x00E6, 1}, {0x90CA, 0x0007, 1}, {0x90CB, 0x0098, 1}, {0x90CC, 0x003F, 1}, {0x90CD, 0x00C0, 1}, {0x90CE, 0x00BE, 1}, {0x90CF, 0x0000, 1}, {0x90D0, 0x00FA, 1}, {0x90D1, 0x0000, 1}, {0x90D2, 0x00E4, 1}, {0x90D3, 0x0007, 1}, {0x90D4, 0x00B0, 1}, {0x90D5, 0x001F, 1}, {0x90D6, 0x0040, 1}, {0x90D7, 0x007E, 1}, {0x90D8, 0x0000, 1}, {0x90D9, 0x00F9, 1}, {0x90DA, 0x0003, 1}, {0x90DB, 0x00E8, 1}, {0x90DC, 0x000F, 1}, {0x90DD, 0x00A0, 1}, {0x90DE, 0x001F, 1}, {0x90DF, 0x0000, 1}, {0x90E0, 0x003E, 1}, {0x90E1, 0x0080, 1}, {0x90E2, 0x00FA, 1}, {0x90E3, 0x0000, 1}, {0x90E4, 0x00F2, 1}, {0x90E5, 0x0003, 1}, {0x90E6, 0x00B0, 1}, {0x90E7, 0x001F, 1}, {0x90E8, 0x0040, 1}, {0x90E9, 0x007E, 1}, {0x90EA, 0x0000, 1}, {0x90EB, 0x00F9, 1}, {0x90EC, 0x0003, 1}, {0x90ED, 0x00EC, 1}, {0x90EE, 0x000F, 1}, {0x90EF, 0x00B0, 1}, {0x90F0, 0x001F, 1}, {0x90F1, 0x00C0, 1}, {0x90F2, 0x003E, 1}, {0x90F3, 0x0080, 1}, {0x90F4, 0x00FB, 1}, {0x90F5, 0x00FF, 1}, {0x90F6, 0x00F1, 1}, {0x90F7, 0x00FF, 1}, {0x90F8, 0x00CF, 1}, {0x90F9, 0x001F, 1}, {0x90FA, 0x0000, 1}, {0x90FB, 0x007F, 1}, {0x90FC, 0x0000, 1}, {0x90FD, 0x00FC, 1}, {0x90FE, 0x0002, 1}, {0x90FF, 0x00EC, 1}, {0x9100, 0x000B, 1}, {0x9101, 0x00B0, 1}, {0x9102, 0x001F, 1}, {0x9103, 0x0000, 1}, {0x9104, 0x007F, 1}, {0x9105, 0x0080, 1}, {0x9106, 0x00FC, 1}, {0x9107, 0x0000, 1}, {0x9108, 0x00F4, 1}, {0x9109, 0x00FB, 1}, {0x910A, 0x00CF, 1}, {0x910B, 0x00FF, 1}, {0x910C, 0x003F, 1}, {0x910D, 0x00FF, 1}, {0x910E, 0x00FF, 1}, {0x910F, 0x00FC, 1}, {0x9110, 0x0004, 1}, {0x9111, 0x00FC, 1}, {0x9112, 0x0013, 1}, {0x9113, 0x00F0, 1}, {0x9114, 0x002F, 1}, {0x9115, 0x00A0, 1}, {0x9116, 0x003F, 1}, {0x9117, 0x0000, 1}, {0x9118, 0x00FF, 1}, {0x9119, 0x0001, 1}, {0x911A, 0x00FE, 1}, {0x911B, 0x0007, 1}, {0x911C, 0x00E0, 1}, {0x911D, 0x000F, 1}, {0x911E, 0x0080, 1}, {0x911F, 0x003F, 1}, {0x9120, 0x0000, 1}, {0x9121, 0x00FE, 1}, {0x9122, 0x0006, 1}, {0x9123, 0x0008, 1}, {0x9124, 0x0018, 1}, {0x9125, 0x0020, 1}, {0x9126, 0x0030, 1}, {0x9127, 0x0020, 1}, {0x9128, 0x0080, 1}, {0x9129, 0x0080, 1}, {0x912A, 0x0000, 1}, {0x912B, 0x0002, 1}, {0x912C, 0x0006, 1}, {0x912D, 0x0004, 1}, {0x912E, 0x00F8, 1}, {0x912F, 0x002F, 1}, {0x9130, 0x0000, 1}, {0x9131, 0x0080, 1}, {0x9132, 0x0000, 1}, {0x9133, 0x0000, 1}, {0x9134, 0x0007, 1}, {0x9135, 0x0006, 1}, {0x9136, 0x001C, 1}, {0x9137, 0x0018, 1}, {0x9138, 0x0050, 1}, {0x9139, 0x0080, 1}, {0x913A, 0x0000, 1}, {0x913B, 0x0001, 1}, {0x913C, 0x0002, 1}, {0x913D, 0x0003, 1}, {0x913E, 0x000C, 1}, {0x913F, 0x0014, 1}, {0x9140, 0x0030, 1}, {0x9141, 0x0020, 1}, {0x9142, 0x0060, 1}, {0x9143, 0x0080, 1}, {0x9144, 0x0080, 1}, {0x9145, 0x0001, 1}, {0x9146, 0x0007, 1}, {0x9147, 0x0008, 1}, {0x9148, 0x001C, 1}, {0x9149, 0x0020, 1}, {0x914A, 0x0080, 1}, {0x914B, 0x0060, 1}, {0x914C, 0x0000, 1}, {0x914D, 0x0001, 1}, {0x914E, 0x0001, 1}, {0x914F, 0x0005, 1}, {0x9150, 0x0002, 1}, {0x9151, 0x0010, 1}, {0x9152, 0x0018, 1}, {0x9153, 0x0040, 1}, {0x9154, 0x0060, 1}, {0x9155, 0x0000, 1}, {0x9156, 0x0081, 1}, {0x9157, 0x0001, 1}, {0x9158, 0x0007, 1}, {0x9159, 0x0008, 1}, {0x915A, 0x001C, 1}, {0x915B, 0x0020, 1}, {0x915C, 0x0080, 1}, {0x915D, 0x0060, 1}, {0x915E, 0x0000, 1}, {0x915F, 0x0001, 1}, {0x9160, 0x0001, 1}, {0x9161, 0x0005, 1}, {0x9162, 0x0002, 1}, {0x9163, 0x0010, 1}, {0x9164, 0x0018, 1}, {0x9165, 0x0040, 1}, {0x9166, 0x0060, 1}, {0x9167, 0x0000, 1}, {0x9168, 0x0081, 1}, {0x9169, 0x0001, 1}, // Index0x1 {0xA000, 0x9292, 2}, {0xA002, 0x00AC, 1}, {0xA003, 0x0021, 1}, {0xA004, 0x0090, 1}, {0xA005, 0x006D, 1}, {0xA006, 0x0022, 1}, {0xA007, 0x0014, 1}, {0xA008, 0x001A, 1}, {0xA009, 0x00FB, 1}, {0xA00A, 0x0044, 1}, {0xA00B, 0x0006, 1}, {0xA00C, 0x003C, 1}, {0xA00D, 0x008F, 1}, {0xA00E, 0x0001, 1}, {0xA00F, 0x000F, 1}, {0xA010, 0x0067, 1}, {0xA011, 0x00FA, 1}, {0xA012, 0x0003, 1}, {0xA013, 0x001B, 1}, {0xA014, 0x000B, 1}, {0xA015, 0x0095, 1}, {0xA016, 0x00C6, 1}, {0xA017, 0x0040, 1}, {0xA018, 0x00B7, 1}, {0xA019, 0x00A9, 1}, {0xA01A, 0x0050, 1}, {0xA01B, 0x006F, 1}, {0xA01C, 0x000C, 1}, {0xA01D, 0x00D4, 1}, {0xA01E, 0x0099, 1}, {0xA01F, 0x00EF, 1}, {0xA020, 0x0024, 1}, {0xA021, 0x00C6, 1}, {0xA022, 0x0039, 1}, {0xA023, 0x0087, 1}, {0xA024, 0x0071, 1}, {0xA025, 0x00CE, 1}, {0xA026, 0x0065, 1}, {0xA027, 0x00C8, 1}, {0xA028, 0x0073, 1}, {0xA029, 0x009B, 1}, {0xA02A, 0x0004, 1}, {0xA02B, 0x00BD, 1}, {0xA02C, 0x00C6, 1}, {0xA02D, 0x0042, 1}, {0xA02E, 0x0093, 1}, {0xA02F, 0x0009, 1}, {0xA030, 0x000F, 1}, {0xA031, 0x0063, 1}, {0xA032, 0x00A4, 1}, {0xA033, 0x0083, 1}, {0xA034, 0x0016, 1}, {0xA035, 0x00CC, 1}, {0xA036, 0x003C, 1}, {0xA037, 0x0025, 1}, {0xA038, 0x002E, 1}, {0xA039, 0x004D, 1}, {0xA03A, 0x0081, 1}, {0xA03B, 0x004B, 1}, {0xA03C, 0x0058, 1}, {0xA03D, 0x0032, 1}, {0xA03E, 0x0073, 1}, {0xA03F, 0x0018, 1}, {0xA040, 0x00E9, 1}, {0xA041, 0x0038, 1}, {0xA042, 0x00C6, 1}, {0xA043, 0x003B, 1}, {0xA044, 0x0072, 1}, {0xA045, 0x0061, 1}, {0xA046, 0x00CD, 1}, {0xA047, 0x0059, 1}, {0xA048, 0x0026, 1}, {0xA049, 0x0043, 1}, {0xA04A, 0x0013, 1}, {0xA04B, 0x00A6, 1}, {0xA04C, 0x0068, 1}, {0xA04D, 0x00A4, 1}, {0xA04E, 0x0024, 1}, {0xA04F, 0x0019, 1}, {0xA050, 0x0029, 1}, {0xA051, 0x0049, 1}, {0xA052, 0x004C, 1}, {0xA053, 0x009A, 1}, {0xA054, 0x0032, 1}, {0xA055, 0x0016, 1}, {0xA056, 0x00CA, 1}, {0xA057, 0x00B0, 1}, {0xA058, 0x0065, 1}, {0xA059, 0x0035, 1}, {0xA05A, 0x0061, 1}, {0xA05B, 0x0081, 1}, {0xA05C, 0x008C, 1}, {0xA05D, 0x0054, 1}, {0xA05E, 0x00E4, 1}, {0xA05F, 0x00B2, 1}, {0xA060, 0x0091, 1}, {0xA061, 0x0092, 1}, {0xA062, 0x0000, 1}, {0xA063, 0x0004, 1}, {0xA064, 0x0020, 1}, {0xA065, 0x0000, 1}, {0xA066, 0x0001, 1}, {0xA067, 0x0048, 1}, {0xA068, 0x0046, 1}, {0xA069, 0x0048, 1}, {0xA06A, 0x00E2, 1}, {0xA06B, 0x0014, 1}, {0xA06C, 0x00B8, 1}, {0xA06D, 0x006C, 1}, {0xA06E, 0x00A5, 1}, {0xA06F, 0x0031, 1}, {0xA070, 0x0064, 1}, {0xA071, 0x0081, 1}, {0xA072, 0x000C, 1}, {0xA073, 0x0055, 1}, {0xA074, 0x00E2, 1}, {0xA075, 0x00D2, 1}, {0xA076, 0x0011, 1}, {0xA077, 0x0092, 1}, {0xA078, 0x0004, 1}, {0xA079, 0x0004, 1}, {0xA07A, 0x0020, 1}, {0xA07B, 0x0000, 1}, {0xA07C, 0x0001, 1}, {0xA07D, 0x0088, 1}, {0xA07E, 0x0046, 1}, {0xA07F, 0x0046, 1}, {0xA080, 0x00F2, 1}, {0xA081, 0x0094, 1}, {0xA082, 0x00B7, 1}, {0xA083, 0x0070, 1}, {0xA084, 0x0085, 1}, {0xA085, 0x0031, 1}, {0xA086, 0x007A, 1}, {0xA087, 0x0071, 1}, {0xA088, 0x008D, 1}, {0xA089, 0x005B, 1}, {0xA08A, 0x002C, 1}, {0xA08B, 0x0083, 1}, {0xA08C, 0x0013, 1}, {0xA08D, 0x00A6, 1}, {0xA08E, 0x0074, 1}, {0xA08F, 0x0044, 1}, {0xA090, 0x0024, 1}, {0xA091, 0x001B, 1}, {0xA092, 0x0021, 1}, {0xA093, 0x0049, 1}, {0xA094, 0x004D, 1}, {0xA095, 0x009A, 1}, {0xA096, 0x0092, 1}, {0xA097, 0x0096, 1}, {0xA098, 0x00CA, 1}, {0xA099, 0x00CC, 1}, {0xA09A, 0x00A5, 1}, {0xA09B, 0x0035, 1}, {0xA09C, 0x00A0, 1}, {0xA09D, 0x0049, 1}, {0xA09E, 0x008F, 1}, {0xA09F, 0x0065, 1}, {0xA0A0, 0x00B2, 1}, {0xA0A1, 0x00B3, 1}, {0xA0A2, 0x0096, 1}, {0xA0A3, 0x00CE, 1}, {0xA0A4, 0x004C, 1}, {0xA0A5, 0x0045, 1}, {0xA0A6, 0x002E, 1}, {0xA0A7, 0x0052, 1}, {0xA0A8, 0x0091, 1}, {0xA0A9, 0x004B, 1}, {0xA0AA, 0x005A, 1}, {0xA0AB, 0x0038, 1}, {0xA0AC, 0x00F3, 1}, {0xA0AD, 0x0018, 1}, {0xA0AE, 0x00EE, 1}, {0xA0AF, 0x0058, 1}, {0xA0B0, 0x0066, 1}, {0xA0B1, 0x003D, 1}, {0xA0B2, 0x00C5, 1}, {0xA0B3, 0x0009, 1}, {0xA0B4, 0x0051, 1}, {0xA0B5, 0x0072, 1}, {0xA0B6, 0x0026, 1}, {0xA0B7, 0x0044, 1}, {0xA0B8, 0x001A, 1}, {0xA0B9, 0x00F8, 1}, {0xA0BA, 0x0044, 1}, {0xA0BB, 0x00A6, 1}, {0xA0BC, 0x003B, 1}, {0xA0BD, 0x0091, 1}, {0xA0BE, 0x00E9, 1}, {0xA0BF, 0x00CE, 1}, {0xA0C0, 0x0068, 1}, {0xA0C1, 0x00DE, 1}, {0xA0C2, 0x0033, 1}, {0xA0C3, 0x009C, 1}, {0xA0C4, 0x000B, 1}, {0xA0C5, 0x00F9, 1}, {0xA0C6, 0x00A6, 1}, {0xA0C7, 0x0044, 1}, {0xA0C8, 0x00BD, 1}, {0xA0C9, 0x00A1, 1}, {0xA0CA, 0x0090, 1}, {0xA0CB, 0x0070, 1}, {0xA0CC, 0x0040, 1}, {0xA0CD, 0x0094, 1}, {0xA0CE, 0x001A, 1}, {0xA0CF, 0x0005, 1}, {0xA0D0, 0x0065, 1}, {0xA0D1, 0x0026, 1}, {0xA0D2, 0x003E, 1}, {0xA0D3, 0x009A, 1}, {0xA0D4, 0x0089, 1}, {0xA0D5, 0x000F, 1}, {0xA0D6, 0x006A, 1}, {0xA0D7, 0x0010, 1}, {0xA0D8, 0x00D4, 1}, {0xA0D9, 0x009B, 1}, {0xA0DA, 0x0011, 1}, {0xA0DB, 0x00D5, 1}, {0xA0DC, 0x00C6, 1}, {0xA0DD, 0x0042, 1}, {0xA0DE, 0x008F, 1}, {0xA0DF, 0x0061, 1}, {0xA0E0, 0x004D, 1}, {0xA0E1, 0x0066, 1}, {0xA0E2, 0x006C, 1}, {0xA0E3, 0x00C3, 1}, {0xA0E4, 0x0098, 1}, {0xA0E5, 0x00D1, 1}, {0xA0E6, 0x0008, 1}, {0xA0E7, 0x00A6, 1}, {0xA0E8, 0x0032, 1}, {0xA0E9, 0x0082, 1}, {0xA0EA, 0x00A1, 1}, {0xA0EB, 0x00CC, 1}, {0xA0EC, 0x0063, 1}, {0xA0ED, 0x0044, 1}, {0xA0EE, 0x0013, 1}, {0xA0EF, 0x001A, 1}, {0xA0F0, 0x00DA, 1}, {0xA0F1, 0x0058, 1}, {0xA0F2, 0x0006, 1}, {0xA0F3, 0x0035, 1}, {0xA0F4, 0x009A, 1}, {0xA0F5, 0x00C1, 1}, {0xA0F6, 0x008D, 1}, {0xA0F7, 0x0068, 1}, {0xA0F8, 0x007C, 1}, {0xA0F9, 0x0093, 1}, {0xA0FA, 0x0018, 1}, {0xA0FB, 0x00CF, 1}, {0xA0FC, 0x00F4, 1}, {0xA0FD, 0x00A5, 1}, {0xA0FE, 0x0031, 1}, {0xA0FF, 0x007C, 1}, {0xA100, 0x0061, 1}, {0xA101, 0x000C, 1}, {0xA102, 0x0063, 1}, {0xA103, 0x003A, 1}, {0xA104, 0x00A3, 1}, {0xA105, 0x001A, 1}, {0xA106, 0x00DD, 1}, {0xA107, 0x0084, 1}, {0xA108, 0x0046, 1}, {0xA109, 0x0036, 1}, {0xA10A, 0x007E, 1}, {0xA10B, 0x00A9, 1}, {0xA10C, 0x008C, 1}, {0xA10D, 0x005E, 1}, {0xA10E, 0x001C, 1}, {0xA10F, 0x00A3, 1}, {0xA110, 0x0095, 1}, {0xA111, 0x00B3, 1}, {0xA112, 0x0020, 1}, {0xA113, 0x0025, 1}, {0xA114, 0x002A, 1}, {0xA115, 0x0048, 1}, {0xA116, 0x0091, 1}, {0xA117, 0x000A, 1}, {0xA118, 0x0057, 1}, {0xA119, 0x00CE, 1}, {0xA11A, 0x00F2, 1}, {0xA11B, 0x0017, 1}, {0xA11C, 0x00C5, 1}, {0xA11D, 0x000C, 1}, {0xA11E, 0x00E6, 1}, {0xA11F, 0x0031, 1}, {0xA120, 0x005D, 1}, {0xA121, 0x0089, 1}, {0xA122, 0x00CB, 1}, {0xA123, 0x0055, 1}, {0xA124, 0x00D0, 1}, {0xA125, 0x00E2, 1}, {0xA126, 0x0012, 1}, {0xA127, 0x009B, 1}, {0xA128, 0x0068, 1}, {0xA129, 0x00A4, 1}, {0xA12A, 0x0023, 1}, {0xA12B, 0x001A, 1}, {0xA12C, 0x00E1, 1}, {0xA12D, 0x0008, 1}, {0xA12E, 0x004C, 1}, {0xA12F, 0x006A, 1}, {0xA130, 0x00C2, 1}, {0xA131, 0x0095, 1}, {0xA132, 0x00B2, 1}, {0xA133, 0x0084, 1}, {0xA134, 0x00A5, 1}, {0xA135, 0x002D, 1}, {0xA136, 0x004D, 1}, {0xA137, 0x00F1, 1}, {0xA138, 0x000A, 1}, {0xA139, 0x0051, 1}, {0xA13A, 0x00A2, 1}, {0xA13B, 0x0072, 1}, {0xA13C, 0x0091, 1}, {0xA13D, 0x008E, 1}, {0xA13E, 0x0004, 1}, {0xA13F, 0x0024, 1}, {0xA140, 0x0020, 1}, {0xA141, 0x0002, 1}, {0xA142, 0x0009, 1}, {0xA143, 0x0008, 1}, {0xA144, 0x0046, 1}, {0xA145, 0x0034, 1}, {0xA146, 0x0052, 1}, {0xA147, 0x0014, 1}, {0xA148, 0x00A7, 1}, {0xA149, 0x0034, 1}, {0xA14A, 0x0045, 1}, {0xA14B, 0x002B, 1}, {0xA14C, 0x0050, 1}, {0xA14D, 0x0001, 1}, {0xA14E, 0x008B, 1}, {0xA14F, 0x0051, 1}, {0xA150, 0x00A4, 1}, {0xA151, 0x0072, 1}, {0xA152, 0x0011, 1}, {0xA153, 0x008E, 1}, {0xA154, 0x0000, 1}, {0xA155, 0x0004, 1}, {0xA156, 0x0020, 1}, {0xA157, 0x0001, 1}, {0xA158, 0x0001, 1}, {0xA159, 0x0008, 1}, {0xA15A, 0x0046, 1}, {0xA15B, 0x0030, 1}, {0xA15C, 0x0032, 1}, {0xA15D, 0x0094, 1}, {0xA15E, 0x00A6, 1}, {0xA15F, 0x002C, 1}, {0xA160, 0x0045, 1}, {0xA161, 0x002B, 1}, {0xA162, 0x0066, 1}, {0xA163, 0x00A1, 1}, {0xA164, 0x008B, 1}, {0xA165, 0x0057, 1}, {0xA166, 0x00D4, 1}, {0xA167, 0x00F2, 1}, {0xA168, 0x0092, 1}, {0xA169, 0x009A, 1}, {0xA16A, 0x0060, 1}, {0xA16B, 0x0044, 1}, {0xA16C, 0x0023, 1}, {0xA16D, 0x0018, 1}, {0xA16E, 0x00C9, 1}, {0xA16F, 0x0048, 1}, {0xA170, 0x004B, 1}, {0xA171, 0x0066, 1}, {0xA172, 0x0052, 1}, {0xA173, 0x0095, 1}, {0xA174, 0x00B2, 1}, {0xA175, 0x0068, 1}, {0xA176, 0x00E5, 1}, {0xA177, 0x002D, 1}, {0xA178, 0x008E, 1}, {0xA179, 0x00D1, 1}, {0xA17A, 0x00CC, 1}, {0xA17B, 0x0061, 1}, {0xA17C, 0x0024, 1}, {0xA17D, 0x0013, 1}, {0xA17E, 0x0096, 1}, {0xA17F, 0x00B4, 1}, {0xA180, 0x0024, 1}, {0xA181, 0x0005, 1}, {0xA182, 0x002A, 1}, {0xA183, 0x0047, 1}, {0xA184, 0x0081, 1}, {0xA185, 0x008A, 1}, {0xA186, 0x0056, 1}, {0xA187, 0x00D0, 1}, {0xA188, 0x0072, 1}, {0xA189, 0x0097, 1}, {0xA18A, 0x00C8, 1}, {0xA18B, 0x00E8, 1}, {0xA18C, 0x0005, 1}, {0xA18D, 0x0033, 1}, {0xA18E, 0x00B3, 1}, {0xA18F, 0x0019, 1}, {0xA190, 0x008E, 1}, {0xA191, 0x006E, 1}, {0xA192, 0x0090, 1}, {0xA193, 0x00A3, 1}, {0xA194, 0x0019, 1}, {0xA195, 0x00D2, 1}, {0xA196, 0x0010, 1}, {0xA197, 0x0026, 1}, {0xA198, 0x0032, 1}, {0xA199, 0x0082, 1}, {0xA19A, 0x0089, 1}, {0xA19B, 0x000C, 1}, {0xA19C, 0x0063, 1}, {0xA19D, 0x004A, 1}, {0xA19E, 0x0063, 1}, {0xA19F, 0x009A, 1}, {0xA1A0, 0x00E3, 1}, {0xA1A1, 0x0078, 1}, {0xA1A2, 0x0026, 1}, {0xA1A3, 0x0038, 1}, {0xA1A4, 0x00AB, 1}, {0xA1A5, 0x00E1, 1}, {0xA1A6, 0x00CD, 1}, {0xA1A7, 0x006C, 1}, {0xA1A8, 0x0084, 1}, {0xA1A9, 0x00F3, 1}, {0xA1AA, 0x0019, 1}, {0xA1AB, 0x00D5, 1}, {0xA1AC, 0x0034, 1}, {0xA1AD, 0x0086, 1}, {0xA1AE, 0x0033, 1}, {0xA1AF, 0x008B, 1}, {0xA1B0, 0x00E9, 1}, {0xA1B1, 0x004C, 1}, {0xA1B2, 0x0064, 1}, {0xA1B3, 0x0056, 1}, {0xA1B4, 0x0003, 1}, {0xA1B5, 0x009A, 1}, {0xA1B6, 0x00E0, 1}, {0xA1B7, 0x0058, 1}, {0xA1B8, 0x0006, 1}, {0xA1B9, 0x0037, 1}, {0xA1BA, 0x00ca, 1}, {0xA1BB, 0x00f1, 1}, {0xA1BC, 0x00ce, 1}, {0xA1BD, 0x0071, 1}, {0xA1BE, 0x0072, 1}, {0xA1BF, 0x0093, 1}, {0xA1C0, 0x009b, 1}, {0xA1C1, 0x00e5, 1}, {0xA1C2, 0x0084, 1}, {0xA1C3, 0x0047, 1}, {0xA1C4, 0x0039, 1}, {0xA1C5, 0x00e1, 1}, {0xA1C6, 0x0041, 1}, {0xA1C7, 0x000f, 1}, {0xA1C8, 0x0071, 1}, {0xA1C9, 0x005c, 1}, {0xA1CA, 0x00e3, 1}, {0xA1CB, 0x001a, 1}, {0xA1CC, 0x00e3, 1}, {0xA1CD, 0x00a8, 1}, {0xA1CE, 0x0067, 1}, {0xA1CF, 0x003c, 1}, {0xA1D0, 0x00ba, 1}, {0xA1D1, 0x0089, 1}, {0xA1D2, 0x008d, 1}, {0xA1D3, 0x005e, 1}, {0xA1D4, 0x00b6, 1}, {0xA1D5, 0x00b2, 1}, {0xA1D6, 0x0095, 1}, {0xA1D7, 0x00bd, 1}, {0xA1D8, 0x00c4, 1}, {0xA1D9, 0x0046, 1}, {0xA1DA, 0x0037, 1}, {0xA1DB, 0x008f, 1}, {0xA1DC, 0x00e1, 1}, {0xA1DD, 0x004b, 1}, {0xA1DE, 0x004f, 1}, {0xA1DF, 0x003a, 1}, {0xA1E0, 0x00d2, 1}, {0xA1E1, 0x0091, 1}, {0xA1E2, 0x009e, 1}, {0xA1E3, 0x00f4, 1}, {0xA1E4, 0x00e5, 1}, {0xA1E5, 0x0031, 1}, {0xA1E6, 0x0076, 1}, {0xA1E7, 0x00f9, 1}, {0xA1E8, 0x00ca, 1}, {0xA1E9, 0x0047, 1}, {0xA1EA, 0x0000, 1}, {0xA1EB, 0x0002, 1}, {0xA1EC, 0x0010, 1}, {0xA1ED, 0x008f, 1}, {0xA1EE, 0x007c, 1}, {0xA1EF, 0x00a5, 1}, {0xA1F0, 0x002e, 1}, {0xA1F1, 0x0077, 1}, {0xA1F2, 0x00f9, 1}, {0xA1F3, 0x00ca, 1}, {0xA1F4, 0x0047, 1}, {0xA1F5, 0x0000, 1}, {0xA1F6, 0x0002, 1}, {0xA1F7, 0x0090, 1}, {0xA1F8, 0x008f, 1}, {0xA1F9, 0x007c, 1}, {0xA1FA, 0x00a5, 1}, {0xA1FB, 0x002e, 1}, {0xA1FC, 0x0095, 1}, {0xA1FD, 0x0001, 1}, {0xA1FE, 0x00cc, 1}, {0xA1FF, 0x004f, 1}, {0xA200, 0x003c, 1}, {0xA201, 0x00f2, 1}, {0xA202, 0x0011, 1}, {0xA203, 0x00a0, 1}, {0xA204, 0x0004, 1}, {0xA205, 0x0086, 1}, {0xA206, 0x0032, 1}, {0xA207, 0x00c7, 1}, {0xA208, 0x00e9, 1}, {0xA209, 0x004d, 1}, {0xA20A, 0x0060, 1}, {0xA20B, 0x00c0, 1}, {0xA20C, 0x0012, 1}, {0xA20D, 0x0096, 1}, {0xA20E, 0x00c0, 1}, {0xA20F, 0x00f8, 1}, {0xA210, 0x0026, 1}, {0xA211, 0x0039, 1}, {0xA212, 0x00f6, 1}, {0xA213, 0x00e1, 1}, {0xA214, 0x000f, 1}, {0xA215, 0x0076, 1}, {0xA216, 0x007e, 1}, {0xA217, 0x00f3, 1}, {0xA218, 0x001b, 1}, {0xA219, 0x00eb, 1}, {0xA21A, 0x00fc, 1}, {0xA21B, 0x0027, 1}, {0xA21C, 0x003f, 1}, {0xA21D, 0x00e3, 1}, {0xA21E, 0x00a9, 1}, {0xA21F, 0x008f, 1}, {0xA220, 0x0077, 1}, {0xA221, 0x009a, 1}, {0xA222, 0x00c3, 1}, {0xA223, 0x001c, 1}, {0xA224, 0x00ee, 1}, {0xA225, 0x00d8, 1}, {0xA226, 0x0067, 1}, {0xA227, 0x003c, 1}, {0xA228, 0x0015, 1}, {0xA229, 0x006a, 1}, {0xA22A, 0x0091, 1}, {0xA22B, 0x0084, 1}, {0xA22C, 0x0002, 1}, {0xA22D, 0x0024, 1}, {0xA22E, 0x00a0, 1}, {0xA22F, 0x000b, 1}, {0xA230, 0x00c5, 1}, {0xA231, 0x00e8, 1}, {0xA232, 0x0042, 1}, {0xA233, 0x0031, 1}, {0xA234, 0x00c2, 1}, {0xA235, 0x00d1, 1}, {0xA236, 0x0082, 1}, {0xA237, 0x00e2, 1}, {0xA238, 0x0013, 1}, {0xA239, 0x009f, 1}, {0xA23A, 0x0007, 1}, {0xA23B, 0x00e9, 1}, {0xA23C, 0x0068, 1}, {0xA23D, 0x0046, 1}, {0xA23E, 0x00ff, 1}, {0xA23F, 0x0091, 1}, {0xA240, 0x00cf, 1}, {0xA241, 0x006a, 1}, {0xA242, 0x0006, 1}, {0xA243, 0x0023, 1}, {0xA244, 0x0098, 1}, {0xA245, 0x00d5, 1}, {0xA246, 0x00c8, 1}, {0xA247, 0x00c7, 1}, {0xA248, 0x003f, 1}, {0xA249, 0x00c8, 1}, {0xA24A, 0x0069, 1}, {0xA24B, 0x00cd, 1}, {0xA24C, 0x0055, 1}, {0xA24D, 0x0058, 1}, {0xA24E, 0x00b2, 1}, {0xA24F, 0x0092, 1}, {0xA250, 0x00ab, 1}, {0xA251, 0x00b0, 1}, {0xA252, 0x00e6, 1}, {0xA253, 0x0038, 1}, {0xA254, 0x00a7, 1}, {0xA255, 0x0029, 1}, {0xA256, 0x000c, 1}, {0xA257, 0x004b, 1}, {0xA258, 0x0002, 1}, {0xA259, 0x0002, 1}, {0xA25A, 0x0090, 1}, {0xA25B, 0x0095, 1}, {0xA25C, 0x000c, 1}, {0xA25D, 0x00a6, 1}, {0xA25E, 0x0034, 1}, {0xA25F, 0x00a7, 1}, {0xA260, 0x0021, 1}, {0xA261, 0x00cc, 1}, {0xA262, 0x004a, 1}, {0xA263, 0x0000, 1}, {0xA264, 0x0002, 1}, {0xA265, 0x0010, 1}, {0xA266, 0x0095, 1}, {0xA267, 0x0008, 1}, {0xA268, 0x0086, 1}, {0xA269, 0x0034, 1}, {0xA26A, 0x00ca, 1}, {0xA26B, 0x0069, 1}, {0xA26C, 0x008d, 1}, {0xA26D, 0x0055, 1}, {0xA26E, 0x0052, 1}, {0xA26F, 0x00a2, 1}, {0xA270, 0x0092, 1}, {0xA271, 0x00ab, 1}, {0xA272, 0x00b4, 1}, {0xA273, 0x0046, 1}, {0xA274, 0x0039, 1}, {0xA275, 0x0006, 1}, {0xA276, 0x00ba, 1}, {0xA277, 0x000f, 1}, {0xA278, 0x006b, 1}, {0xA279, 0x0002, 1}, {0xA27A, 0x0023, 1}, {0xA27B, 0x0018, 1}, {0xA27C, 0x00d6, 1}, {0xA27D, 0x00e8, 1}, {0xA27E, 0x0027, 1}, {0xA27F, 0x0041, 1}, {0xA280, 0x003d, 1}, {0xA281, 0x0012, 1}, {0xA282, 0x00d2, 1}, {0xA283, 0x0085, 1}, {0xA284, 0x00f2, 1}, {0xA285, 0x0093, 1}, {0xA286, 0x001f, 1}, {0xA287, 0x000b, 1}, {0xA288, 0x0019, 1}, {0xA289, 0x0029, 1}, {0xA28A, 0x0048, 1}, {0xA28B, 0x0026, 1}, {0xA28C, 0x00d2, 1}, {0xA28D, 0x0011, 1}, {0xA28E, 0x0088, 1}, {0xA28F, 0x0016, 1}, {0xA290, 0x00b4, 1}, {0xA291, 0x0020, 1}, {0xA292, 0x000f, 1}, {0xA293, 0x00f5, 1}, {0xA294, 0x0028, 1}, {0xA295, 0x0045, 1}, {0xA296, 0x0096, 1}, {0xA297, 0x0031, 1}, {0xA298, 0x000d, 1}, {0xA299, 0x0066, 1}, {0xA29A, 0x0016, 1}, {0xA29B, 0x0093, 1}, {0xA29C, 0x0018, 1}, {0xA29D, 0x00cc, 1}, {0xA29E, 0x00b8, 1}, {0xA29F, 0x00e6, 1}, {0xA2A0, 0x0033, 1}, {0xA2A1, 0x00a7, 1}, {0xA2A2, 0x0071, 1}, {0xA2A3, 0x000d, 1}, {0xA2A4, 0x0066, 1}, {0xA2A5, 0x0012, 1}, {0xA2A6, 0x0073, 1}, {0xA2A7, 0x0098, 1}, {0xA2A8, 0x00cc, 1}, {0xA2A9, 0x00d8, 1}, {0xA2AA, 0x00e6, 1}, {0xA2AB, 0x0035, 1}, {0xA2AC, 0x0089, 1}, {0xA2AD, 0x0041, 1}, {0xA2AE, 0x000c, 1}, {0xA2AF, 0x0059, 1}, {0xA2B0, 0x009e, 1}, {0xA2B1, 0x00f2, 1}, {0xA2B2, 0x0094, 1}, {0xA2B3, 0x00b2, 1}, {0xA2B4, 0x0030, 1}, {0xA2B5, 0x00a6, 1}, {0xA2B6, 0x0031, 1}, {0xA2B7, 0x0069, 1}, {0xA2B8, 0x0019, 1}, {0xA2B9, 0x00cb, 1}, {0xA2BA, 0x004d, 1}, {0xA2BB, 0x003e, 1}, {0xA2BC, 0x00f2, 1}, {0xA2BD, 0x0091, 1}, {0xA2BE, 0x009b, 1}, {0xA2BF, 0x0090, 1}, {0xA2C0, 0x00a5, 1}, {0xA2C1, 0x002d, 1}, {0xA2C2, 0x0056, 1}, {0xA2C3, 0x0059, 1}, {0xA2C4, 0x004a, 1}, {0xA2C5, 0x0047, 1}, {0xA2C6, 0x0008, 1}, {0xA2C7, 0x0032, 1}, {0xA2C8, 0x0090, 1}, {0xA2C9, 0x008d, 1}, {0xA2CA, 0x0024, 1}, {0xA2CB, 0x0085, 1}, {0xA2CC, 0x002a, 1}, {0xA2CD, 0x0059, 1}, {0xA2CE, 0x0069, 1}, {0xA2CF, 0x000a, 1}, {0xA2D0, 0x0047, 1}, {0xA2D1, 0x0000, 1}, {0xA2D2, 0x0012, 1}, {0xA2D3, 0x0010, 1}, {0xA2D4, 0x008d, 1}, {0xA2D5, 0x001c, 1}, {0xA2D6, 0x0045, 1}, {0xA2D7, 0x002a, 1}, {0xA2D8, 0x0070, 1}, {0xA2D9, 0x0031, 1}, {0xA2DA, 0x000b, 1}, {0xA2DB, 0x004d, 1}, {0xA2DC, 0x0032, 1}, {0xA2DD, 0x0092, 1}, {0xA2DE, 0x0091, 1}, {0xA2DF, 0x0098, 1}, {0xA2E0, 0x006c, 1}, {0xA2E1, 0x0065, 1}, {0xA2E2, 0x002c, 1}, {0xA2E3, 0x0092, 1}, {0xA2E4, 0x0071, 1}, {0xA2E5, 0x00cc, 1}, {0xA2E6, 0x0058, 1}, {0xA2E7, 0x0092, 1}, {0xA2E8, 0x0082, 1}, {0xA2E9, 0x0094, 1}, {0xA2EA, 0x00af, 1}, {0xA2EB, 0x0000, 1}, {0xA2EC, 0x0026, 1}, {0xA2ED, 0x0030, 1}, {0xA2EE, 0x00b9, 1}, {0xA2EF, 0x00f1, 1}, {0xA2F0, 0x00cd, 1}, {0xA2F1, 0x0067, 1}, {0xA2F2, 0x000e, 1}, {0xA2F3, 0x0053, 1}, {0xA2F4, 0x0018, 1}, {0xA2F5, 0x00ca, 1}, {0xA2F6, 0x00b4, 1}, {0xA2F7, 0x00c6, 1}, {0xA2F8, 0x0034, 1}, {0xA2F9, 0x00ab, 1}, {0xA2FA, 0x00c1, 1}, {0xA2FB, 0x004d, 1}, {0xA2FC, 0x0068, 1}, {0xA2FD, 0x0016, 1}, {0xA2FE, 0x00a3, 1}, {0xA2FF, 0x0018, 1}, {0xA300, 0x00ca, 1}, {0xA301, 0x009c, 1}, {0xA302, 0x0006, 1}, {0xA303, 0x0033, 1}, {0x0068, 0x0057, 1}, // ADJ {0x4a16, 0x0000, 2},//offset value for fine adjustment (r component) {0x4a18, 0x0000, 2},//offset value for fine adjustment (b component) {0x4a1a, 0x0400, 2},//shd setting,knot minimum value,r {0x4a1c, 0x0400, 2},//shd setting,knot minimum value,gr {0x4a1e, 0x0400, 2},//shd setting,knot minimum value,gb {0x4a20, 0x0400, 2},//shd setting,knot minimum value,b {0x4A22, 0x0000, 2},//SHD,NORMR OFFSET,FOR R2 {0x4A24, 0x0010, 2},//SHD,PRER OFFSET,FOR R2 {0x4A26, 0x0000, 2},//SHD,NORMR OFFSET,FOR RB {0x4A28, 0xFFF1, 2},//SHD,PRER OFFSET,FOR RB {0x4A2A, 0x0000, 2},//SHD,NORMB OFFSET,FOR RB {0x4A2C, 0xFFF2, 2},//SHD,PREB OFFSET,FOR RB }; isx005_short_t isx005_shading_3[] ={ // ISX005 Maxey32 STW // Index 0 // No.23 Module // CXC,SHD1,SHD2 ( GAMMA?O 73% ) {0x0068, 0x0050, 1}, {0x9000, 0x8383, 2}, //CXC_VALID_CODE {0x9002, 0x0002, 1}, {0x9003, 0x0012, 1}, {0x9004, 0x0008, 1}, {0x9005, 0x0048, 1}, {0x9006, 0x0040, 1}, {0x9007, 0x0000, 1}, {0x9008, 0x0081, 1}, {0x9009, 0x0080, 1}, {0x900A, 0x0004, 1}, {0x900B, 0x0001, 1}, {0x900C, 0x0012, 1}, {0x900D, 0x000C, 1}, {0x900E, 0x0058, 1}, {0x900F, 0x0020, 1}, {0x9010, 0x0060, 1}, {0x9011, 0x0081, 1}, {0x9012, 0x0080, 1}, {0x9013, 0x0005, 1}, {0x9014, 0x0002, 1}, {0x9015, 0x0012, 1}, {0x9016, 0x0008, 1}, {0x9017, 0x0048, 1}, {0x9018, 0x0040, 1}, {0x9019, 0x0000, 1}, {0x901A, 0x0081, 1}, {0x901B, 0x0080, 1}, {0x901C, 0x0004, 1}, {0x901D, 0x0001, 1}, {0x901E, 0x0012, 1}, {0x901F, 0x000C, 1}, {0x9020, 0x0058, 1}, {0x9021, 0x0020, 1}, {0x9022, 0x0060, 1}, {0x9023, 0x0081, 1}, {0x9024, 0x0080, 1}, {0x9025, 0x0005, 1}, {0x9026, 0x00FE, 1}, {0x9027, 0x0011, 1}, {0x9028, 0x00F8, 1}, {0x9029, 0x0047, 1}, {0x902A, 0x0060, 1}, {0x902B, 0x00C0, 1}, {0x902C, 0x0080, 1}, {0x902D, 0x0000, 1}, {0x902E, 0x0003, 1}, {0x902F, 0x0002, 1}, {0x9030, 0x000C, 1}, {0x9031, 0x0004, 1}, {0x9032, 0x0040, 1}, {0x9033, 0x0010, 1}, {0x9034, 0x0020, 1}, {0x9035, 0x0041, 1}, {0x9036, 0x0080, 1}, {0x9037, 0x0004, 1}, {0x9038, 0x0001, 1}, {0x9039, 0x000A, 1}, {0x903A, 0x0004, 1}, {0x903B, 0x0028, 1}, {0x903C, 0x0000, 1}, {0x903D, 0x0040, 1}, {0x903E, 0x0040, 1}, {0x903F, 0x0000, 1}, {0x9040, 0x0001, 1}, {0x9041, 0x0002, 1}, {0x9042, 0x0006, 1}, {0x9043, 0x0004, 1}, {0x9044, 0x0028, 1}, {0x9045, 0x0010, 1}, {0x9046, 0x0000, 1}, {0x9047, 0x0041, 1}, {0x9048, 0x0000, 1}, {0x9049, 0x0004, 1}, {0x904A, 0x0001, 1}, {0x904B, 0x0008, 1}, {0x904C, 0x0004, 1}, {0x904D, 0x0020, 1}, {0x904E, 0x0010, 1}, {0x904F, 0x0020, 1}, {0x9050, 0x0040, 1}, {0x9051, 0x0080, 1}, {0x9052, 0x0000, 1}, {0x9053, 0x0003, 1}, {0x9054, 0x0002, 1}, {0x9055, 0x0004, 1}, {0x9056, 0x0010, 1}, {0x9057, 0x0010, 1}, {0x9058, 0x00C0, 1}, {0x9059, 0x0040, 1}, {0x905A, 0x0000, 1}, {0x905B, 0x0003, 1}, {0x905C, 0x0002, 1}, {0x905D, 0x0004, 1}, {0x905E, 0x0008, 1}, {0x905F, 0x0010, 1}, {0x9060, 0x0030, 1}, {0x9061, 0x00E0, 1}, {0x9062, 0x00BF, 1}, {0x9063, 0x0080, 1}, {0x9064, 0x00FF, 1}, {0x9065, 0x0003, 1}, {0x9066, 0x0000, 1}, {0x9067, 0x0004, 1}, {0x9068, 0x0000, 1}, {0x9069, 0x0000, 1}, {0x906A, 0x0080, 1}, {0x906B, 0x0000, 1}, {0x906C, 0x0000, 1}, {0x906D, 0x0002, 1}, {0x906E, 0x0005, 1}, {0x906F, 0x0006, 1}, {0x9070, 0x0014, 1}, {0x9071, 0x0018, 1}, {0x9072, 0x0040, 1}, {0x9073, 0x0000, 1}, {0x9074, 0x0000, 1}, {0x9075, 0x0081, 1}, {0x9076, 0x00FF, 1}, {0x9077, 0x0002, 1}, {0x9078, 0x0002, 1}, {0x9079, 0x0008, 1}, {0x907A, 0x0018, 1}, {0x907B, 0x0050, 1}, {0x907C, 0x00A0, 1}, {0x907D, 0x0040, 1}, {0x907E, 0x0081, 1}, {0x907F, 0x0002, 1}, {0x9080, 0x0004, 1}, {0x9081, 0x000A, 1}, {0x9082, 0x0010, 1}, {0x9083, 0x0028, 1}, {0x9084, 0x0020, 1}, {0x9085, 0x0080, 1}, {0x9086, 0x0080, 1}, {0x9087, 0x0081, 1}, {0x9088, 0x0001, 1}, {0x9089, 0x0005, 1}, {0x908A, 0x0008, 1}, {0x908B, 0x0014, 1}, {0x908C, 0x0020, 1}, {0x908D, 0x0010, 1}, {0x908E, 0x0000, 1}, {0x908F, 0x0041, 1}, {0x9090, 0x0000, 1}, {0x9091, 0x0004, 1}, {0x9092, 0x0003, 1}, {0x9093, 0x000A, 1}, {0x9094, 0x000C, 1}, {0x9095, 0x0028, 1}, {0x9096, 0x0060, 1}, {0x9097, 0x0000, 1}, {0x9098, 0x0001, 1}, {0x9099, 0x0001, 1}, {0x909A, 0x0004, 1}, {0x909B, 0x0007, 1}, {0x909C, 0x0012, 1}, {0x909D, 0x001C, 1}, {0x909E, 0x0040, 1}, {0x909F, 0x0030, 1}, {0x90A0, 0x0000, 1}, {0x90A1, 0x00C1, 1}, {0x90A2, 0x0000, 1}, {0x90A3, 0x0004, 1}, {0x90A4, 0x0003, 1}, {0x90A5, 0x000A, 1}, {0x90A6, 0x000C, 1}, {0x90A7, 0x0028, 1}, {0x90A8, 0x0060, 1}, {0x90A9, 0x0000, 1}, {0x90AA, 0x0001, 1}, {0x90AB, 0x0001, 1}, {0x90AC, 0x0004, 1}, {0x90AD, 0x0007, 1}, {0x90AE, 0x0012, 1}, {0x90AF, 0x001C, 1}, {0x90B0, 0x0040, 1}, {0x90B1, 0x0030, 1}, {0x90B2, 0x0000, 1}, {0x90B3, 0x00C1, 1}, {0x90B4, 0x0000, 1}, {0x90B5, 0x0004, 1}, {0x90B6, 0x0001, 1}, {0x90B7, 0x00E6, 1}, {0x90B8, 0x0007, 1}, {0x90B9, 0x0098, 1}, {0x90BA, 0x003F, 1}, {0x90BB, 0x00C0, 1}, {0x90BC, 0x00BE, 1}, {0x90BD, 0x0000, 1}, {0x90BE, 0x00FA, 1}, {0x90BF, 0x0000, 1}, {0x90C0, 0x00E4, 1}, {0x90C1, 0x0007, 1}, {0x90C2, 0x00B0, 1}, {0x90C3, 0x001F, 1}, {0x90C4, 0x0040, 1}, {0x90C5, 0x007E, 1}, {0x90C6, 0x0000, 1}, {0x90C7, 0x00F9, 1}, {0x90C8, 0x0001, 1}, {0x90C9, 0x00E6, 1}, {0x90CA, 0x0007, 1}, {0x90CB, 0x0098, 1}, {0x90CC, 0x003F, 1}, {0x90CD, 0x00C0, 1}, {0x90CE, 0x00BE, 1}, {0x90CF, 0x0000, 1}, {0x90D0, 0x00FA, 1}, {0x90D1, 0x0000, 1}, {0x90D2, 0x00E4, 1}, {0x90D3, 0x0007, 1}, {0x90D4, 0x00B0, 1}, {0x90D5, 0x001F, 1}, {0x90D6, 0x0040, 1}, {0x90D7, 0x007E, 1}, {0x90D8, 0x0000, 1}, {0x90D9, 0x00F9, 1}, {0x90DA, 0x0003, 1}, {0x90DB, 0x00E8, 1}, {0x90DC, 0x000F, 1}, {0x90DD, 0x00A0, 1}, {0x90DE, 0x001F, 1}, {0x90DF, 0x0000, 1}, {0x90E0, 0x003E, 1}, {0x90E1, 0x0080, 1}, {0x90E2, 0x00FA, 1}, {0x90E3, 0x0000, 1}, {0x90E4, 0x00F2, 1}, {0x90E5, 0x0003, 1}, {0x90E6, 0x00B0, 1}, {0x90E7, 0x001F, 1}, {0x90E8, 0x0040, 1}, {0x90E9, 0x007E, 1}, {0x90EA, 0x0000, 1}, {0x90EB, 0x00F9, 1}, {0x90EC, 0x0003, 1}, {0x90ED, 0x00EC, 1}, {0x90EE, 0x000F, 1}, {0x90EF, 0x00B0, 1}, {0x90F0, 0x001F, 1}, {0x90F1, 0x00C0, 1}, {0x90F2, 0x003E, 1}, {0x90F3, 0x0080, 1}, {0x90F4, 0x00FB, 1}, {0x90F5, 0x00FF, 1}, {0x90F6, 0x00F1, 1}, {0x90F7, 0x00FF, 1}, {0x90F8, 0x00CF, 1}, {0x90F9, 0x001F, 1}, {0x90FA, 0x0000, 1}, {0x90FB, 0x007F, 1}, {0x90FC, 0x0000, 1}, {0x90FD, 0x00FC, 1}, {0x90FE, 0x0002, 1}, {0x90FF, 0x00EC, 1}, {0x9100, 0x000B, 1}, {0x9101, 0x00B0, 1}, {0x9102, 0x001F, 1}, {0x9103, 0x0000, 1}, {0x9104, 0x007F, 1}, {0x9105, 0x0080, 1}, {0x9106, 0x00FC, 1}, {0x9107, 0x0000, 1}, {0x9108, 0x00F4, 1}, {0x9109, 0x00FB, 1}, {0x910A, 0x00CF, 1}, {0x910B, 0x00FF, 1}, {0x910C, 0x003F, 1}, {0x910D, 0x00FF, 1}, {0x910E, 0x00FF, 1}, {0x910F, 0x00FC, 1}, {0x9110, 0x0004, 1}, {0x9111, 0x00FC, 1}, {0x9112, 0x0013, 1}, {0x9113, 0x00F0, 1}, {0x9114, 0x002F, 1}, {0x9115, 0x00A0, 1}, {0x9116, 0x003F, 1}, {0x9117, 0x0000, 1}, {0x9118, 0x00FF, 1}, {0x9119, 0x0001, 1}, {0x911A, 0x00FE, 1}, {0x911B, 0x0007, 1}, {0x911C, 0x00E0, 1}, {0x911D, 0x000F, 1}, {0x911E, 0x0080, 1}, {0x911F, 0x003F, 1}, {0x9120, 0x0000, 1}, {0x9121, 0x00FE, 1}, {0x9122, 0x0006, 1}, {0x9123, 0x0008, 1}, {0x9124, 0x0018, 1}, {0x9125, 0x0020, 1}, {0x9126, 0x0030, 1}, {0x9127, 0x0020, 1}, {0x9128, 0x0080, 1}, {0x9129, 0x0080, 1}, {0x912A, 0x0000, 1}, {0x912B, 0x0002, 1}, {0x912C, 0x0006, 1}, {0x912D, 0x0004, 1}, {0x912E, 0x00F8, 1}, {0x912F, 0x002F, 1}, {0x9130, 0x0000, 1}, {0x9131, 0x0080, 1}, {0x9132, 0x0000, 1}, {0x9133, 0x0000, 1}, {0x9134, 0x0007, 1}, {0x9135, 0x0006, 1}, {0x9136, 0x001C, 1}, {0x9137, 0x0018, 1}, {0x9138, 0x0050, 1}, {0x9139, 0x0080, 1}, {0x913A, 0x0000, 1}, {0x913B, 0x0001, 1}, {0x913C, 0x0002, 1}, {0x913D, 0x0003, 1}, {0x913E, 0x000C, 1}, {0x913F, 0x0014, 1}, {0x9140, 0x0030, 1}, {0x9141, 0x0020, 1}, {0x9142, 0x0060, 1}, {0x9143, 0x0080, 1}, {0x9144, 0x0080, 1}, {0x9145, 0x0001, 1}, {0x9146, 0x0007, 1}, {0x9147, 0x0008, 1}, {0x9148, 0x001C, 1}, {0x9149, 0x0020, 1}, {0x914A, 0x0080, 1}, {0x914B, 0x0060, 1}, {0x914C, 0x0000, 1}, {0x914D, 0x0001, 1}, {0x914E, 0x0001, 1}, {0x914F, 0x0005, 1}, {0x9150, 0x0002, 1}, {0x9151, 0x0010, 1}, {0x9152, 0x0018, 1}, {0x9153, 0x0040, 1}, {0x9154, 0x0060, 1}, {0x9155, 0x0000, 1}, {0x9156, 0x0081, 1}, {0x9157, 0x0001, 1}, {0x9158, 0x0007, 1}, {0x9159, 0x0008, 1}, {0x915A, 0x001C, 1}, {0x915B, 0x0020, 1}, {0x915C, 0x0080, 1}, {0x915D, 0x0060, 1}, {0x915E, 0x0000, 1}, {0x915F, 0x0001, 1}, {0x9160, 0x0001, 1}, {0x9161, 0x0005, 1}, {0x9162, 0x0002, 1}, {0x9163, 0x0010, 1}, {0x9164, 0x0018, 1}, {0x9165, 0x0040, 1}, {0x9166, 0x0060, 1}, {0x9167, 0x0000, 1}, {0x9168, 0x0081, 1}, {0x9169, 0x0001, 1}, // Index0x2 {0xA000, 0x9292, 2}, {0xA002, 0x0087, 1}, {0xA003, 0x0021, 1}, {0xA004, 0x00D0, 1}, {0xA005, 0x0067, 1}, {0xA006, 0x0022, 1}, {0xA007, 0x00C4, 1}, {0xA008, 0x0018, 1}, {0xA009, 0x00FB, 1}, {0xA00A, 0x00F8, 1}, {0xA00B, 0x0005, 1}, {0xA00C, 0x003C, 1}, {0xA00D, 0x007C, 1}, {0xA00E, 0x0001, 1}, {0xA00F, 0x000F, 1}, {0xA010, 0x0062, 1}, {0xA011, 0x00FA, 1}, {0xA012, 0x0093, 1}, {0xA013, 0x0019, 1}, {0xA014, 0x000B, 1}, {0xA015, 0x0005, 1}, {0xA016, 0x00C6, 1}, {0xA017, 0x0040, 1}, {0xA018, 0x00A1, 1}, {0xA019, 0x00A9, 1}, {0xA01A, 0x0010, 1}, {0xA01B, 0x006A, 1}, {0xA01C, 0x000C, 1}, {0xA01D, 0x0034, 1}, {0xA01E, 0x0099, 1}, {0xA01F, 0x00EF, 1}, {0xA020, 0x0004, 1}, {0xA021, 0x00C6, 1}, {0xA022, 0x0039, 1}, {0xA023, 0x007E, 1}, {0xA024, 0x0071, 1}, {0xA025, 0x008E, 1}, {0xA026, 0x0063, 1}, {0xA027, 0x00C8, 1}, {0xA028, 0x0023, 1}, {0xA029, 0x009A, 1}, {0xA02A, 0x0004, 1}, {0xA02B, 0x0065, 1}, {0xA02C, 0x00C6, 1}, {0xA02D, 0x0042, 1}, {0xA02E, 0x0080, 1}, {0xA02F, 0x0009, 1}, {0xA030, 0x00CF, 1}, {0xA031, 0x0060, 1}, {0xA032, 0x00A4, 1}, {0xA033, 0x0003, 1}, {0xA034, 0x0016, 1}, {0xA035, 0x00CC, 1}, {0xA036, 0x0020, 1}, {0xA037, 0x0025, 1}, {0xA038, 0x002E, 1}, {0xA039, 0x0046, 1}, {0xA03A, 0x0081, 1}, {0xA03B, 0x008B, 1}, {0xA03C, 0x0056, 1}, {0xA03D, 0x0032, 1}, {0xA03E, 0x00F3, 1}, {0xA03F, 0x0017, 1}, {0xA040, 0x00E9, 1}, {0xA041, 0x00EC, 1}, {0xA042, 0x00C5, 1}, {0xA043, 0x003B, 1}, {0xA044, 0x006A, 1}, {0xA045, 0x0061, 1}, {0xA046, 0x000D, 1}, {0xA047, 0x0058, 1}, {0xA048, 0x0026, 1}, {0xA049, 0x0043, 1}, {0xA04A, 0x0013, 1}, {0xA04B, 0x00A6, 1}, {0xA04C, 0x0068, 1}, {0xA04D, 0x00A4, 1}, {0xA04E, 0x0024, 1}, {0xA04F, 0x0019, 1}, {0xA050, 0x0029, 1}, {0xA051, 0x0049, 1}, {0xA052, 0x004C, 1}, {0xA053, 0x009A, 1}, {0xA054, 0x00B2, 1}, {0xA055, 0x0015, 1}, {0xA056, 0x00CA, 1}, {0xA057, 0x0090, 1}, {0xA058, 0x0065, 1}, {0xA059, 0x0035, 1}, {0xA05A, 0x0059, 1}, {0xA05B, 0x0081, 1}, {0xA05C, 0x00CC, 1}, {0xA05D, 0x0052, 1}, {0xA05E, 0x00E4, 1}, {0xA05F, 0x00B2, 1}, {0xA060, 0x0091, 1}, {0xA061, 0x0092, 1}, {0xA062, 0x0000, 1}, {0xA063, 0x0004, 1}, {0xA064, 0x0020, 1}, {0xA065, 0x0000, 1}, {0xA066, 0x0001, 1}, {0xA067, 0x0048, 1}, {0xA068, 0x0046, 1}, {0xA069, 0x0048, 1}, {0xA06A, 0x0072, 1}, {0xA06B, 0x0014, 1}, {0xA06C, 0x00B8, 1}, {0xA06D, 0x004C, 1}, {0xA06E, 0x00A5, 1}, {0xA06F, 0x0031, 1}, {0xA070, 0x005C, 1}, {0xA071, 0x0081, 1}, {0xA072, 0x004C, 1}, {0xA073, 0x0053, 1}, {0xA074, 0x00E2, 1}, {0xA075, 0x00D2, 1}, {0xA076, 0x0011, 1}, {0xA077, 0x0092, 1}, {0xA078, 0x0004, 1}, {0xA079, 0x0004, 1}, {0xA07A, 0x0020, 1}, {0xA07B, 0x0000, 1}, {0xA07C, 0x0001, 1}, {0xA07D, 0x0088, 1}, {0xA07E, 0x0046, 1}, {0xA07F, 0x0046, 1}, {0xA080, 0x0082, 1}, {0xA081, 0x0094, 1}, {0xA082, 0x00B7, 1}, {0xA083, 0x0050, 1}, {0xA084, 0x0085, 1}, {0xA085, 0x0031, 1}, {0xA086, 0x0072, 1}, {0xA087, 0x0071, 1}, {0xA088, 0x008D, 1}, {0xA089, 0x0059, 1}, {0xA08A, 0x002C, 1}, {0xA08B, 0x0083, 1}, {0xA08C, 0x0013, 1}, {0xA08D, 0x00A6, 1}, {0xA08E, 0x0074, 1}, {0xA08F, 0x0044, 1}, {0xA090, 0x0024, 1}, {0xA091, 0x001B, 1}, {0xA092, 0x0021, 1}, {0xA093, 0x0049, 1}, {0xA094, 0x004D, 1}, {0xA095, 0x009A, 1}, {0xA096, 0x0012, 1}, {0xA097, 0x0096, 1}, {0xA098, 0x00CA, 1}, {0xA099, 0x00A8, 1}, {0xA09A, 0x00A5, 1}, {0xA09B, 0x0035, 1}, {0xA09C, 0x008C, 1}, {0xA09D, 0x0049, 1}, {0xA09E, 0x004F, 1}, {0xA09F, 0x0063, 1}, {0xA0A0, 0x00B2, 1}, {0xA0A1, 0x0033, 1}, {0xA0A2, 0x0096, 1}, {0xA0A3, 0x00CE, 1}, {0xA0A4, 0x0030, 1}, {0xA0A5, 0x0045, 1}, {0xA0A6, 0x002E, 1}, {0xA0A7, 0x004B, 1}, {0xA0A8, 0x0091, 1}, {0xA0A9, 0x004B, 1}, {0xA0AA, 0x0058, 1}, {0xA0AB, 0x0038, 1}, {0xA0AC, 0x0063, 1}, {0xA0AD, 0x0018, 1}, {0xA0AE, 0x00EE, 1}, {0xA0AF, 0x000C, 1}, {0xA0B0, 0x0066, 1}, {0xA0B1, 0x003D, 1}, {0xA0B2, 0x00AE, 1}, {0xA0B3, 0x0009, 1}, {0xA0B4, 0x00D1, 1}, {0xA0B5, 0x006C, 1}, {0xA0B6, 0x0026, 1}, {0xA0B7, 0x00B4, 1}, {0xA0B8, 0x0019, 1}, {0xA0B9, 0x00F8, 1}, {0xA0BA, 0x0020, 1}, {0xA0BB, 0x00A6, 1}, {0xA0BC, 0x003B, 1}, {0xA0BD, 0x0088, 1}, {0xA0BE, 0x00E9, 1}, {0xA0BF, 0x004E, 1}, {0xA0C0, 0x0066, 1}, {0xA0C1, 0x00DE, 1}, {0xA0C2, 0x00E3, 1}, {0xA0C3, 0x009A, 1}, {0xA0C4, 0x000B, 1}, {0xA0C5, 0x009D, 1}, {0xA0C6, 0x00A6, 1}, {0xA0C7, 0x0044, 1}, {0xA0C8, 0x0098, 1}, {0xA0C9, 0x00A1, 1}, {0xA0CA, 0x0090, 1}, {0xA0CB, 0x006A, 1}, {0xA0CC, 0x0040, 1}, {0xA0CD, 0x0044, 1}, {0xA0CE, 0x0019, 1}, {0xA0CF, 0x0005, 1}, {0xA0D0, 0x0015, 1}, {0xA0D1, 0x0026, 1}, {0xA0D2, 0x003E, 1}, {0xA0D3, 0x0086, 1}, {0xA0D4, 0x0089, 1}, {0xA0D5, 0x00CF, 1}, {0xA0D6, 0x0064, 1}, {0xA0D7, 0x0010, 1}, {0xA0D8, 0x0054, 1}, {0xA0D9, 0x009A, 1}, {0xA0DA, 0x0011, 1}, {0xA0DB, 0x0041, 1}, {0xA0DC, 0x00C6, 1}, {0xA0DD, 0x0042, 1}, {0xA0DE, 0x006D, 1}, {0xA0DF, 0x0041, 1}, {0xA0E0, 0x000C, 1}, {0xA0E1, 0x0061, 1}, {0xA0E2, 0x003E, 1}, {0xA0E3, 0x0083, 1}, {0xA0E4, 0x0017, 1}, {0xA0E5, 0x00C7, 1}, {0xA0E6, 0x00BC, 1}, {0xA0E7, 0x0025, 1}, {0xA0E8, 0x0030, 1}, {0xA0E9, 0x006F, 1}, {0xA0EA, 0x0009, 1}, {0xA0EB, 0x00CC, 1}, {0xA0EC, 0x005E, 1}, {0xA0ED, 0x001A, 1}, {0xA0EE, 0x00B3, 1}, {0xA0EF, 0x0098, 1}, {0xA0F0, 0x00CE, 1}, {0xA0F1, 0x00CC, 1}, {0xA0F2, 0x0085, 1}, {0xA0F3, 0x0030, 1}, {0xA0F4, 0x0085, 1}, {0xA0F5, 0x0009, 1}, {0xA0F6, 0x008D, 1}, {0xA0F7, 0x0063, 1}, {0xA0F8, 0x0052, 1}, {0xA0F9, 0x0003, 1}, {0xA0FA, 0x0018, 1}, {0xA0FB, 0x00CA, 1}, {0xA0FC, 0x00D0, 1}, {0xA0FD, 0x0085, 1}, {0xA0FE, 0x0030, 1}, {0xA0FF, 0x0074, 1}, {0xA100, 0x0019, 1}, {0xA101, 0x00CC, 1}, {0xA102, 0x0060, 1}, {0xA103, 0x0026, 1}, {0xA104, 0x0053, 1}, {0xA105, 0x0099, 1}, {0xA106, 0x00D2, 1}, {0xA107, 0x0030, 1}, {0xA108, 0x0086, 1}, {0xA109, 0x0033, 1}, {0xA10A, 0x006C, 1}, {0xA10B, 0x0011, 1}, {0xA10C, 0x004C, 1}, {0xA10D, 0x005C, 1}, {0xA10E, 0x000A, 1}, {0xA10F, 0x0023, 1}, {0xA110, 0x0095, 1}, {0xA111, 0x00AF, 1}, {0xA112, 0x0004, 1}, {0xA113, 0x0045, 1}, {0xA114, 0x0029, 1}, {0xA115, 0x0042, 1}, {0xA116, 0x0059, 1}, {0xA117, 0x004A, 1}, {0xA118, 0x0055, 1}, {0xA119, 0x00BE, 1}, {0xA11A, 0x0072, 1}, {0xA11B, 0x0097, 1}, {0xA11C, 0x00C0, 1}, {0xA11D, 0x00C4, 1}, {0xA11E, 0x0085, 1}, {0xA11F, 0x002F, 1}, {0xA120, 0x0055, 1}, {0xA121, 0x0049, 1}, {0xA122, 0x000B, 1}, {0xA123, 0x0054, 1}, {0xA124, 0x00C0, 1}, {0xA125, 0x00E2, 1}, {0xA126, 0x0012, 1}, {0xA127, 0x009B, 1}, {0xA128, 0x0068, 1}, {0xA129, 0x00A4, 1}, {0xA12A, 0x0023, 1}, {0xA12B, 0x001A, 1}, {0xA12C, 0x00E1, 1}, {0xA12D, 0x0008, 1}, {0xA12E, 0x004C, 1}, {0xA12F, 0x006A, 1}, {0xA130, 0x0042, 1}, {0xA131, 0x0095, 1}, {0xA132, 0x00AE, 1}, {0xA133, 0x0064, 1}, {0xA134, 0x00A5, 1}, {0xA135, 0x002C, 1}, {0xA136, 0x0045, 1}, {0xA137, 0x00B1, 1}, {0xA138, 0x004A, 1}, {0xA139, 0x004F, 1}, {0xA13A, 0x0094, 1}, {0xA13B, 0x0072, 1}, {0xA13C, 0x0091, 1}, {0xA13D, 0x008E, 1}, {0xA13E, 0x0004, 1}, {0xA13F, 0x0024, 1}, {0xA140, 0x0020, 1}, {0xA141, 0x0002, 1}, {0xA142, 0x0009, 1}, {0xA143, 0x0008, 1}, {0xA144, 0x0046, 1}, {0xA145, 0x0034, 1}, {0xA146, 0x00E2, 1}, {0xA147, 0x0093, 1}, {0xA148, 0x00A3, 1}, {0xA149, 0x0014, 1}, {0xA14A, 0x0065, 1}, {0xA14B, 0x002A, 1}, {0xA14C, 0x0049, 1}, {0xA14D, 0x00C1, 1}, {0xA14E, 0x00CA, 1}, {0xA14F, 0x004F, 1}, {0xA150, 0x0096, 1}, {0xA151, 0x0072, 1}, {0xA152, 0x0011, 1}, {0xA153, 0x008E, 1}, {0xA154, 0x0000, 1}, {0xA155, 0x0004, 1}, {0xA156, 0x0020, 1}, {0xA157, 0x0001, 1}, {0xA158, 0x0001, 1}, {0xA159, 0x0008, 1}, {0xA15A, 0x0046, 1}, {0xA15B, 0x0030, 1}, {0xA15C, 0x00C2, 1}, {0xA15D, 0x0013, 1}, {0xA15E, 0x00A3, 1}, {0xA15F, 0x0010, 1}, {0xA160, 0x0065, 1}, {0xA161, 0x002A, 1}, {0xA162, 0x005E, 1}, {0xA163, 0x0061, 1}, {0xA164, 0x00CB, 1}, {0xA165, 0x0055, 1}, {0xA166, 0x00C4, 1}, {0xA167, 0x00F2, 1}, {0xA168, 0x0092, 1}, {0xA169, 0x009A, 1}, {0xA16A, 0x0060, 1}, {0xA16B, 0x0044, 1}, {0xA16C, 0x0023, 1}, {0xA16D, 0x0018, 1}, {0xA16E, 0x00C9, 1}, {0xA16F, 0x0048, 1}, {0xA170, 0x004B, 1}, {0xA171, 0x0066, 1}, {0xA172, 0x00E2, 1}, {0xA173, 0x0014, 1}, {0xA174, 0x00AF, 1}, {0xA175, 0x0048, 1}, {0xA176, 0x00E5, 1}, {0xA177, 0x002C, 1}, {0xA178, 0x007B, 1}, {0xA179, 0x0031, 1}, {0xA17A, 0x008C, 1}, {0xA17B, 0x005F, 1}, {0xA17C, 0x0012, 1}, {0xA17D, 0x0093, 1}, {0xA17E, 0x0095, 1}, {0xA17F, 0x00B0, 1}, {0xA180, 0x0008, 1}, {0xA181, 0x0025, 1}, {0xA182, 0x0029, 1}, {0xA183, 0x0040, 1}, {0xA184, 0x0049, 1}, {0xA185, 0x008A, 1}, {0xA186, 0x0054, 1}, {0xA187, 0x00C2, 1}, {0xA188, 0x00F2, 1}, {0xA189, 0x0016, 1}, {0xA18A, 0x00C4, 1}, {0xA18B, 0x00A0, 1}, {0xA18C, 0x0085, 1}, {0xA18D, 0x0030, 1}, {0xA18E, 0x009C, 1}, {0xA18F, 0x0059, 1}, {0xA190, 0x004D, 1}, {0xA191, 0x0069, 1}, {0xA192, 0x0064, 1}, {0xA193, 0x0003, 1}, {0xA194, 0x0099, 1}, {0xA195, 0x00CD, 1}, {0xA196, 0x00F0, 1}, {0xA197, 0x0005, 1}, {0xA198, 0x0031, 1}, {0xA199, 0x0079, 1}, {0xA19A, 0x0041, 1}, {0xA19B, 0x00CC, 1}, {0xA19C, 0x0060, 1}, {0xA19D, 0x0036, 1}, {0xA19E, 0x0023, 1}, {0xA19F, 0x0099, 1}, {0xA1A0, 0x00D8, 1}, {0xA1A1, 0x0024, 1}, {0xA1A2, 0x0046, 1}, {0xA1A3, 0x0035, 1}, {0xA1A4, 0x0087, 1}, {0xA1A5, 0x00B1, 1}, {0xA1A6, 0x000C, 1}, {0xA1A7, 0x0067, 1}, {0xA1A8, 0x0056, 1}, {0xA1A9, 0x00A3, 1}, {0xA1AA, 0x0098, 1}, {0xA1AB, 0x00CA, 1}, {0xA1AC, 0x00E4, 1}, {0xA1AD, 0x0005, 1}, {0xA1AE, 0x0031, 1}, {0xA1AF, 0x0077, 1}, {0xA1B0, 0x0049, 1}, {0xA1B1, 0x004C, 1}, {0xA1B2, 0x005F, 1}, {0xA1B3, 0x002A, 1}, {0xA1B4, 0x00A3, 1}, {0xA1B5, 0x0098, 1}, {0xA1B6, 0x00D4, 1}, {0xA1B7, 0x00D0, 1}, {0xA1B8, 0x0065, 1}, {0xA1B9, 0x0032, 1}, {0xA1BA, 0x00ca, 1}, {0xA1BB, 0x00f1, 1}, {0xA1BC, 0x00ce, 1}, {0xA1BD, 0x0071, 1}, {0xA1BE, 0x0072, 1}, {0xA1BF, 0x0093, 1}, {0xA1C0, 0x009b, 1}, {0xA1C1, 0x00e5, 1}, {0xA1C2, 0x0084, 1}, {0xA1C3, 0x0047, 1}, {0xA1C4, 0x0039, 1}, {0xA1C5, 0x00e1, 1}, {0xA1C6, 0x0041, 1}, {0xA1C7, 0x000f, 1}, {0xA1C8, 0x0071, 1}, {0xA1C9, 0x005c, 1}, {0xA1CA, 0x00e3, 1}, {0xA1CB, 0x001a, 1}, {0xA1CC, 0x00e3, 1}, {0xA1CD, 0x00a8, 1}, {0xA1CE, 0x0067, 1}, {0xA1CF, 0x003c, 1}, {0xA1D0, 0x00ba, 1}, {0xA1D1, 0x0089, 1}, {0xA1D2, 0x008d, 1}, {0xA1D3, 0x005e, 1}, {0xA1D4, 0x00b6, 1}, {0xA1D5, 0x00b2, 1}, {0xA1D6, 0x0095, 1}, {0xA1D7, 0x00bd, 1}, {0xA1D8, 0x00c4, 1}, {0xA1D9, 0x0046, 1}, {0xA1DA, 0x0037, 1}, {0xA1DB, 0x008f, 1}, {0xA1DC, 0x00e1, 1}, {0xA1DD, 0x004b, 1}, {0xA1DE, 0x004f, 1}, {0xA1DF, 0x003a, 1}, {0xA1E0, 0x00d2, 1}, {0xA1E1, 0x0091, 1}, {0xA1E2, 0x009e, 1}, {0xA1E3, 0x00f4, 1}, {0xA1E4, 0x00e5, 1}, {0xA1E5, 0x0031, 1}, {0xA1E6, 0x0076, 1}, {0xA1E7, 0x00f9, 1}, {0xA1E8, 0x00ca, 1}, {0xA1E9, 0x0047, 1}, {0xA1EA, 0x0000, 1}, {0xA1EB, 0x0002, 1}, {0xA1EC, 0x0010, 1}, {0xA1ED, 0x008f, 1}, {0xA1EE, 0x007c, 1}, {0xA1EF, 0x00a5, 1}, {0xA1F0, 0x002e, 1}, {0xA1F1, 0x0077, 1}, {0xA1F2, 0x00f9, 1}, {0xA1F3, 0x00ca, 1}, {0xA1F4, 0x0047, 1}, {0xA1F5, 0x0000, 1}, {0xA1F6, 0x0002, 1}, {0xA1F7, 0x0090, 1}, {0xA1F8, 0x008f, 1}, {0xA1F9, 0x007c, 1}, {0xA1FA, 0x00a5, 1}, {0xA1FB, 0x002e, 1}, {0xA1FC, 0x0095, 1}, {0xA1FD, 0x0001, 1}, {0xA1FE, 0x00cc, 1}, {0xA1FF, 0x004f, 1}, {0xA200, 0x003c, 1}, {0xA201, 0x00f2, 1}, {0xA202, 0x0011, 1}, {0xA203, 0x00a0, 1}, {0xA204, 0x0004, 1}, {0xA205, 0x0086, 1}, {0xA206, 0x0032, 1}, {0xA207, 0x00c7, 1}, {0xA208, 0x00e9, 1}, {0xA209, 0x004d, 1}, {0xA20A, 0x0060, 1}, {0xA20B, 0x00c0, 1}, {0xA20C, 0x0012, 1}, {0xA20D, 0x0096, 1}, {0xA20E, 0x00c0, 1}, {0xA20F, 0x00f8, 1}, {0xA210, 0x0026, 1}, {0xA211, 0x0039, 1}, {0xA212, 0x00f6, 1}, {0xA213, 0x00e1, 1}, {0xA214, 0x000f, 1}, {0xA215, 0x0076, 1}, {0xA216, 0x007e, 1}, {0xA217, 0x00f3, 1}, {0xA218, 0x001b, 1}, {0xA219, 0x00eb, 1}, {0xA21A, 0x00fc, 1}, {0xA21B, 0x0027, 1}, {0xA21C, 0x003f, 1}, {0xA21D, 0x00e3, 1}, {0xA21E, 0x00a9, 1}, {0xA21F, 0x008f, 1}, {0xA220, 0x0077, 1}, {0xA221, 0x009a, 1}, {0xA222, 0x00c3, 1}, {0xA223, 0x001c, 1}, {0xA224, 0x00ee, 1}, {0xA225, 0x00d8, 1}, {0xA226, 0x0067, 1}, {0xA227, 0x003c, 1}, {0xA228, 0x0015, 1}, {0xA229, 0x006a, 1}, {0xA22A, 0x0091, 1}, {0xA22B, 0x0084, 1}, {0xA22C, 0x0002, 1}, {0xA22D, 0x0024, 1}, {0xA22E, 0x00a0, 1}, {0xA22F, 0x000b, 1}, {0xA230, 0x00c5, 1}, {0xA231, 0x00e8, 1}, {0xA232, 0x0042, 1}, {0xA233, 0x0031, 1}, {0xA234, 0x00c2, 1}, {0xA235, 0x00d1, 1}, {0xA236, 0x0082, 1}, {0xA237, 0x00e2, 1}, {0xA238, 0x0013, 1}, {0xA239, 0x009f, 1}, {0xA23A, 0x0007, 1}, {0xA23B, 0x00e9, 1}, {0xA23C, 0x0068, 1}, {0xA23D, 0x0046, 1}, {0xA23E, 0x00ff, 1}, {0xA23F, 0x0091, 1}, {0xA240, 0x00cf, 1}, {0xA241, 0x006a, 1}, {0xA242, 0x0006, 1}, {0xA243, 0x0023, 1}, {0xA244, 0x0098, 1}, {0xA245, 0x00d5, 1}, {0xA246, 0x00c8, 1}, {0xA247, 0x00c7, 1}, {0xA248, 0x003f, 1}, {0xA249, 0x00c8, 1}, {0xA24A, 0x0069, 1}, {0xA24B, 0x00cd, 1}, {0xA24C, 0x0055, 1}, {0xA24D, 0x0058, 1}, {0xA24E, 0x00b2, 1}, {0xA24F, 0x0092, 1}, {0xA250, 0x00ab, 1}, {0xA251, 0x00b0, 1}, {0xA252, 0x00e6, 1}, {0xA253, 0x0038, 1}, {0xA254, 0x00a7, 1}, {0xA255, 0x0029, 1}, {0xA256, 0x000c, 1}, {0xA257, 0x004b, 1}, {0xA258, 0x0002, 1}, {0xA259, 0x0002, 1}, {0xA25A, 0x0090, 1}, {0xA25B, 0x0095, 1}, {0xA25C, 0x000c, 1}, {0xA25D, 0x00a6, 1}, {0xA25E, 0x0034, 1}, {0xA25F, 0x00a7, 1}, {0xA260, 0x0021, 1}, {0xA261, 0x00cc, 1}, {0xA262, 0x004a, 1}, {0xA263, 0x0000, 1}, {0xA264, 0x0002, 1}, {0xA265, 0x0010, 1}, {0xA266, 0x0095, 1}, {0xA267, 0x0008, 1}, {0xA268, 0x0086, 1}, {0xA269, 0x0034, 1}, {0xA26A, 0x00ca, 1}, {0xA26B, 0x0069, 1}, {0xA26C, 0x008d, 1}, {0xA26D, 0x0055, 1}, {0xA26E, 0x0052, 1}, {0xA26F, 0x00a2, 1}, {0xA270, 0x0092, 1}, {0xA271, 0x00ab, 1}, {0xA272, 0x00b4, 1}, {0xA273, 0x0046, 1}, {0xA274, 0x0039, 1}, {0xA275, 0x0006, 1}, {0xA276, 0x00ba, 1}, {0xA277, 0x000f, 1}, {0xA278, 0x006b, 1}, {0xA279, 0x0002, 1}, {0xA27A, 0x0023, 1}, {0xA27B, 0x0018, 1}, {0xA27C, 0x00d6, 1}, {0xA27D, 0x00e8, 1}, {0xA27E, 0x0027, 1}, {0xA27F, 0x0041, 1}, {0xA280, 0x003d, 1}, {0xA281, 0x0012, 1}, {0xA282, 0x00d2, 1}, {0xA283, 0x0085, 1}, {0xA284, 0x00f2, 1}, {0xA285, 0x0093, 1}, {0xA286, 0x001f, 1}, {0xA287, 0x000b, 1}, {0xA288, 0x0019, 1}, {0xA289, 0x0029, 1}, {0xA28A, 0x0048, 1}, {0xA28B, 0x0026, 1}, {0xA28C, 0x00d2, 1}, {0xA28D, 0x0011, 1}, {0xA28E, 0x0088, 1}, {0xA28F, 0x0016, 1}, {0xA290, 0x00b4, 1}, {0xA291, 0x0020, 1}, {0xA292, 0x000f, 1}, {0xA293, 0x00f5, 1}, {0xA294, 0x0028, 1}, {0xA295, 0x0045, 1}, {0xA296, 0x0096, 1}, {0xA297, 0x0031, 1}, {0xA298, 0x000d, 1}, {0xA299, 0x0066, 1}, {0xA29A, 0x0016, 1}, {0xA29B, 0x0093, 1}, {0xA29C, 0x0018, 1}, {0xA29D, 0x00cc, 1}, {0xA29E, 0x00b8, 1}, {0xA29F, 0x00e6, 1}, {0xA2A0, 0x0033, 1}, {0xA2A1, 0x00a7, 1}, {0xA2A2, 0x0071, 1}, {0xA2A3, 0x000d, 1}, {0xA2A4, 0x0066, 1}, {0xA2A5, 0x0012, 1}, {0xA2A6, 0x0073, 1}, {0xA2A7, 0x0098, 1}, {0xA2A8, 0x00cc, 1}, {0xA2A9, 0x00d8, 1}, {0xA2AA, 0x00e6, 1}, {0xA2AB, 0x0035, 1}, {0xA2AC, 0x0089, 1}, {0xA2AD, 0x0041, 1}, {0xA2AE, 0x000c, 1}, {0xA2AF, 0x0059, 1}, {0xA2B0, 0x009e, 1}, {0xA2B1, 0x00f2, 1}, {0xA2B2, 0x0094, 1}, {0xA2B3, 0x00b2, 1}, {0xA2B4, 0x0030, 1}, {0xA2B5, 0x00a6, 1}, {0xA2B6, 0x0031, 1}, {0xA2B7, 0x0069, 1}, {0xA2B8, 0x0019, 1}, {0xA2B9, 0x00cb, 1}, {0xA2BA, 0x004d, 1}, {0xA2BB, 0x003e, 1}, {0xA2BC, 0x00f2, 1}, {0xA2BD, 0x0091, 1}, {0xA2BE, 0x009b, 1}, {0xA2BF, 0x0090, 1}, {0xA2C0, 0x00a5, 1}, {0xA2C1, 0x002d, 1}, {0xA2C2, 0x0056, 1}, {0xA2C3, 0x0059, 1}, {0xA2C4, 0x004a, 1}, {0xA2C5, 0x0047, 1}, {0xA2C6, 0x0008, 1}, {0xA2C7, 0x0032, 1}, {0xA2C8, 0x0090, 1}, {0xA2C9, 0x008d, 1}, {0xA2CA, 0x0024, 1}, {0xA2CB, 0x0085, 1}, {0xA2CC, 0x002a, 1}, {0xA2CD, 0x0059, 1}, {0xA2CE, 0x0069, 1}, {0xA2CF, 0x000a, 1}, {0xA2D0, 0x0047, 1}, {0xA2D1, 0x0000, 1}, {0xA2D2, 0x0012, 1}, {0xA2D3, 0x0010, 1}, {0xA2D4, 0x008d, 1}, {0xA2D5, 0x001c, 1}, {0xA2D6, 0x0045, 1}, {0xA2D7, 0x002a, 1}, {0xA2D8, 0x0070, 1}, {0xA2D9, 0x0031, 1}, {0xA2DA, 0x000b, 1}, {0xA2DB, 0x004d, 1}, {0xA2DC, 0x0032, 1}, {0xA2DD, 0x0092, 1}, {0xA2DE, 0x0091, 1}, {0xA2DF, 0x0098, 1}, {0xA2E0, 0x006c, 1}, {0xA2E1, 0x0065, 1}, {0xA2E2, 0x002c, 1}, {0xA2E3, 0x0092, 1}, {0xA2E4, 0x0071, 1}, {0xA2E5, 0x00cc, 1}, {0xA2E6, 0x0058, 1}, {0xA2E7, 0x0092, 1}, {0xA2E8, 0x0082, 1}, {0xA2E9, 0x0094, 1}, {0xA2EA, 0x00af, 1}, {0xA2EB, 0x0000, 1}, {0xA2EC, 0x0026, 1}, {0xA2ED, 0x0030, 1}, {0xA2EE, 0x00b9, 1}, {0xA2EF, 0x00f1, 1}, {0xA2F0, 0x00cd, 1}, {0xA2F1, 0x0067, 1}, {0xA2F2, 0x000e, 1}, {0xA2F3, 0x0053, 1}, {0xA2F4, 0x0018, 1}, {0xA2F5, 0x00ca, 1}, {0xA2F6, 0x00b4, 1}, {0xA2F7, 0x00c6, 1}, {0xA2F8, 0x0034, 1}, {0xA2F9, 0x00ab, 1}, {0xA2FA, 0x00c1, 1}, {0xA2FB, 0x004d, 1}, {0xA2FC, 0x0068, 1}, {0xA2FD, 0x0016, 1}, {0xA2FE, 0x00a3, 1}, {0xA2FF, 0x0018, 1}, {0xA300, 0x00ca, 1}, {0xA301, 0x009c, 1}, {0xA302, 0x0006, 1}, {0xA303, 0x0033, 1}, {0x0068, 0x0057, 1}, // ADJ {0x4A22, 0x0000, 2},//SHD,NORMR OFFSET,FOR R2 {0x4A24, 0x0010, 2},//SHD,PRER OFFSET,FOR R2 {0x4A26, 0x0000, 2},//SHD,NORMR OFFSET,FOR RB {0x4A28, 0xFFF1, 2},//SHD,PRER OFFSET,FOR RB {0x4A2A, 0x0000, 2},//SHD,NORMB OFFSET,FOR RB {0x4A2C, 0xFFF2, 2},//SHD,PREB OFFSET,FOR RB }; isx005_short_t isx005_default_calibration[] = { // ISX005 Maxey32 STW // Index 0 // No.23 Module // CXC,SHD1,SHD2 ( GAMMA?O 73% ) {0x0068, 0x0050, 1}, {0x9000, 0x8383, 2}, //CXC_VALID_CODE {0x9002, 0x0002, 1}, {0x9003, 0x0012, 1}, {0x9004, 0x0008, 1}, {0x9005, 0x0048, 1}, {0x9006, 0x0040, 1}, {0x9007, 0x0000, 1}, {0x9008, 0x0081, 1}, {0x9009, 0x0080, 1}, {0x900A, 0x0004, 1}, {0x900B, 0x0001, 1}, {0x900C, 0x0012, 1}, {0x900D, 0x000C, 1}, {0x900E, 0x0058, 1}, {0x900F, 0x0020, 1}, {0x9010, 0x0060, 1}, {0x9011, 0x0081, 1}, {0x9012, 0x0080, 1}, {0x9013, 0x0005, 1}, {0x9014, 0x0002, 1}, {0x9015, 0x0012, 1}, {0x9016, 0x0008, 1}, {0x9017, 0x0048, 1}, {0x9018, 0x0040, 1}, {0x9019, 0x0000, 1}, {0x901A, 0x0081, 1}, {0x901B, 0x0080, 1}, {0x901C, 0x0004, 1}, {0x901D, 0x0001, 1}, {0x901E, 0x0012, 1}, {0x901F, 0x000C, 1}, {0x9020, 0x0058, 1}, {0x9021, 0x0020, 1}, {0x9022, 0x0060, 1}, {0x9023, 0x0081, 1}, {0x9024, 0x0080, 1}, {0x9025, 0x0005, 1}, {0x9026, 0x00FE, 1}, {0x9027, 0x0011, 1}, {0x9028, 0x00F8, 1}, {0x9029, 0x0047, 1}, {0x902A, 0x0060, 1}, {0x902B, 0x00C0, 1}, {0x902C, 0x0080, 1}, {0x902D, 0x0000, 1}, {0x902E, 0x0003, 1}, {0x902F, 0x0002, 1}, {0x9030, 0x000C, 1}, {0x9031, 0x0004, 1}, {0x9032, 0x0040, 1}, {0x9033, 0x0010, 1}, {0x9034, 0x0020, 1}, {0x9035, 0x0041, 1}, {0x9036, 0x0080, 1}, {0x9037, 0x0004, 1}, {0x9038, 0x0001, 1}, {0x9039, 0x000A, 1}, {0x903A, 0x0004, 1}, {0x903B, 0x0028, 1}, {0x903C, 0x0000, 1}, {0x903D, 0x0040, 1}, {0x903E, 0x0040, 1}, {0x903F, 0x0000, 1}, {0x9040, 0x0001, 1}, {0x9041, 0x0002, 1}, {0x9042, 0x0006, 1}, {0x9043, 0x0004, 1}, {0x9044, 0x0028, 1}, {0x9045, 0x0010, 1}, {0x9046, 0x0000, 1}, {0x9047, 0x0041, 1}, {0x9048, 0x0000, 1}, {0x9049, 0x0004, 1}, {0x904A, 0x0001, 1}, {0x904B, 0x0008, 1}, {0x904C, 0x0004, 1}, {0x904D, 0x0020, 1}, {0x904E, 0x0010, 1}, {0x904F, 0x0020, 1}, {0x9050, 0x0040, 1}, {0x9051, 0x0080, 1}, {0x9052, 0x0000, 1}, {0x9053, 0x0003, 1}, {0x9054, 0x0002, 1}, {0x9055, 0x0004, 1}, {0x9056, 0x0010, 1}, {0x9057, 0x0010, 1}, {0x9058, 0x00C0, 1}, {0x9059, 0x0040, 1}, {0x905A, 0x0000, 1}, {0x905B, 0x0003, 1}, {0x905C, 0x0002, 1}, {0x905D, 0x0004, 1}, {0x905E, 0x0008, 1}, {0x905F, 0x0010, 1}, {0x9060, 0x0030, 1}, {0x9061, 0x00E0, 1}, {0x9062, 0x00BF, 1}, {0x9063, 0x0080, 1}, {0x9064, 0x00FF, 1}, {0x9065, 0x0003, 1}, {0x9066, 0x0000, 1}, {0x9067, 0x0004, 1}, {0x9068, 0x0000, 1}, {0x9069, 0x0000, 1}, {0x906A, 0x0080, 1}, {0x906B, 0x0000, 1}, {0x906C, 0x0000, 1}, {0x906D, 0x0002, 1}, {0x906E, 0x0005, 1}, {0x906F, 0x0006, 1}, {0x9070, 0x0014, 1}, {0x9071, 0x0018, 1}, {0x9072, 0x0040, 1}, {0x9073, 0x0000, 1}, {0x9074, 0x0000, 1}, {0x9075, 0x0081, 1}, {0x9076, 0x00FF, 1}, {0x9077, 0x0002, 1}, {0x9078, 0x0002, 1}, {0x9079, 0x0008, 1}, {0x907A, 0x0018, 1}, {0x907B, 0x0050, 1}, {0x907C, 0x00A0, 1}, {0x907D, 0x0040, 1}, {0x907E, 0x0081, 1}, {0x907F, 0x0002, 1}, {0x9080, 0x0004, 1}, {0x9081, 0x000A, 1}, {0x9082, 0x0010, 1}, {0x9083, 0x0028, 1}, {0x9084, 0x0020, 1}, {0x9085, 0x0080, 1}, {0x9086, 0x0080, 1}, {0x9087, 0x0081, 1}, {0x9088, 0x0001, 1}, {0x9089, 0x0005, 1}, {0x908A, 0x0008, 1}, {0x908B, 0x0014, 1}, {0x908C, 0x0020, 1}, {0x908D, 0x0010, 1}, {0x908E, 0x0000, 1}, {0x908F, 0x0041, 1}, {0x9090, 0x0000, 1}, {0x9091, 0x0004, 1}, {0x9092, 0x0003, 1}, {0x9093, 0x000A, 1}, {0x9094, 0x000C, 1}, {0x9095, 0x0028, 1}, {0x9096, 0x0060, 1}, {0x9097, 0x0000, 1}, {0x9098, 0x0001, 1}, {0x9099, 0x0001, 1}, {0x909A, 0x0004, 1}, {0x909B, 0x0007, 1}, {0x909C, 0x0012, 1}, {0x909D, 0x001C, 1}, {0x909E, 0x0040, 1}, {0x909F, 0x0030, 1}, {0x90A0, 0x0000, 1}, {0x90A1, 0x00C1, 1}, {0x90A2, 0x0000, 1}, {0x90A3, 0x0004, 1}, {0x90A4, 0x0003, 1}, {0x90A5, 0x000A, 1}, {0x90A6, 0x000C, 1}, {0x90A7, 0x0028, 1}, {0x90A8, 0x0060, 1}, {0x90A9, 0x0000, 1}, {0x90AA, 0x0001, 1}, {0x90AB, 0x0001, 1}, {0x90AC, 0x0004, 1}, {0x90AD, 0x0007, 1}, {0x90AE, 0x0012, 1}, {0x90AF, 0x001C, 1}, {0x90B0, 0x0040, 1}, {0x90B1, 0x0030, 1}, {0x90B2, 0x0000, 1}, {0x90B3, 0x00C1, 1}, {0x90B4, 0x0000, 1}, {0x90B5, 0x0004, 1}, {0x90B6, 0x0001, 1}, {0x90B7, 0x00E6, 1}, {0x90B8, 0x0007, 1}, {0x90B9, 0x0098, 1}, {0x90BA, 0x003F, 1}, {0x90BB, 0x00C0, 1}, {0x90BC, 0x00BE, 1}, {0x90BD, 0x0000, 1}, {0x90BE, 0x00FA, 1}, {0x90BF, 0x0000, 1}, {0x90C0, 0x00E4, 1}, {0x90C1, 0x0007, 1}, {0x90C2, 0x00B0, 1}, {0x90C3, 0x001F, 1}, {0x90C4, 0x0040, 1}, {0x90C5, 0x007E, 1}, {0x90C6, 0x0000, 1}, {0x90C7, 0x00F9, 1}, {0x90C8, 0x0001, 1}, {0x90C9, 0x00E6, 1}, {0x90CA, 0x0007, 1}, {0x90CB, 0x0098, 1}, {0x90CC, 0x003F, 1}, {0x90CD, 0x00C0, 1}, {0x90CE, 0x00BE, 1}, {0x90CF, 0x0000, 1}, {0x90D0, 0x00FA, 1}, {0x90D1, 0x0000, 1}, {0x90D2, 0x00E4, 1}, {0x90D3, 0x0007, 1}, {0x90D4, 0x00B0, 1}, {0x90D5, 0x001F, 1}, {0x90D6, 0x0040, 1}, {0x90D7, 0x007E, 1}, {0x90D8, 0x0000, 1}, {0x90D9, 0x00F9, 1}, {0x90DA, 0x0003, 1}, {0x90DB, 0x00E8, 1}, {0x90DC, 0x000F, 1}, {0x90DD, 0x00A0, 1}, {0x90DE, 0x001F, 1}, {0x90DF, 0x0000, 1}, {0x90E0, 0x003E, 1}, {0x90E1, 0x0080, 1}, {0x90E2, 0x00FA, 1}, {0x90E3, 0x0000, 1}, {0x90E4, 0x00F2, 1}, {0x90E5, 0x0003, 1}, {0x90E6, 0x00B0, 1}, {0x90E7, 0x001F, 1}, {0x90E8, 0x0040, 1}, {0x90E9, 0x007E, 1}, {0x90EA, 0x0000, 1}, {0x90EB, 0x00F9, 1}, {0x90EC, 0x0003, 1}, {0x90ED, 0x00EC, 1}, {0x90EE, 0x000F, 1}, {0x90EF, 0x00B0, 1}, {0x90F0, 0x001F, 1}, {0x90F1, 0x00C0, 1}, {0x90F2, 0x003E, 1}, {0x90F3, 0x0080, 1}, {0x90F4, 0x00FB, 1}, {0x90F5, 0x00FF, 1}, {0x90F6, 0x00F1, 1}, {0x90F7, 0x00FF, 1}, {0x90F8, 0x00CF, 1}, {0x90F9, 0x001F, 1}, {0x90FA, 0x0000, 1}, {0x90FB, 0x007F, 1}, {0x90FC, 0x0000, 1}, {0x90FD, 0x00FC, 1}, {0x90FE, 0x0002, 1}, {0x90FF, 0x00EC, 1}, {0x9100, 0x000B, 1}, {0x9101, 0x00B0, 1}, {0x9102, 0x001F, 1}, {0x9103, 0x0000, 1}, {0x9104, 0x007F, 1}, {0x9105, 0x0080, 1}, {0x9106, 0x00FC, 1}, {0x9107, 0x0000, 1}, {0x9108, 0x00F4, 1}, {0x9109, 0x00FB, 1}, {0x910A, 0x00CF, 1}, {0x910B, 0x00FF, 1}, {0x910C, 0x003F, 1}, {0x910D, 0x00FF, 1}, {0x910E, 0x00FF, 1}, {0x910F, 0x00FC, 1}, {0x9110, 0x0004, 1}, {0x9111, 0x00FC, 1}, {0x9112, 0x0013, 1}, {0x9113, 0x00F0, 1}, {0x9114, 0x002F, 1}, {0x9115, 0x00A0, 1}, {0x9116, 0x003F, 1}, {0x9117, 0x0000, 1}, {0x9118, 0x00FF, 1}, {0x9119, 0x0001, 1}, {0x911A, 0x00FE, 1}, {0x911B, 0x0007, 1}, {0x911C, 0x00E0, 1}, {0x911D, 0x000F, 1}, {0x911E, 0x0080, 1}, {0x911F, 0x003F, 1}, {0x9120, 0x0000, 1}, {0x9121, 0x00FE, 1}, {0x9122, 0x0006, 1}, {0x9123, 0x0008, 1}, {0x9124, 0x0018, 1}, {0x9125, 0x0020, 1}, {0x9126, 0x0030, 1}, {0x9127, 0x0020, 1}, {0x9128, 0x0080, 1}, {0x9129, 0x0080, 1}, {0x912A, 0x0000, 1}, {0x912B, 0x0002, 1}, {0x912C, 0x0006, 1}, {0x912D, 0x0004, 1}, {0x912E, 0x00F8, 1}, {0x912F, 0x002F, 1}, {0x9130, 0x0000, 1}, {0x9131, 0x0080, 1}, {0x9132, 0x0000, 1}, {0x9133, 0x0000, 1}, {0x9134, 0x0007, 1}, {0x9135, 0x0006, 1}, {0x9136, 0x001C, 1}, {0x9137, 0x0018, 1}, {0x9138, 0x0050, 1}, {0x9139, 0x0080, 1}, {0x913A, 0x0000, 1}, {0x913B, 0x0001, 1}, {0x913C, 0x0002, 1}, {0x913D, 0x0003, 1}, {0x913E, 0x000C, 1}, {0x913F, 0x0014, 1}, {0x9140, 0x0030, 1}, {0x9141, 0x0020, 1}, {0x9142, 0x0060, 1}, {0x9143, 0x0080, 1}, {0x9144, 0x0080, 1}, {0x9145, 0x0001, 1}, {0x9146, 0x0007, 1}, {0x9147, 0x0008, 1}, {0x9148, 0x001C, 1}, {0x9149, 0x0020, 1}, {0x914A, 0x0080, 1}, {0x914B, 0x0060, 1}, {0x914C, 0x0000, 1}, {0x914D, 0x0001, 1}, {0x914E, 0x0001, 1}, {0x914F, 0x0005, 1}, {0x9150, 0x0002, 1}, {0x9151, 0x0010, 1}, {0x9152, 0x0018, 1}, {0x9153, 0x0040, 1}, {0x9154, 0x0060, 1}, {0x9155, 0x0000, 1}, {0x9156, 0x0081, 1}, {0x9157, 0x0001, 1}, {0x9158, 0x0007, 1}, {0x9159, 0x0008, 1}, {0x915A, 0x001C, 1}, {0x915B, 0x0020, 1}, {0x915C, 0x0080, 1}, {0x915D, 0x0060, 1}, {0x915E, 0x0000, 1}, {0x915F, 0x0001, 1}, {0x9160, 0x0001, 1}, {0x9161, 0x0005, 1}, {0x9162, 0x0002, 1}, {0x9163, 0x0010, 1}, {0x9164, 0x0018, 1}, {0x9165, 0x0040, 1}, {0x9166, 0x0060, 1}, {0x9167, 0x0000, 1}, {0x9168, 0x0081, 1}, {0x9169, 0x0001, 1}, {0xA000, 0x9292, 2}, {0xA002, 0x0099, 1}, {0xA003, 0x0021, 1}, {0xA004, 0x0090, 1}, {0xA005, 0x006a, 1}, {0xA006, 0x0022, 1}, {0xA007, 0x0074, 1}, {0xA008, 0x0019, 1}, {0xA009, 0x00fb, 1}, {0xA00A, 0x0020, 1}, {0xA00B, 0x0006, 1}, {0xA00C, 0x003c, 1}, {0xA00D, 0x0085, 1}, {0xA00E, 0x0001, 1}, {0xA00F, 0x008f, 1}, {0xA010, 0x0064, 1}, {0xA011, 0x00fa, 1}, {0xA012, 0x0043, 1}, {0xA013, 0x001a, 1}, {0xA014, 0x000b, 1}, {0xA015, 0x004d, 1}, {0xA016, 0x00e6, 1}, {0xA017, 0x0043, 1}, {0xA018, 0x00ac, 1}, {0xA019, 0x00a9, 1}, {0xA01A, 0x00d0, 1}, {0xA01B, 0x006c, 1}, {0xA01C, 0x000c, 1}, {0xA01D, 0x0084, 1}, {0xA01E, 0x0099, 1}, {0xA01F, 0x00ef, 1}, {0xA020, 0x0014, 1}, {0xA021, 0x00c6, 1}, {0xA022, 0x0039, 1}, {0xA023, 0x0082, 1}, {0xA024, 0x0071, 1}, {0xA025, 0x008e, 1}, {0xA026, 0x0064, 1}, {0xA027, 0x00c8, 1}, {0xA028, 0x00c3, 1}, {0xA029, 0x009a, 1}, {0xA02A, 0x0004, 1}, {0xA02B, 0x0091, 1}, {0xA02C, 0x00c6, 1}, {0xA02D, 0x0042, 1}, {0xA02E, 0x0089, 1}, {0xA02F, 0x0009, 1}, {0xA030, 0x000f, 1}, {0xA031, 0x0062, 1}, {0xA032, 0x00a4, 1}, {0xA033, 0x0043, 1}, {0xA034, 0x0016, 1}, {0xA035, 0x00cc, 1}, {0xA036, 0x002c, 1}, {0xA037, 0x0025, 1}, {0xA038, 0x002e, 1}, {0xA039, 0x0049, 1}, {0xA03A, 0x0081, 1}, {0xA03B, 0x008b, 1}, {0xA03C, 0x0057, 1}, {0xA03D, 0x0032, 1}, {0xA03E, 0x0033, 1}, {0xA03F, 0x0018, 1}, {0xA040, 0x00e9, 1}, {0xA041, 0x0010, 1}, {0xA042, 0x00c6, 1}, {0xA043, 0x003b, 1}, {0xA044, 0x006e, 1}, {0xA045, 0x0061, 1}, {0xA046, 0x000d, 1}, {0xA047, 0x0059, 1}, {0xA048, 0x0026, 1}, {0xA049, 0x0043, 1}, {0xA04A, 0x0013, 1}, {0xA04B, 0x00a6, 1}, {0xA04C, 0x0068, 1}, {0xA04D, 0x00a4, 1}, {0xA04E, 0x0024, 1}, {0xA04F, 0x0019, 1}, {0xA050, 0x0029, 1}, {0xA051, 0x0049, 1}, {0xA052, 0x004c, 1}, {0xA053, 0x009a, 1}, {0xA054, 0x00f2, 1}, {0xA055, 0x0015, 1}, {0xA056, 0x00ca, 1}, {0xA057, 0x00a0, 1}, {0xA058, 0x0065, 1}, {0xA059, 0x0035, 1}, {0xA05A, 0x005d, 1}, {0xA05B, 0x0081, 1}, {0xA05C, 0x008c, 1}, {0xA05D, 0x0053, 1}, {0xA05E, 0x00e4, 1}, {0xA05F, 0x00b2, 1}, {0xA060, 0x0091, 1}, {0xA061, 0x0092, 1}, {0xA062, 0x0000, 1}, {0xA063, 0x0024, 1}, {0xA064, 0x0020, 1}, {0xA065, 0x0000, 1}, {0xA066, 0x0001, 1}, {0xA067, 0x0048, 1}, {0xA068, 0x0046, 1}, {0xA069, 0x0048, 1}, {0xA06A, 0x00a2, 1}, {0xA06B, 0x0014, 1}, {0xA06C, 0x00b8, 1}, {0xA06D, 0x005c, 1}, {0xA06E, 0x00a5, 1}, {0xA06F, 0x0031, 1}, {0xA070, 0x0060, 1}, {0xA071, 0x0081, 1}, {0xA072, 0x004c, 1}, {0xA073, 0x0054, 1}, {0xA074, 0x00e2, 1}, {0xA075, 0x00d2, 1}, {0xA076, 0x0011, 1}, {0xA077, 0x0092, 1}, {0xA078, 0x0004, 1}, {0xA079, 0x0004, 1}, {0xA07A, 0x0020, 1}, {0xA07B, 0x0000, 1}, {0xA07C, 0x0001, 1}, {0xA07D, 0x0088, 1}, {0xA07E, 0x0046, 1}, {0xA07F, 0x0046, 1}, {0xA080, 0x00c2, 1}, {0xA081, 0x0094, 1}, {0xA082, 0x00b7, 1}, {0xA083, 0x0060, 1}, {0xA084, 0x0085, 1}, {0xA085, 0x0031, 1}, {0xA086, 0x0076, 1}, {0xA087, 0x0071, 1}, {0xA088, 0x008d, 1}, {0xA089, 0x005a, 1}, {0xA08A, 0x002c, 1}, {0xA08B, 0x0083, 1}, {0xA08C, 0x0013, 1}, {0xA08D, 0x00a6, 1}, {0xA08E, 0x0074, 1}, {0xA08F, 0x0044, 1}, {0xA090, 0x0024, 1}, {0xA091, 0x001b, 1}, {0xA092, 0x0021, 1}, {0xA093, 0x0049, 1}, {0xA094, 0x004d, 1}, {0xA095, 0x009a, 1}, {0xA096, 0x0052, 1}, {0xA097, 0x0096, 1}, {0xA098, 0x00ca, 1}, {0xA099, 0x00b8, 1}, {0xA09A, 0x00a5, 1}, {0xA09B, 0x0035, 1}, {0xA09C, 0x0096, 1}, {0xA09D, 0x0049, 1}, {0xA09E, 0x004f, 1}, {0xA09F, 0x0064, 1}, {0xA0A0, 0x00b2, 1}, {0xA0A1, 0x0073, 1}, {0xA0A2, 0x0096, 1}, {0xA0A3, 0x00ce, 1}, {0xA0A4, 0x003c, 1}, {0xA0A5, 0x0045, 1}, {0xA0A6, 0x002e, 1}, {0xA0A7, 0x004e, 1}, {0xA0A8, 0x0091, 1}, {0xA0A9, 0x004b, 1}, {0xA0AA, 0x0059, 1}, {0xA0AB, 0x0038, 1}, {0xA0AC, 0x00b3, 1}, {0xA0AD, 0x0018, 1}, {0xA0AE, 0x00ee, 1}, {0xA0AF, 0x0034, 1}, {0xA0B0, 0x0066, 1}, {0xA0B1, 0x003d, 1}, {0xA0B2, 0x00b9, 1}, {0xA0B3, 0x0009, 1}, {0xA0B4, 0x0091, 1}, {0xA0B5, 0x006f, 1}, {0xA0B6, 0x0026, 1}, {0xA0B7, 0x0004, 1}, {0xA0B8, 0x001a, 1}, {0xA0B9, 0x00f8, 1}, {0xA0BA, 0x0030, 1}, {0xA0BB, 0x00a6, 1}, {0xA0BC, 0x003b, 1}, {0xA0BD, 0x008d, 1}, {0xA0BE, 0x00e9, 1}, {0xA0BF, 0x008e, 1}, {0xA0C0, 0x0067, 1}, {0xA0C1, 0x00de, 1}, {0xA0C2, 0x0093, 1}, {0xA0C3, 0x009b, 1}, {0xA0C4, 0x000b, 1}, {0xA0C5, 0x00c9, 1}, {0xA0C6, 0x00a6, 1}, {0xA0C7, 0x0044, 1}, {0xA0C8, 0x00aa, 1}, {0xA0C9, 0x00a1, 1}, {0xA0CA, 0x0090, 1}, {0xA0CB, 0x006d, 1}, {0xA0CC, 0x0040, 1}, {0xA0CD, 0x00f4, 1}, {0xA0CE, 0x0019, 1}, {0xA0CF, 0x0005, 1}, {0xA0D0, 0x003d, 1}, {0xA0D1, 0x0026, 1}, {0xA0D2, 0x003e, 1}, {0xA0D3, 0x0090, 1}, {0xA0D4, 0x0089, 1}, {0xA0D5, 0x008f, 1}, {0xA0D6, 0x0067, 1}, {0xA0D7, 0x0010, 1}, {0xA0D8, 0x0014, 1}, {0xA0D9, 0x009b, 1}, {0xA0DA, 0x0011, 1}, {0xA0DB, 0x008d, 1}, {0xA0DC, 0x00c6, 1}, {0xA0DD, 0x0042, 1}, {0xA0DE, 0x007e, 1}, {0xA0DF, 0x00d1, 1}, {0xA0E0, 0x008c, 1}, {0xA0E1, 0x0063, 1}, {0xA0E2, 0x0056, 1}, {0xA0E3, 0x0023, 1}, {0xA0E4, 0x0018, 1}, {0xA0E5, 0x00cc, 1}, {0xA0E6, 0x00e4, 1}, {0xA0E7, 0x0065, 1}, {0xA0E8, 0x0031, 1}, {0xA0E9, 0x0078, 1}, {0xA0EA, 0x0051, 1}, {0xA0EB, 0x004c, 1}, {0xA0EC, 0x0061, 1}, {0xA0ED, 0x002e, 1}, {0xA0EE, 0x0063, 1}, {0xA0EF, 0x0019, 1}, {0xA0F0, 0x00d4, 1}, {0xA0F1, 0x0014, 1}, {0xA0F2, 0x00c6, 1}, {0xA0F3, 0x0032, 1}, {0xA0F4, 0x0090, 1}, {0xA0F5, 0x0061, 1}, {0xA0F6, 0x000d, 1}, {0xA0F7, 0x0066, 1}, {0xA0F8, 0x0066, 1}, {0xA0F9, 0x0053, 1}, {0xA0FA, 0x0098, 1}, {0xA0FB, 0x00cc, 1}, {0xA0FC, 0x00e4, 1}, {0xA0FD, 0x0005, 1}, {0xA0FE, 0x0031, 1}, {0xA0FF, 0x0078, 1}, {0xA100, 0x0041, 1}, {0xA101, 0x000c, 1}, {0xA102, 0x0062, 1}, {0xA103, 0x0030, 1}, {0xA104, 0x00f3, 1}, {0xA105, 0x0019, 1}, {0xA106, 0x00d8, 1}, {0xA107, 0x005c, 1}, {0xA108, 0x00e6, 1}, {0xA109, 0x0034, 1}, {0xA10A, 0x0075, 1}, {0xA10B, 0x0059, 1}, {0xA10C, 0x008c, 1}, {0xA10D, 0x005d, 1}, {0xA10E, 0x0012, 1}, {0xA10F, 0x0063, 1}, {0xA110, 0x0095, 1}, {0xA111, 0x00b1, 1}, {0xA112, 0x0010, 1}, {0xA113, 0x00c5, 1}, {0xA114, 0x0029, 1}, {0xA115, 0x0045, 1}, {0xA116, 0x0071, 1}, {0xA117, 0x004a, 1}, {0xA118, 0x0056, 1}, {0xA119, 0x00c6, 1}, {0xA11A, 0x00b2, 1}, {0xA11B, 0x0017, 1}, {0xA11C, 0x00c3, 1}, {0xA11D, 0x00e8, 1}, {0xA11E, 0x00c5, 1}, {0xA11F, 0x0030, 1}, {0xA120, 0x0059, 1}, {0xA121, 0x0069, 1}, {0xA122, 0x000b, 1}, {0xA123, 0x0055, 1}, {0xA124, 0x00c8, 1}, {0xA125, 0x00e2, 1}, {0xA126, 0x0012, 1}, {0xA127, 0x009b, 1}, {0xA128, 0x0068, 1}, {0xA129, 0x00a4, 1}, {0xA12A, 0x0023, 1}, {0xA12B, 0x001a, 1}, {0xA12C, 0x00e1, 1}, {0xA12D, 0x0008, 1}, {0xA12E, 0x004c, 1}, {0xA12F, 0x006a, 1}, {0xA130, 0x0082, 1}, {0xA131, 0x0095, 1}, {0xA132, 0x00b0, 1}, {0xA133, 0x0074, 1}, {0xA134, 0x0025, 1}, {0xA135, 0x002d, 1}, {0xA136, 0x0049, 1}, {0xA137, 0x00d1, 1}, {0xA138, 0x000a, 1}, {0xA139, 0x0050, 1}, {0xA13A, 0x009a, 1}, {0xA13B, 0x0072, 1}, {0xA13C, 0x0091, 1}, {0xA13D, 0x008e, 1}, {0xA13E, 0x0004, 1}, {0xA13F, 0x0024, 1}, {0xA140, 0x0020, 1}, {0xA141, 0x0002, 1}, {0xA142, 0x0009, 1}, {0xA143, 0x0008, 1}, {0xA144, 0x0046, 1}, {0xA145, 0x0034, 1}, {0xA146, 0x0012, 1}, {0xA147, 0x0014, 1}, {0xA148, 0x00a5, 1}, {0xA149, 0x0024, 1}, {0xA14A, 0x00e5, 1}, {0xA14B, 0x002a, 1}, {0xA14C, 0x004c, 1}, {0xA14D, 0x00e1, 1}, {0xA14E, 0x00ca, 1}, {0xA14F, 0x0050, 1}, {0xA150, 0x009e, 1}, {0xA151, 0x0072, 1}, {0xA152, 0x0011, 1}, {0xA153, 0x008e, 1}, {0xA154, 0x0000, 1}, {0xA155, 0x0004, 1}, {0xA156, 0x0020, 1}, {0xA157, 0x0001, 1}, {0xA158, 0x0001, 1}, {0xA159, 0x0008, 1}, {0xA15A, 0x0046, 1}, {0xA15B, 0x0030, 1}, {0xA15C, 0x0002, 1}, {0xA15D, 0x0014, 1}, {0xA15E, 0x00a5, 1}, {0xA15F, 0x001c, 1}, {0xA160, 0x00e5, 1}, {0xA161, 0x002a, 1}, {0xA162, 0x0062, 1}, {0xA163, 0x0081, 1}, {0xA164, 0x008b, 1}, {0xA165, 0x0056, 1}, {0xA166, 0x00cc, 1}, {0xA167, 0x00f2, 1}, {0xA168, 0x0092, 1}, {0xA169, 0x009a, 1}, {0xA16A, 0x0060, 1}, {0xA16B, 0x0044, 1}, {0xA16C, 0x0023, 1}, {0xA16D, 0x0018, 1}, {0xA16E, 0x00c9, 1}, {0xA16F, 0x0048, 1}, {0xA170, 0x004b, 1}, {0xA171, 0x0066, 1}, {0xA172, 0x0012, 1}, {0xA173, 0x0015, 1}, {0xA174, 0x00b1, 1}, {0xA175, 0x0058, 1}, {0xA176, 0x0065, 1}, {0xA177, 0x002d, 1}, {0xA178, 0x0084, 1}, {0xA179, 0x0081, 1}, {0xA17A, 0x008c, 1}, {0xA17B, 0x0060, 1}, {0xA17C, 0x001a, 1}, {0xA17D, 0x00d3, 1}, {0xA17E, 0x0095, 1}, {0xA17F, 0x00b2, 1}, {0xA180, 0x0018, 1}, {0xA181, 0x0085, 1}, {0xA182, 0x0029, 1}, {0xA183, 0x0044, 1}, {0xA184, 0x0061, 1}, {0xA185, 0x008a, 1}, {0xA186, 0x0055, 1}, {0xA187, 0x00ca, 1}, {0xA188, 0x0032, 1}, {0xA189, 0x0017, 1}, {0xA18A, 0x00c6, 1}, {0xA18B, 0x00c4, 1}, {0xA18C, 0x00c5, 1}, {0xA18D, 0x0031, 1}, {0xA18E, 0x00a8, 1}, {0xA18F, 0x00b9, 1}, {0xA190, 0x00cd, 1}, {0xA191, 0x006b, 1}, {0xA192, 0x007a, 1}, {0xA193, 0x0053, 1}, {0xA194, 0x0099, 1}, {0xA195, 0x00cf, 1}, {0xA196, 0x0000, 1}, {0xA197, 0x00a6, 1}, {0xA198, 0x0031, 1}, {0xA199, 0x007d, 1}, {0xA19A, 0x0069, 1}, {0xA19B, 0x000c, 1}, {0xA19C, 0x0062, 1}, {0xA19D, 0x0040, 1}, {0xA19E, 0x00c3, 1}, {0xA19F, 0x0019, 1}, {0xA1A0, 0x00de, 1}, {0xA1A1, 0x004c, 1}, {0xA1A2, 0x00a6, 1}, {0xA1A3, 0x0036, 1}, {0xA1A4, 0x0099, 1}, {0xA1A5, 0x0049, 1}, {0xA1A6, 0x00cd, 1}, {0xA1A7, 0x0069, 1}, {0xA1A8, 0x006e, 1}, {0xA1A9, 0x0043, 1}, {0xA1AA, 0x0019, 1}, {0xA1AB, 0x00d0, 1}, {0xA1AC, 0x000c, 1}, {0xA1AD, 0x0046, 1}, {0xA1AE, 0x0032, 1}, {0xA1AF, 0x0081, 1}, {0xA1B0, 0x0099, 1}, {0xA1B1, 0x00cc, 1}, {0xA1B2, 0x0061, 1}, {0xA1B3, 0x0040, 1}, {0xA1B4, 0x0053, 1}, {0xA1B5, 0x0099, 1}, {0xA1B6, 0x00da, 1}, {0xA1B7, 0x0014, 1}, {0xA1B8, 0x00c6, 1}, {0xA1B9, 0x0034, 1}, {0xA1BA, 0x00ca, 1}, {0xA1BB, 0x00f1, 1}, {0xA1BC, 0x00ce, 1}, {0xA1BD, 0x0071, 1}, {0xA1BE, 0x0072, 1}, {0xA1BF, 0x0093, 1}, {0xA1C0, 0x009b, 1}, {0xA1C1, 0x00e5, 1}, {0xA1C2, 0x0084, 1}, {0xA1C3, 0x0047, 1}, {0xA1C4, 0x0039, 1}, {0xA1C5, 0x00e1, 1}, {0xA1C6, 0x0041, 1}, {0xA1C7, 0x000f, 1}, {0xA1C8, 0x0071, 1}, {0xA1C9, 0x005c, 1}, {0xA1CA, 0x00e3, 1}, {0xA1CB, 0x001a, 1}, {0xA1CC, 0x00e3, 1}, {0xA1CD, 0x00a8, 1}, {0xA1CE, 0x0067, 1}, {0xA1CF, 0x003c, 1}, {0xA1D0, 0x00ba, 1}, {0xA1D1, 0x0089, 1}, {0xA1D2, 0x008d, 1}, {0xA1D3, 0x005e, 1}, {0xA1D4, 0x00b6, 1}, {0xA1D5, 0x00b2, 1}, {0xA1D6, 0x0095, 1}, {0xA1D7, 0x00bd, 1}, {0xA1D8, 0x00c4, 1}, {0xA1D9, 0x0046, 1}, {0xA1DA, 0x0037, 1}, {0xA1DB, 0x008f, 1}, {0xA1DC, 0x00e1, 1}, {0xA1DD, 0x004b, 1}, {0xA1DE, 0x004f, 1}, {0xA1DF, 0x003a, 1}, {0xA1E0, 0x00d2, 1}, {0xA1E1, 0x0091, 1}, {0xA1E2, 0x009e, 1}, {0xA1E3, 0x00f4, 1}, {0xA1E4, 0x00e5, 1}, {0xA1E5, 0x0031, 1}, {0xA1E6, 0x0076, 1}, {0xA1E7, 0x00f9, 1}, {0xA1E8, 0x00ca, 1}, {0xA1E9, 0x0047, 1}, {0xA1EA, 0x0000, 1}, {0xA1EB, 0x0002, 1}, {0xA1EC, 0x0010, 1}, {0xA1ED, 0x008f, 1}, {0xA1EE, 0x007c, 1}, {0xA1EF, 0x00a5, 1}, {0xA1F0, 0x002e, 1}, {0xA1F1, 0x0077, 1}, {0xA1F2, 0x00f9, 1}, {0xA1F3, 0x00ca, 1}, {0xA1F4, 0x0047, 1}, {0xA1F5, 0x0000, 1}, {0xA1F6, 0x0002, 1}, {0xA1F7, 0x0090, 1}, {0xA1F8, 0x008f, 1}, {0xA1F9, 0x007c, 1}, {0xA1FA, 0x00a5, 1}, {0xA1FB, 0x002e, 1}, {0xA1FC, 0x0095, 1}, {0xA1FD, 0x0001, 1}, {0xA1FE, 0x00cc, 1}, {0xA1FF, 0x004f, 1}, {0xA200, 0x003c, 1}, {0xA201, 0x00f2, 1}, {0xA202, 0x0011, 1}, {0xA203, 0x00a0, 1}, {0xA204, 0x0004, 1}, {0xA205, 0x0086, 1}, {0xA206, 0x0032, 1}, {0xA207, 0x00c7, 1}, {0xA208, 0x00e9, 1}, {0xA209, 0x004d, 1}, {0xA20A, 0x0060, 1}, {0xA20B, 0x00c0, 1}, {0xA20C, 0x0012, 1}, {0xA20D, 0x0096, 1}, {0xA20E, 0x00c0, 1}, {0xA20F, 0x00f8, 1}, {0xA210, 0x0026, 1}, {0xA211, 0x0039, 1}, {0xA212, 0x00f6, 1}, {0xA213, 0x00e1, 1}, {0xA214, 0x000f, 1}, {0xA215, 0x0076, 1}, {0xA216, 0x007e, 1}, {0xA217, 0x00f3, 1}, {0xA218, 0x001b, 1}, {0xA219, 0x00eb, 1}, {0xA21A, 0x00fc, 1}, {0xA21B, 0x0027, 1}, {0xA21C, 0x003f, 1}, {0xA21D, 0x00e3, 1}, {0xA21E, 0x00a9, 1}, {0xA21F, 0x008f, 1}, {0xA220, 0x0077, 1}, {0xA221, 0x009a, 1}, {0xA222, 0x00c3, 1}, {0xA223, 0x001c, 1}, {0xA224, 0x00ee, 1}, {0xA225, 0x00d8, 1}, {0xA226, 0x0067, 1}, {0xA227, 0x003c, 1}, {0x0068, 0x0057, 1}, {0x4a16, 0x0000, 2},//offset value for fine adjustment (r component) {0x4a18, 0x0000, 2},//offset value for fine adjustment (b component) {0x4a1a, 0x0400, 2},//shd setting,knot minimum value,r {0x4a1c, 0x0400, 2},//shd setting,knot minimum value,gr {0x4a1e, 0x0400, 2},//shd setting,knot minimum value,gb {0x4a20, 0x0400, 2},//shd setting,knot minimum value,b {0x4a22, 0x0000, 2},//shd,normr offset,for r2 {0x4A24, 0x0010, 2},//SHD,PRER OFFSET,FOR R2 {0x4a26, 0x0000, 2},//shd,normr offset,for rb {0x4a28, 0xffee, 2},//shd,prer offset,for rb {0x4a2a, 0x0000, 2},//shd,normb offset,for rb {0x4a2c, 0xfff4, 2},//shd,preb offset,for rb {0x4a04, 0x11A1, 2},//5800k normalized coefficient r adjust this using the pre-white balance function of the adjustment mode. 1.0 = 1000h. when 0 is set,it is regarded as 1. {0x4a06, 0x0F73, 2},//5800k normalized coefficient b adjust this using the pre-white balance function of the adjustment mode. 1.0 = 1000h. when 0 is set,it is regarded as 1. {0x4a08, 0x0152, 2},//3200k r gain adjust this using the pre-white balance function of the adjustment mode. 1.0 = 100h. when 0 is set,it is regarded as 1. when the value larger than fffh is set,it is regarded as fffh. {0x4a0a, 0x023B, 2},//3200k b gain adjust this using the pre-white balance function of the adjustment mode. 1.0 = 100h. when 0 is set,it is regarded as 1. when the value larger than fffh is set,it is regarded as fffh. {0x4a10, 0x0B19, 2},//7200k awb pre-white balance adjustment c14 r/g coordinate setting {0x4a12, 0x1530, 2},//7200k awb pre-white balance adjustment c14 b/g coordinate setting {0x4a14, 0x0084, 1},//reference sensitivity ratio of sensor (r/g) {0x4a15, 0x0084, 1},//reference sensitivity ratio of sensor (b/g) }; isx005_short_t isx005_pattern_on[] = { // Clamp OFFSET = 0 {0x3205,0x01,1}, // Clamp mode 0:F/W Auto, 1:°νΑ€ () {0x0068,0x50,1}, // SHD OFF {0x4001,0x05,1}, // Flicker OFF // Pre-WB {0x4A04,0x1000,2}, // NORMR {0x4A06,0x1000,2}, // NORMB {0x4A08,0x0100,2}, // AWBPRER {0x4A0A,0x0100,2}, // AWBPREB {0x4A14,0x00,1}, //REFERENCE SENSITIVITY RATIO OF SENSOR (R/G) {0x4A15,0x00,1}, //REFERENCE SENSITIVITY RATIO OF SENSOR (B/G) // AE Preset0 {0x0084,0x014A,2}, // AE PRESET0 700LX {0x0086,0x0298,2}, // AE PRESET0 700LX // AWB Preset0 {0x4436,0x1000,2}, // Preset0 R {0x4438,0x1000,2}, // Preset0 B {0x005F,0x00,1}, // EFFECT OFF {0x0102,0x04,1}, // AWB_SN1 AWB mode 4- PRESET0 {0x0103,0x04,1}, // AE_SN1 4- Preset0 {0x0105,0x00,1}, // PICT_SN1 Gamma OFF {0x0100,0x00,1}, // SCENE SELECT {0x4E16,0x04,1}, // LM through mode {0x3200,0x10,1}, // Supress OFF {0x3203,0x00,1}, // WDT OFF {0x3204,0x02,1}, // Defect Correction //Noise reduction coring {0x4F2C,0x0000,2}, // DS_ADGRADCORE_A {0x4F2E,0x0000,2}, // DS_ADGRADCORE_B {0x4F30,0x0000,2}, // DS_ADGRADCORE_C {0x4F32,0x0000,2}, // DS_HVGRADCORE_A {0x4F34,0x0000,2}, // DS_HVGRADCORE_B {0x4F36,0x0000,2}, // DS_HVGRADCORE_C {0x4F38,0x01,1}, // 0:4bits DS_ADGRADLIM_A {0x4F39,0x01,1}, // 0:4bits DS_ADGRADLIM_B {0x4F3A,0x01,1}, // 0:4bits DS_ADGRADLIM_C {0x4F3B,0x01,1}, // 0:4bits DS_HVGRADLIM_A {0x4F3C,0x01,1}, // 0:4bits DS_HVGRADLIM_B {0x4F3D,0x01,1}, // 0:4bits DS_HVGRADLIM_C //DS_SLSEL {0x4F41,0x00,1}, //YN_LUMTH {0x5800,0x0001,2}, //GAINADJ_00 {0x5888,0x0001,2}, //DM_LUMTH_A {0x588A,0x0001,2}, //DM_LUMTH_B {0x588C,0x0001,2}, //DM_LUMTH_C //LN_CTH {0x588E,0x0001,2}, //DM_LU_C_MTH_A {0x5890,0x0001,2}, //DM_C_LUMTH_B {0x5892,0x0001,2}, //DM_C_LUMTH_C {0x4E0B,0x00,1}, //HUE GAIN MODE SELECTION {0x4F24,0x00,2}, // MAIN_CONFIG1 {0x4F25,0x00,2}, // MAIN_CONFIG2 {0x2800,0x4020000,4}, // IR_PG : Colorbar {0x3202,0x01,1}, // Partten ON }; isx005_short_t isx005_15fps[] ={ //352X288 // 15 fps // {0x0022, 0x0160, 2},//HSIZE_CAP 352 IF // {0x0028, 0x0120, 2},//VSIZE_CAP 288 {0x02A4, 0x0323, 2},// VADJ_SENS_1_2 15 fps {0x0011, 0x0000, 1},//MODE SELECT {0x0012, 0x0001, 1},//MODE SELECT }; isx005_short_t isx005_30fps[] ={ //352X288 // 15 fps // {0x0022, 0x0160, 2},//HSIZE_CAP 352 IF // {0x0028, 0x0120, 2},//VSIZE_CAP 288 {0x02A4, 0x0000, 2},// VADJ_SENS_1_2 15 fps {0x0011, 0x0000, 1},//MODE SELECT {0x0012, 0x0001, 1},//MODE SELECT {0x0104, 0x000D, 1},// AE_SUB_SN1 : Center type2 Average }; isx005_short_t isx005_vhflip_on[] ={ {0x001f, 0x0003, 1}, //Moni {0x0020, 0x0003, 1}, //cap {0x0021, 0x0003, 1}, //Movie {0x0011, 0x0000, 1}, //Moniter mode {0x0012, 0x0001, 1}, //ref }; isx005_short_t isx005_vhflip_off[] ={ {0x001f, 0x0000, 1}, //Moni {0x0020, 0x0000, 1}, //cap {0x0021, 0x0000, 1}, //Movie {0x0011, 0x0000, 1}, //Moniter mode {0x0012, 0x0001, 1}, //ref }; static inline int isx005_i2c_read(struct i2c_client *client, unsigned short subaddr, unsigned short *data); static inline int isx005_i2c_write_multi(struct i2c_client *client, unsigned short addr, unsigned int w_data, unsigned int w_len); static int isx005_i2c_write(struct v4l2_subdev *sd, isx005_short_t regs[], int size, char *name); static int isx005_check_dataline_start(struct v4l2_subdev *sd); static int isx005_check_dataline_stop(struct v4l2_subdev *sd); #define ISX005_INIT_IMAGETUNING_SETTING_REGS (sizeof(isx005_init_image_tuning_setting) / sizeof(isx005_init_image_tuning_setting[0])) #define ISX005_INIT_REGS (sizeof(isx005_init_reg) / sizeof(isx005_init_reg[0])) #define ISX005_AF_MACRO_MODE_REGS (sizeof(isx005_AF_Macro_mode) / sizeof(isx005_AF_Macro_mode[0])) #define ISX005_AF_NORMAL_MODE_REGS (sizeof(isx005_AF_Normal_mode) / sizeof(isx005_AF_Normal_mode[0])) #define ISX005_SINGLE_AF_START_REGS (sizeof(isx005_Single_AF_Start) / sizeof(isx005_Single_AF_Start[0])) #define ISX005_SINGLE_AF_OFF_REGS (sizeof(isx005_Single_AF_Off) / sizeof(isx005_Single_AF_Off[0])) #define ISX005_AF_RETURN_INF_POS_REGS (sizeof(isx005_AF_Return_Inf_pos) / sizeof(isx005_AF_Return_Inf_pos[0])) #define ISX005_AF_RETURN_MACRO_POS_REGS (sizeof(isx005_AF_Return_Macro_pos) / sizeof(isx005_AF_Return_Macro_pos[0])) #define ISX005_PATTERN_ON_REGS (sizeof(isx005_pattern_on) / sizeof(isx005_pattern_on[0])) #if 0 #define ISX005_EFFECT_NORMAL_REGS (sizeof(isx005_Effect_Normal) / sizeof(isx005_Effect_Normal[0])) #define ISX005_EFFECT_NEGATIVE_REGS (sizeof(isx005_Effect_Negative) / sizeof(isx005_Effect_Negative[0])) #define ISX005_EFFECT_SEPIA_REGS (sizeof(isx005_Effect_Sepia) / sizeof(isx005_Effect_Sepia[0])) #define ISX005_EFFECT_BLACK_WHITE_REGS (sizeof(isx005_Effect_Black_White) / sizeof(isx005_Effect_Black_White[0])) #define ISX005_WHITE_BALANCE_AUTO_REGS (sizeof(isx005_WB_Auto) / sizeof(isx005_WB_Auto[0])) #define ISX005_WHITE_BALANCE_SUNNY_REGS (sizeof(isx005_WB_Sunny) / sizeof(isx005_WB_Sunny[0])) #define ISX005_WHITE_BALANCE_CLOUDY_REGS (sizeof(isx005_WB_Cloudy) / sizeof(isx005_WB_Cloudy[0])) #define ISX005_WHITE_BALANCE_TUNGSTEN_REGS (sizeof(isx005_WB_Tungsten) / sizeof(isx005_WB_Tungsten[0])) #define ISX005_WHITE_BALANCE_FLUORESCENT_REGS (sizeof(isx005_WB_Fluorescent) / sizeof(isx005_WB_Fluorescent[0])) #endif #endif /* __ISX005_H__ */