162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * Copyright (C) 2017 Jernej Skrabec <jernej.skrabec@siol.net>
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * Coefficients are taken from BSP driver, which is:
562306a36Sopenharmony_ci * Copyright (C) 2014-2015 Allwinner
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * This file is licensed under the terms of the GNU General Public
862306a36Sopenharmony_ci * License version 2.  This program is licensed "as is" without any
962306a36Sopenharmony_ci * warranty of any kind, whether express or implied.
1062306a36Sopenharmony_ci */
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include "sun8i_vi_scaler.h"
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistatic const u32 lan3coefftab32_left[480] = {
1562306a36Sopenharmony_ci	0x40000000, 0x40fe0000, 0x3ffd0100, 0x3efc0100,
1662306a36Sopenharmony_ci	0x3efb0100, 0x3dfa0200, 0x3cf90200, 0x3bf80200,
1762306a36Sopenharmony_ci	0x39f70200, 0x37f70200, 0x35f70200, 0x33f70200,
1862306a36Sopenharmony_ci	0x31f70200, 0x2ef70200, 0x2cf70200, 0x2af70200,
1962306a36Sopenharmony_ci	0x27f70200, 0x24f80100, 0x22f80100, 0x1ef90100,
2062306a36Sopenharmony_ci	0x1cf90100, 0x19fa0100, 0x17fa0100, 0x14fb0100,
2162306a36Sopenharmony_ci	0x11fc0000, 0x0ffc0000, 0x0cfd0000, 0x0afd0000,
2262306a36Sopenharmony_ci	0x08fe0000, 0x05ff0000, 0x03ff0000, 0x02000000,
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci	0x3806fc02, 0x3805fc02, 0x3803fd01, 0x3801fe01,
2562306a36Sopenharmony_ci	0x3700fe01, 0x35ffff01, 0x35fdff01, 0x34fc0001,
2662306a36Sopenharmony_ci	0x34fb0000, 0x33fa0000, 0x31fa0100, 0x2ff90100,
2762306a36Sopenharmony_ci	0x2df80200, 0x2bf80200, 0x2af70200, 0x28f70200,
2862306a36Sopenharmony_ci	0x27f70200, 0x24f70300, 0x22f70300, 0x1ff70300,
2962306a36Sopenharmony_ci	0x1ef70300, 0x1cf70300, 0x1af70300, 0x18f70300,
3062306a36Sopenharmony_ci	0x16f80300, 0x13f80300, 0x11f90300, 0x0ef90300,
3162306a36Sopenharmony_ci	0x0efa0200, 0x0cfa0200, 0x0afb0200, 0x08fb0200,
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ci	0x320bfa02, 0x3309fa02, 0x3208fb02, 0x3206fb02,
3462306a36Sopenharmony_ci	0x3205fb02, 0x3104fc02, 0x3102fc01, 0x3001fd01,
3562306a36Sopenharmony_ci	0x3000fd01, 0x2ffffd01, 0x2efefe01, 0x2dfdfe01,
3662306a36Sopenharmony_ci	0x2bfcff01, 0x29fcff01, 0x28fbff01, 0x27fa0001,
3762306a36Sopenharmony_ci	0x26fa0000, 0x24f90000, 0x22f90100, 0x20f90100,
3862306a36Sopenharmony_ci	0x1ff80100, 0x1ef80100, 0x1cf80100, 0x1af80200,
3962306a36Sopenharmony_ci	0x18f80200, 0x17f80200, 0x15f80200, 0x12f80200,
4062306a36Sopenharmony_ci	0x11f90200, 0x0ff90200, 0x0df90200, 0x0cfa0200,
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci	0x2e0efa01, 0x2f0dfa01, 0x2f0bfa01, 0x2e0afa01,
4362306a36Sopenharmony_ci	0x2e09fa01, 0x2e07fb01, 0x2d06fb01, 0x2d05fb01,
4462306a36Sopenharmony_ci	0x2c04fb01, 0x2b03fc01, 0x2a02fc01, 0x2a01fc01,
4562306a36Sopenharmony_ci	0x2800fd01, 0x28fffd01, 0x26fefd01, 0x25fefe01,
4662306a36Sopenharmony_ci	0x24fdfe01, 0x23fcfe01, 0x21fcff01, 0x20fbff01,
4762306a36Sopenharmony_ci	0x1efbff01, 0x1efbff00, 0x1cfa0000, 0x1bfa0000,
4862306a36Sopenharmony_ci	0x19fa0000, 0x18fa0000, 0x17f90000, 0x15f90100,
4962306a36Sopenharmony_ci	0x14f90100, 0x12f90100, 0x11f90100, 0x0ff90100,
5062306a36Sopenharmony_ci
5162306a36Sopenharmony_ci	0x2b10fa00, 0x2b0ffa00, 0x2b0efa00, 0x2b0cfa00,
5262306a36Sopenharmony_ci	0x2b0bfa00, 0x2a0afb01, 0x2a09fb01, 0x2908fb01,
5362306a36Sopenharmony_ci	0x2807fb01, 0x2806fb01, 0x2805fb01, 0x2604fc01,
5462306a36Sopenharmony_ci	0x2503fc01, 0x2502fc01, 0x2401fc01, 0x2301fc01,
5562306a36Sopenharmony_ci	0x2100fd01, 0x21fffd01, 0x21fffd01, 0x20fefd01,
5662306a36Sopenharmony_ci	0x1dfefe01, 0x1cfdfe01, 0x1cfdfe00, 0x1bfcfe00,
5762306a36Sopenharmony_ci	0x19fcff00, 0x19fbff00, 0x17fbff00, 0x16fbff00,
5862306a36Sopenharmony_ci	0x15fbff00, 0x14fb0000, 0x13fa0000, 0x11fa0000,
5962306a36Sopenharmony_ci
6062306a36Sopenharmony_ci	0x2811fcff, 0x2810fcff, 0x280ffbff, 0x280efbff,
6162306a36Sopenharmony_ci	0x270dfb00, 0x270cfb00, 0x270bfb00, 0x260afb00,
6262306a36Sopenharmony_ci	0x2609fb00, 0x2508fb00, 0x2507fb00, 0x2407fb00,
6362306a36Sopenharmony_ci	0x2406fc00, 0x2305fc00, 0x2204fc00, 0x2203fc00,
6462306a36Sopenharmony_ci	0x2103fc00, 0x2002fc00, 0x1f01fd00, 0x1e01fd00,
6562306a36Sopenharmony_ci	0x1d00fd00, 0x1dfffd00, 0x1cfffd00, 0x1bfefd00,
6662306a36Sopenharmony_ci	0x1afefe00, 0x19fefe00, 0x18fdfe00, 0x17fdfe00,
6762306a36Sopenharmony_ci	0x16fdfe00, 0x15fcff00, 0x13fcff00, 0x12fcff00,
6862306a36Sopenharmony_ci
6962306a36Sopenharmony_ci	0x2512fdfe, 0x2511fdff, 0x2410fdff, 0x240ffdff,
7062306a36Sopenharmony_ci	0x240efcff, 0x240dfcff, 0x240dfcff, 0x240cfcff,
7162306a36Sopenharmony_ci	0x230bfcff, 0x230afc00, 0x2209fc00, 0x2108fc00,
7262306a36Sopenharmony_ci	0x2108fc00, 0x2007fc00, 0x2006fc00, 0x2005fc00,
7362306a36Sopenharmony_ci	0x1f05fc00, 0x1e04fc00, 0x1e03fc00, 0x1c03fd00,
7462306a36Sopenharmony_ci	0x1c02fd00, 0x1b02fd00, 0x1b01fd00, 0x1a00fd00,
7562306a36Sopenharmony_ci	0x1900fd00, 0x1800fd00, 0x17fffe00, 0x16fffe00,
7662306a36Sopenharmony_ci	0x16fefe00, 0x14fefe00, 0x13fefe00, 0x13fdfe00,
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ci	0x2212fffe, 0x2211fefe, 0x2211fefe, 0x2110fefe,
7962306a36Sopenharmony_ci	0x210ffeff, 0x220efdff, 0x210dfdff, 0x210dfdff,
8062306a36Sopenharmony_ci	0x210cfdff, 0x210bfdff, 0x200afdff, 0x200afdff,
8162306a36Sopenharmony_ci	0x1f09fdff, 0x1f08fdff, 0x1d08fd00, 0x1c07fd00,
8262306a36Sopenharmony_ci	0x1d06fd00, 0x1b06fd00, 0x1b05fd00, 0x1c04fd00,
8362306a36Sopenharmony_ci	0x1b04fd00, 0x1a03fd00, 0x1a03fd00, 0x1902fd00,
8462306a36Sopenharmony_ci	0x1802fd00, 0x1801fd00, 0x1701fd00, 0x1600fd00,
8562306a36Sopenharmony_ci	0x1400fe00, 0x1400fe00, 0x14fffe00, 0x13fffe00,
8662306a36Sopenharmony_ci
8762306a36Sopenharmony_ci	0x201200fe, 0x201100fe, 0x1f11fffe, 0x2010fffe,
8862306a36Sopenharmony_ci	0x1f0ffffe, 0x1e0ffffe, 0x1f0efeff, 0x1f0dfeff,
8962306a36Sopenharmony_ci	0x1f0dfeff, 0x1e0cfeff, 0x1e0bfeff, 0x1d0bfeff,
9062306a36Sopenharmony_ci	0x1d0afeff, 0x1d09fdff, 0x1d09fdff, 0x1c08fdff,
9162306a36Sopenharmony_ci	0x1c07fdff, 0x1b07fd00, 0x1b06fd00, 0x1a06fd00,
9262306a36Sopenharmony_ci	0x1a05fd00, 0x1805fd00, 0x1904fd00, 0x1804fd00,
9362306a36Sopenharmony_ci	0x1703fd00, 0x1703fd00, 0x1602fe00, 0x1502fe00,
9462306a36Sopenharmony_ci	0x1501fe00, 0x1401fe00, 0x1301fe00, 0x1300fe00,
9562306a36Sopenharmony_ci
9662306a36Sopenharmony_ci	0x1c1202fe, 0x1c1102fe, 0x1b1102fe, 0x1c1001fe,
9762306a36Sopenharmony_ci	0x1b1001fe, 0x1b0f01ff, 0x1b0e00ff, 0x1b0e00ff,
9862306a36Sopenharmony_ci	0x1b0d00ff, 0x1a0d00ff, 0x1a0c00ff, 0x1a0cffff,
9962306a36Sopenharmony_ci	0x1a0bffff, 0x1a0bffff, 0x1a0affff, 0x180affff,
10062306a36Sopenharmony_ci	0x1909ffff, 0x1809ffff, 0x1808ffff, 0x1808feff,
10162306a36Sopenharmony_ci	0x1807feff, 0x1707fe00, 0x1606fe00, 0x1506fe00,
10262306a36Sopenharmony_ci	0x1605fe00, 0x1505fe00, 0x1504fe00, 0x1304fe00,
10362306a36Sopenharmony_ci	0x1304fe00, 0x1303fe00, 0x1203fe00, 0x1203fe00,
10462306a36Sopenharmony_ci
10562306a36Sopenharmony_ci	0x181104ff, 0x191103ff, 0x191003ff, 0x181003ff,
10662306a36Sopenharmony_ci	0x180f03ff, 0x190f02ff, 0x190e02ff, 0x180e02ff,
10762306a36Sopenharmony_ci	0x180d02ff, 0x180d01ff, 0x180d01ff, 0x180c01ff,
10862306a36Sopenharmony_ci	0x180c01ff, 0x180b00ff, 0x170b00ff, 0x170a00ff,
10962306a36Sopenharmony_ci	0x170a00ff, 0x170900ff, 0x160900ff, 0x160900ff,
11062306a36Sopenharmony_ci	0x1608ffff, 0x1508ffff, 0x1507ff00, 0x1507ff00,
11162306a36Sopenharmony_ci	0x1407ff00, 0x1306ff00, 0x1306ff00, 0x1305ff00,
11262306a36Sopenharmony_ci	0x1205ff00, 0x1105ff00, 0x1204ff00, 0x1104ff00,
11362306a36Sopenharmony_ci
11462306a36Sopenharmony_ci	0x171005ff, 0x171005ff, 0x171004ff, 0x170f04ff,
11562306a36Sopenharmony_ci	0x160f04ff, 0x170f03ff, 0x170e03ff, 0x160e03ff,
11662306a36Sopenharmony_ci	0x160d03ff, 0x160d02ff, 0x160d02ff, 0x160c02ff,
11762306a36Sopenharmony_ci	0x160c02ff, 0x160c02ff, 0x160b01ff, 0x150b01ff,
11862306a36Sopenharmony_ci	0x150a01ff, 0x150a01ff, 0x150a01ff, 0x140901ff,
11962306a36Sopenharmony_ci	0x14090000, 0x14090000, 0x14080000, 0x13080000,
12062306a36Sopenharmony_ci	0x13070000, 0x12070000, 0x12070000, 0x12060000,
12162306a36Sopenharmony_ci	0x11060000, 0x11060000, 0x11050000, 0x1105ff00,
12262306a36Sopenharmony_ci
12362306a36Sopenharmony_ci	0x14100600, 0x15100500, 0x150f0500, 0x150f0500,
12462306a36Sopenharmony_ci	0x140f0500, 0x150e0400, 0x140e0400, 0x130e0400,
12562306a36Sopenharmony_ci	0x140d0400, 0x150d0300, 0x130d0300, 0x140c0300,
12662306a36Sopenharmony_ci	0x140c0300, 0x140c0200, 0x140b0200, 0x130b0200,
12762306a36Sopenharmony_ci	0x120b0200, 0x130a0200, 0x130a0200, 0x130a0100,
12862306a36Sopenharmony_ci	0x13090100, 0x12090100, 0x11090100, 0x12080100,
12962306a36Sopenharmony_ci	0x11080100, 0x10080100, 0x11070100, 0x11070000,
13062306a36Sopenharmony_ci	0x10070000, 0x11060000, 0x10060000, 0x10060000,
13162306a36Sopenharmony_ci
13262306a36Sopenharmony_ci	0x140f0600, 0x140f0600, 0x130f0600, 0x140f0500,
13362306a36Sopenharmony_ci	0x140e0500, 0x130e0500, 0x130e0500, 0x140d0400,
13462306a36Sopenharmony_ci	0x140d0400, 0x130d0400, 0x120d0400, 0x130c0400,
13562306a36Sopenharmony_ci	0x130c0300, 0x130c0300, 0x130b0300, 0x130b0300,
13662306a36Sopenharmony_ci	0x110b0300, 0x130a0200, 0x120a0200, 0x120a0200,
13762306a36Sopenharmony_ci	0x120a0200, 0x12090200, 0x10090200, 0x11090100,
13862306a36Sopenharmony_ci	0x11080100, 0x11080100, 0x10080100, 0x10080100,
13962306a36Sopenharmony_ci	0x10070100, 0x10070100, 0x0f070100, 0x10060100,
14062306a36Sopenharmony_ci
14162306a36Sopenharmony_ci	0x120f0701, 0x130f0601, 0x130e0601, 0x130e0601,
14262306a36Sopenharmony_ci	0x120e0601, 0x130e0501, 0x130e0500, 0x130d0500,
14362306a36Sopenharmony_ci	0x120d0500, 0x120d0500, 0x130c0400, 0x130c0400,
14462306a36Sopenharmony_ci	0x120c0400, 0x110c0400, 0x120b0400, 0x120b0300,
14562306a36Sopenharmony_ci	0x120b0300, 0x120b0300, 0x120a0300, 0x110a0300,
14662306a36Sopenharmony_ci	0x110a0200, 0x11090200, 0x11090200, 0x10090200,
14762306a36Sopenharmony_ci	0x10090200, 0x10080200, 0x10080200, 0x10080100,
14862306a36Sopenharmony_ci	0x0f080100, 0x10070100, 0x0f070100, 0x0f070100
14962306a36Sopenharmony_ci};
15062306a36Sopenharmony_ci
15162306a36Sopenharmony_cistatic const u32 lan3coefftab32_right[480] = {
15262306a36Sopenharmony_ci	0x00000000, 0x00000002, 0x0000ff04, 0x0000ff06,
15362306a36Sopenharmony_ci	0x0000fe08, 0x0000fd0a, 0x0000fd0c, 0x0000fc0f,
15462306a36Sopenharmony_ci	0x0000fc12, 0x0001fb14, 0x0001fa17, 0x0001fa19,
15562306a36Sopenharmony_ci	0x0001f91c, 0x0001f91f, 0x0001f822, 0x0001f824,
15662306a36Sopenharmony_ci	0x0002f727, 0x0002f72a, 0x0002f72c, 0x0002f72f,
15762306a36Sopenharmony_ci	0x0002f731, 0x0002f733, 0x0002f735, 0x0002f737,
15862306a36Sopenharmony_ci	0x0002f73a, 0x0002f83b, 0x0002f93c, 0x0002fa3d,
15962306a36Sopenharmony_ci	0x0001fb3e, 0x0001fc3f, 0x0001fd40, 0x0000fe40,
16062306a36Sopenharmony_ci
16162306a36Sopenharmony_ci	0x0002fc06, 0x0002fb08, 0x0002fb0a, 0x0002fa0c,
16262306a36Sopenharmony_ci	0x0002fa0e, 0x0003f910, 0x0003f912, 0x0003f814,
16362306a36Sopenharmony_ci	0x0003f816, 0x0003f719, 0x0003f71a, 0x0003f71d,
16462306a36Sopenharmony_ci	0x0003f71f, 0x0003f721, 0x0003f723, 0x0003f725,
16562306a36Sopenharmony_ci	0x0002f727, 0x0002f729, 0x0002f72b, 0x0002f82d,
16662306a36Sopenharmony_ci	0x0002f82e, 0x0001f930, 0x0001fa31, 0x0000fa34,
16762306a36Sopenharmony_ci	0x0000fb34, 0x0100fc35, 0x01fffd36, 0x01ffff37,
16862306a36Sopenharmony_ci	0x01fe0037, 0x01fe0138, 0x01fd0338, 0x02fc0538,
16962306a36Sopenharmony_ci
17062306a36Sopenharmony_ci	0x0002fa0b, 0x0002fa0c, 0x0002f90e, 0x0002f910,
17162306a36Sopenharmony_ci	0x0002f911, 0x0002f813, 0x0002f816, 0x0002f817,
17262306a36Sopenharmony_ci	0x0002f818, 0x0002f81a, 0x0001f81c, 0x0001f81e,
17362306a36Sopenharmony_ci	0x0001f820, 0x0001f921, 0x0001f923, 0x0000f925,
17462306a36Sopenharmony_ci	0x0000fa26, 0x0100fa28, 0x01fffb29, 0x01fffc2a,
17562306a36Sopenharmony_ci	0x01fffc2c, 0x01fefd2d, 0x01fefe2e, 0x01fdff2f,
17662306a36Sopenharmony_ci	0x01fd0030, 0x01fd0130, 0x01fc0232, 0x02fc0432,
17762306a36Sopenharmony_ci	0x02fb0532, 0x02fb0633, 0x02fb0833, 0x02fa0933,
17862306a36Sopenharmony_ci
17962306a36Sopenharmony_ci	0x0001fa0e, 0x0001f90f, 0x0001f911, 0x0001f913,
18062306a36Sopenharmony_ci	0x0001f914, 0x0001f915, 0x0000f918, 0x0000fa18,
18162306a36Sopenharmony_ci	0x0000fa1a, 0x0000fa1b, 0x0000fa1d, 0x00fffb1e,
18262306a36Sopenharmony_ci	0x01fffb1f, 0x01fffb20, 0x01fffc22, 0x01fefc23,
18362306a36Sopenharmony_ci	0x01fefd24, 0x01fefe25, 0x01fdfe27, 0x01fdff28,
18462306a36Sopenharmony_ci	0x01fd0029, 0x01fc012a, 0x01fc022b, 0x01fc032b,
18562306a36Sopenharmony_ci	0x01fb042d, 0x01fb052d, 0x01fb062e, 0x01fb072e,
18662306a36Sopenharmony_ci	0x01fa092e, 0x01fa0a2f, 0x01fa0b2f, 0x01fa0d2f,
18762306a36Sopenharmony_ci
18862306a36Sopenharmony_ci	0x0000fa11, 0x0000fa12, 0x0000fa13, 0x0000fb14,
18962306a36Sopenharmony_ci	0x00fffb16, 0x00fffb16, 0x00fffb17, 0x00fffb19,
19062306a36Sopenharmony_ci	0x00fffc1a, 0x00fefc1c, 0x00fefd1c, 0x01fefd1d,
19162306a36Sopenharmony_ci	0x01fefe1e, 0x01fdfe20, 0x01fdff21, 0x01fdff22,
19262306a36Sopenharmony_ci	0x01fd0023, 0x01fc0124, 0x01fc0124, 0x01fc0225,
19362306a36Sopenharmony_ci	0x01fc0326, 0x01fc0427, 0x01fb0528, 0x01fb0629,
19462306a36Sopenharmony_ci	0x01fb0729, 0x01fb0829, 0x01fb092a, 0x01fb0a2a,
19562306a36Sopenharmony_ci	0x00fa0b2c, 0x00fa0c2b, 0x00fa0e2b, 0x00fa0f2c,
19662306a36Sopenharmony_ci
19762306a36Sopenharmony_ci	0x00fffc11, 0x00fffc12, 0x00fffc14, 0x00fffc15,
19862306a36Sopenharmony_ci	0x00fefd16, 0x00fefd17, 0x00fefd18, 0x00fefe19,
19962306a36Sopenharmony_ci	0x00fefe1a, 0x00fdfe1d, 0x00fdff1d, 0x00fdff1e,
20062306a36Sopenharmony_ci	0x00fd001d, 0x00fd011e, 0x00fd0120, 0x00fc0221,
20162306a36Sopenharmony_ci	0x00fc0321, 0x00fc0323, 0x00fc0423, 0x00fc0523,
20262306a36Sopenharmony_ci	0x00fc0624, 0x00fb0725, 0x00fb0726, 0x00fb0827,
20362306a36Sopenharmony_ci	0x00fb0926, 0x00fb0a26, 0x00fb0b27, 0x00fb0c27,
20462306a36Sopenharmony_ci	0x00fb0d27, 0xfffb0e28, 0xfffb0f29, 0xfffc1028,
20562306a36Sopenharmony_ci
20662306a36Sopenharmony_ci	0x00fefd13, 0x00fefd13, 0x00fefe14, 0x00fefe15,
20762306a36Sopenharmony_ci	0x00fefe17, 0x00feff17, 0x00feff17, 0x00fd0018,
20862306a36Sopenharmony_ci	0x00fd001a, 0x00fd001a, 0x00fd011b, 0x00fd021c,
20962306a36Sopenharmony_ci	0x00fd021c, 0x00fd031d, 0x00fc031f, 0x00fc041f,
21062306a36Sopenharmony_ci	0x00fc051f, 0x00fc0521, 0x00fc0621, 0x00fc0721,
21162306a36Sopenharmony_ci	0x00fc0821, 0x00fc0822, 0x00fc0922, 0x00fc0a23,
21262306a36Sopenharmony_ci	0xfffc0b24, 0xfffc0c24, 0xfffc0d24, 0xfffc0d25,
21362306a36Sopenharmony_ci	0xfffc0e25, 0xfffd0f25, 0xfffd1025, 0xfffd1125,
21462306a36Sopenharmony_ci
21562306a36Sopenharmony_ci	0x00feff12, 0x00feff14, 0x00feff14, 0x00fe0015,
21662306a36Sopenharmony_ci	0x00fe0015, 0x00fd0017, 0x00fd0118, 0x00fd0118,
21762306a36Sopenharmony_ci	0x00fd0218, 0x00fd0219, 0x00fd031a, 0x00fd031a,
21862306a36Sopenharmony_ci	0x00fd041b, 0x00fd041c, 0x00fd051c, 0x00fd061d,
21962306a36Sopenharmony_ci	0x00fd061d, 0x00fd071e, 0x00fd081e, 0xfffd081f,
22062306a36Sopenharmony_ci	0xfffd091f, 0xfffd0a20, 0xfffd0a20, 0xfffd0b21,
22162306a36Sopenharmony_ci	0xfffd0c21, 0xfffd0d21, 0xfffd0d22, 0xfffd0e23,
22262306a36Sopenharmony_ci	0xfffe0f22, 0xfefe1022, 0xfefe1122, 0xfefe1123,
22362306a36Sopenharmony_ci
22462306a36Sopenharmony_ci	0x00fe0012, 0x00fe0013, 0x00fe0114, 0x00fe0114,
22562306a36Sopenharmony_ci	0x00fe0116, 0x00fe0216, 0x00fe0216, 0x00fd0317,
22662306a36Sopenharmony_ci	0x00fd0317, 0x00fd0418, 0x00fd0419, 0x00fd0519,
22762306a36Sopenharmony_ci	0x00fd051a, 0x00fd061b, 0x00fd061b, 0x00fd071c,
22862306a36Sopenharmony_ci	0xfffd071e, 0xfffd081d, 0xfffd091d, 0xfffd091e,
22962306a36Sopenharmony_ci	0xfffe0a1d, 0xfffe0b1e, 0xfffe0b1e, 0xfffe0c1e,
23062306a36Sopenharmony_ci	0xfffe0d1f, 0xfffe0d1f, 0xfffe0e1f, 0xfeff0f1f,
23162306a36Sopenharmony_ci	0xfeff0f20, 0xfeff1020, 0xfeff1120, 0xfe001120,
23262306a36Sopenharmony_ci
23362306a36Sopenharmony_ci	0x00fe0212, 0x00fe0312, 0x00fe0313, 0x00fe0314,
23462306a36Sopenharmony_ci	0x00fe0414, 0x00fe0414, 0x00fe0416, 0x00fe0515,
23562306a36Sopenharmony_ci	0x00fe0516, 0x00fe0616, 0x00fe0617, 0x00fe0717,
23662306a36Sopenharmony_ci	0xfffe0719, 0xfffe0818, 0xffff0818, 0xffff0919,
23762306a36Sopenharmony_ci	0xffff0919, 0xffff0a19, 0xffff0a1a, 0xffff0b1a,
23862306a36Sopenharmony_ci	0xffff0b1b, 0xffff0c1a, 0xff000c1b, 0xff000d1b,
23962306a36Sopenharmony_ci	0xff000d1b, 0xff000e1b, 0xff000e1c, 0xff010f1c,
24062306a36Sopenharmony_ci	0xfe01101c, 0xfe01101d, 0xfe02111c, 0xfe02111c,
24162306a36Sopenharmony_ci
24262306a36Sopenharmony_ci	0x00ff0411, 0x00ff0411, 0x00ff0412, 0x00ff0512,
24362306a36Sopenharmony_ci	0x00ff0513, 0x00ff0513, 0x00ff0613, 0x00ff0614,
24462306a36Sopenharmony_ci	0x00ff0714, 0x00ff0715, 0x00ff0715, 0xffff0816,
24562306a36Sopenharmony_ci	0xffff0816, 0xff000916, 0xff000917, 0xff000918,
24662306a36Sopenharmony_ci	0xff000a17, 0xff000a18, 0xff000b18, 0xff000b18,
24762306a36Sopenharmony_ci	0xff010c18, 0xff010c19, 0xff010d18, 0xff010d18,
24862306a36Sopenharmony_ci	0xff020d18, 0xff020e19, 0xff020e19, 0xff020f19,
24962306a36Sopenharmony_ci	0xff030f19, 0xff031019, 0xff031019, 0xff031119,
25062306a36Sopenharmony_ci
25162306a36Sopenharmony_ci	0x00ff0511, 0x00ff0511, 0x00000511, 0x00000611,
25262306a36Sopenharmony_ci	0x00000612, 0x00000612, 0x00000712, 0x00000713,
25362306a36Sopenharmony_ci	0x00000714, 0x00000814, 0x00000814, 0x00000914,
25462306a36Sopenharmony_ci	0x00000914, 0xff010914, 0xff010a15, 0xff010a16,
25562306a36Sopenharmony_ci	0xff010a17, 0xff010b16, 0xff010b16, 0xff020c16,
25662306a36Sopenharmony_ci	0xff020c16, 0xff020c16, 0xff020d16, 0xff020d17,
25762306a36Sopenharmony_ci	0xff030d17, 0xff030e17, 0xff030e17, 0xff030f17,
25862306a36Sopenharmony_ci	0xff040f17, 0xff040f17, 0xff041017, 0xff051017,
25962306a36Sopenharmony_ci
26062306a36Sopenharmony_ci	0x00000610, 0x00000610, 0x00000611, 0x00000611,
26162306a36Sopenharmony_ci	0x00000711, 0x00000712, 0x00010712, 0x00010812,
26262306a36Sopenharmony_ci	0x00010812, 0x00010812, 0x00010913, 0x00010913,
26362306a36Sopenharmony_ci	0x00010913, 0x00010a13, 0x00020a13, 0x00020a14,
26462306a36Sopenharmony_ci	0x00020b14, 0x00020b14, 0x00020b14, 0x00020c14,
26562306a36Sopenharmony_ci	0x00030c14, 0x00030c15, 0x00030d15, 0x00030d15,
26662306a36Sopenharmony_ci	0x00040d15, 0x00040e15, 0x00040e15, 0x00040e16,
26762306a36Sopenharmony_ci	0x00050f15, 0x00050f15, 0x00050f16, 0x00051015,
26862306a36Sopenharmony_ci
26962306a36Sopenharmony_ci	0x00000611, 0x00010610, 0x00010710, 0x00010710,
27062306a36Sopenharmony_ci	0x00010711, 0x00010811, 0x00010811, 0x00010812,
27162306a36Sopenharmony_ci	0x00010812, 0x00010912, 0x00020912, 0x00020912,
27262306a36Sopenharmony_ci	0x00020a12, 0x00020a12, 0x00020a13, 0x00020a13,
27362306a36Sopenharmony_ci	0x00030b13, 0x00030b13, 0x00030b14, 0x00030c13,
27462306a36Sopenharmony_ci	0x00030c13, 0x00040c13, 0x00040d14, 0x00040d14,
27562306a36Sopenharmony_ci	0x00040d15, 0x00040d15, 0x00050e14, 0x00050e14,
27662306a36Sopenharmony_ci	0x00050e15, 0x00050f14, 0x00060f14, 0x00060f14,
27762306a36Sopenharmony_ci
27862306a36Sopenharmony_ci	0x0001070f, 0x0001070f, 0x00010710, 0x00010710,
27962306a36Sopenharmony_ci	0x00010810, 0x00010810, 0x00020810, 0x00020811,
28062306a36Sopenharmony_ci	0x00020911, 0x00020911, 0x00020912, 0x00020912,
28162306a36Sopenharmony_ci	0x00020a12, 0x00030a12, 0x00030a12, 0x00030b12,
28262306a36Sopenharmony_ci	0x00030b12, 0x00030b12, 0x00040b12, 0x00040c12,
28362306a36Sopenharmony_ci	0x00040c13, 0x00040c14, 0x00040c14, 0x00050d13,
28462306a36Sopenharmony_ci	0x00050d13, 0x00050d14, 0x00050e13, 0x01050e13,
28562306a36Sopenharmony_ci	0x01060e13, 0x01060e13, 0x01060e14, 0x01060f13
28662306a36Sopenharmony_ci};
28762306a36Sopenharmony_ci
28862306a36Sopenharmony_cistatic const u32 lan2coefftab32[480] = {
28962306a36Sopenharmony_ci	0x00004000, 0x000140ff, 0x00033ffe, 0x00043ffd,
29062306a36Sopenharmony_ci	0x00063efc, 0xff083dfc, 0x000a3bfb, 0xff0d39fb,
29162306a36Sopenharmony_ci	0xff0f37fb, 0xff1136fa, 0xfe1433fb, 0xfe1631fb,
29262306a36Sopenharmony_ci	0xfd192ffb, 0xfd1c2cfb, 0xfd1f29fb, 0xfc2127fc,
29362306a36Sopenharmony_ci	0xfc2424fc, 0xfc2721fc, 0xfb291ffd, 0xfb2c1cfd,
29462306a36Sopenharmony_ci	0xfb2f19fd, 0xfb3116fe, 0xfb3314fe, 0xfa3611ff,
29562306a36Sopenharmony_ci	0xfb370fff, 0xfb390dff, 0xfb3b0a00, 0xfc3d08ff,
29662306a36Sopenharmony_ci	0xfc3e0600, 0xfd3f0400, 0xfe3f0300, 0xff400100,
29762306a36Sopenharmony_ci
29862306a36Sopenharmony_ci	0xff053804, 0xff063803, 0xff083801, 0xff093701,
29962306a36Sopenharmony_ci	0xff0a3700, 0xff0c3500, 0xff0e34ff, 0xff1033fe,
30062306a36Sopenharmony_ci	0xff1232fd, 0xfe1431fd, 0xfe162ffd, 0xfe182dfd,
30162306a36Sopenharmony_ci	0xfd1b2cfc, 0xfd1d2afc, 0xfd1f28fc, 0xfd2126fc,
30262306a36Sopenharmony_ci	0xfd2323fd, 0xfc2621fd, 0xfc281ffd, 0xfc2a1dfd,
30362306a36Sopenharmony_ci	0xfc2c1bfd, 0xfd2d18fe, 0xfd2f16fe, 0xfd3114fe,
30462306a36Sopenharmony_ci	0xfd3212ff, 0xfe3310ff, 0xff340eff, 0x00350cff,
30562306a36Sopenharmony_ci	0x00360a00, 0x01360900, 0x02370700, 0x03370600,
30662306a36Sopenharmony_ci
30762306a36Sopenharmony_ci	0xff083207, 0xff093206, 0xff0a3205, 0xff0c3203,
30862306a36Sopenharmony_ci	0xff0d3103, 0xff0e3102, 0xfe113001, 0xfe132f00,
30962306a36Sopenharmony_ci	0xfe142e00, 0xfe162dff, 0xfe182bff, 0xfe192aff,
31062306a36Sopenharmony_ci	0xfe1b29fe, 0xfe1d27fe, 0xfe1f25fe, 0xfd2124fe,
31162306a36Sopenharmony_ci	0xfe2222fe, 0xfe2421fd, 0xfe251ffe, 0xfe271dfe,
31262306a36Sopenharmony_ci	0xfe291bfe, 0xff2a19fe, 0xff2b18fe, 0xff2d16fe,
31362306a36Sopenharmony_ci	0x002e14fe, 0x002f12ff, 0x013010ff, 0x02300fff,
31462306a36Sopenharmony_ci	0x03310dff, 0x04310cff, 0x05310a00, 0x06310900,
31562306a36Sopenharmony_ci
31662306a36Sopenharmony_ci	0xff0a2e09, 0xff0b2e08, 0xff0c2e07, 0xff0e2d06,
31762306a36Sopenharmony_ci	0xff0f2d05, 0xff102d04, 0xff122c03, 0xfe142c02,
31862306a36Sopenharmony_ci	0xfe152b02, 0xfe172a01, 0xfe182901, 0xfe1a2800,
31962306a36Sopenharmony_ci	0xfe1b2700, 0xfe1d2500, 0xff1e24ff, 0xfe2023ff,
32062306a36Sopenharmony_ci	0xff2121ff, 0xff2320fe, 0xff241eff, 0x00251dfe,
32162306a36Sopenharmony_ci	0x00261bff, 0x00281afe, 0x012818ff, 0x012a16ff,
32262306a36Sopenharmony_ci	0x022a15ff, 0x032b13ff, 0x032c12ff, 0x052c10ff,
32362306a36Sopenharmony_ci	0x052d0fff, 0x062d0d00, 0x072d0c00, 0x082d0b00,
32462306a36Sopenharmony_ci
32562306a36Sopenharmony_ci	0xff0c2a0b, 0xff0d2a0a, 0xff0e2a09, 0xff0f2a08,
32662306a36Sopenharmony_ci	0xff102a07, 0xff112a06, 0xff132905, 0xff142904,
32762306a36Sopenharmony_ci	0xff162803, 0xff172703, 0xff182702, 0xff1a2601,
32862306a36Sopenharmony_ci	0xff1b2501, 0xff1c2401, 0xff1e2300, 0xff1f2200,
32962306a36Sopenharmony_ci	0x00202000, 0x00211f00, 0x01221d00, 0x01231c00,
33062306a36Sopenharmony_ci	0x01251bff, 0x02251aff, 0x032618ff, 0x032717ff,
33162306a36Sopenharmony_ci	0x042815ff, 0x052814ff, 0x052913ff, 0x06291100,
33262306a36Sopenharmony_ci	0x072a10ff, 0x082a0e00, 0x092a0d00, 0x0a2a0c00,
33362306a36Sopenharmony_ci
33462306a36Sopenharmony_ci	0xff0d280c, 0xff0e280b, 0xff0f280a, 0xff102809,
33562306a36Sopenharmony_ci	0xff112808, 0xff122708, 0xff142706, 0xff152705,
33662306a36Sopenharmony_ci	0xff162605, 0xff172604, 0xff192503, 0xff1a2403,
33762306a36Sopenharmony_ci	0x001b2302, 0x001c2202, 0x001d2201, 0x001e2101,
33862306a36Sopenharmony_ci	0x011f1f01, 0x01211e00, 0x01221d00, 0x02221c00,
33962306a36Sopenharmony_ci	0x02231b00, 0x03241900, 0x04241800, 0x04251700,
34062306a36Sopenharmony_ci	0x052616ff, 0x06261400, 0x072713ff, 0x08271100,
34162306a36Sopenharmony_ci	0x08271100, 0x09271000, 0x0a280e00, 0x0b280d00,
34262306a36Sopenharmony_ci
34362306a36Sopenharmony_ci	0xff0e260d, 0xff0f260c, 0xff10260b, 0xff11260a,
34462306a36Sopenharmony_ci	0xff122609, 0xff132608, 0xff142508, 0xff152507,
34562306a36Sopenharmony_ci	0x00152506, 0x00172405, 0x00182305, 0x00192304,
34662306a36Sopenharmony_ci	0x001b2203, 0x001c2103, 0x011d2002, 0x011d2002,
34762306a36Sopenharmony_ci	0x011f1f01, 0x021f1e01, 0x02201d01, 0x03211c00,
34862306a36Sopenharmony_ci	0x03221b00, 0x04221a00, 0x04231801, 0x05241700,
34962306a36Sopenharmony_ci	0x06241600, 0x07241500, 0x08251300, 0x09251200,
35062306a36Sopenharmony_ci	0x09261100, 0x0a261000, 0x0b260f00, 0x0c260e00,
35162306a36Sopenharmony_ci
35262306a36Sopenharmony_ci	0xff0e250e, 0xff0f250d, 0xff10250c, 0xff11250b,
35362306a36Sopenharmony_ci	0x0011250a, 0x00132409, 0x00142408, 0x00152407,
35462306a36Sopenharmony_ci	0x00162307, 0x00172306, 0x00182206, 0x00192205,
35562306a36Sopenharmony_ci	0x011a2104, 0x011b2004, 0x011c2003, 0x021c1f03,
35662306a36Sopenharmony_ci	0x021e1e02, 0x031e1d02, 0x03201c01, 0x04201b01,
35762306a36Sopenharmony_ci	0x04211a01, 0x05221900, 0x05221801, 0x06231700,
35862306a36Sopenharmony_ci	0x07231600, 0x07241500, 0x08241400, 0x09241300,
35962306a36Sopenharmony_ci	0x0a241200, 0x0b241100, 0x0c241000, 0x0d240f00,
36062306a36Sopenharmony_ci
36162306a36Sopenharmony_ci	0x000e240e, 0x000f240d, 0x0010240c, 0x0011240b,
36262306a36Sopenharmony_ci	0x0013230a, 0x0013230a, 0x00142309, 0x00152308,
36362306a36Sopenharmony_ci	0x00162208, 0x00172207, 0x01182106, 0x01192105,
36462306a36Sopenharmony_ci	0x011a2005, 0x021b1f04, 0x021b1f04, 0x021d1e03,
36562306a36Sopenharmony_ci	0x031d1d03, 0x031e1d02, 0x041e1c02, 0x041f1b02,
36662306a36Sopenharmony_ci	0x05201a01, 0x05211901, 0x06211801, 0x07221700,
36762306a36Sopenharmony_ci	0x07221601, 0x08231500, 0x09231400, 0x0a231300,
36862306a36Sopenharmony_ci	0x0a231300, 0x0b231200, 0x0c231100, 0x0d231000,
36962306a36Sopenharmony_ci
37062306a36Sopenharmony_ci	0x000f220f, 0x0010220e, 0x0011220d, 0x0012220c,
37162306a36Sopenharmony_ci	0x0013220b, 0x0013220b, 0x0015210a, 0x0015210a,
37262306a36Sopenharmony_ci	0x01162108, 0x01172008, 0x01182007, 0x02191f06,
37362306a36Sopenharmony_ci	0x02191f06, 0x021a1e06, 0x031a1e05, 0x031c1d04,
37462306a36Sopenharmony_ci	0x041c1c04, 0x041d1c03, 0x051d1b03, 0x051e1a03,
37562306a36Sopenharmony_ci	0x061f1902, 0x061f1902, 0x07201801, 0x08201701,
37662306a36Sopenharmony_ci	0x08211601, 0x09211501, 0x0a211500, 0x0b211400,
37762306a36Sopenharmony_ci	0x0b221300, 0x0c221200, 0x0d221100, 0x0e221000,
37862306a36Sopenharmony_ci
37962306a36Sopenharmony_ci	0x0010210f, 0x0011210e, 0x0011210e, 0x0012210d,
38062306a36Sopenharmony_ci	0x0013210c, 0x0014200c, 0x0114200b, 0x0115200a,
38162306a36Sopenharmony_ci	0x01161f0a, 0x01171f09, 0x02171f08, 0x02181e08,
38262306a36Sopenharmony_ci	0x03181e07, 0x031a1d06, 0x031a1d06, 0x041b1c05,
38362306a36Sopenharmony_ci	0x041c1c04, 0x051c1b04, 0x051d1a04, 0x061d1a03,
38462306a36Sopenharmony_ci	0x071d1903, 0x071e1803, 0x081e1802, 0x081f1702,
38562306a36Sopenharmony_ci	0x091f1602, 0x0a201501, 0x0b1f1501, 0x0b201401,
38662306a36Sopenharmony_ci	0x0c211300, 0x0d211200, 0x0e201200, 0x0e211100,
38762306a36Sopenharmony_ci
38862306a36Sopenharmony_ci	0x00102010, 0x0011200f, 0x0012200e, 0x0013200d,
38962306a36Sopenharmony_ci	0x0013200d, 0x01141f0c, 0x01151f0b, 0x01151f0b,
39062306a36Sopenharmony_ci	0x01161f0a, 0x02171e09, 0x02171e09, 0x03181d08,
39162306a36Sopenharmony_ci	0x03191d07, 0x03191d07, 0x041a1c06, 0x041b1c05,
39262306a36Sopenharmony_ci	0x051b1b05, 0x051c1b04, 0x061c1a04, 0x071d1903,
39362306a36Sopenharmony_ci	0x071d1903, 0x081d1803, 0x081e1703, 0x091e1702,
39462306a36Sopenharmony_ci	0x0a1f1601, 0x0a1f1502, 0x0b1f1501, 0x0c1f1401,
39562306a36Sopenharmony_ci	0x0d201300, 0x0d201300, 0x0e201200, 0x0f201100,
39662306a36Sopenharmony_ci
39762306a36Sopenharmony_ci	0x00102010, 0x0011200f, 0x00121f0f, 0x00131f0e,
39862306a36Sopenharmony_ci	0x00141f0d, 0x01141f0c, 0x01141f0c, 0x01151e0c,
39962306a36Sopenharmony_ci	0x02161e0a, 0x02171e09, 0x03171d09, 0x03181d08,
40062306a36Sopenharmony_ci	0x03181d08, 0x04191c07, 0x041a1c06, 0x051a1b06,
40162306a36Sopenharmony_ci	0x051b1b05, 0x061b1a05, 0x061c1a04, 0x071c1904,
40262306a36Sopenharmony_ci	0x081c1903, 0x081d1803, 0x091d1703, 0x091e1702,
40362306a36Sopenharmony_ci	0x0a1e1602, 0x0b1e1502, 0x0c1e1501, 0x0c1f1401,
40462306a36Sopenharmony_ci	0x0d1f1400, 0x0e1f1300, 0x0e1f1201, 0x0f1f1200,
40562306a36Sopenharmony_ci
40662306a36Sopenharmony_ci	0x00111e11, 0x00121e10, 0x00131e0f, 0x00131e0f,
40762306a36Sopenharmony_ci	0x01131e0e, 0x01141d0e, 0x02151d0c, 0x02151d0c,
40862306a36Sopenharmony_ci	0x02161d0b, 0x03161c0b, 0x03171c0a, 0x04171c09,
40962306a36Sopenharmony_ci	0x04181b09, 0x05181b08, 0x05191b07, 0x06191a07,
41062306a36Sopenharmony_ci	0x061a1a06, 0x071a1906, 0x071b1905, 0x081b1805,
41162306a36Sopenharmony_ci	0x091b1804, 0x091c1704, 0x0a1c1703, 0x0a1c1604,
41262306a36Sopenharmony_ci	0x0b1d1602, 0x0c1d1502, 0x0c1d1502, 0x0d1d1402,
41362306a36Sopenharmony_ci	0x0e1d1401, 0x0e1e1301, 0x0f1e1300, 0x101e1200,
41462306a36Sopenharmony_ci
41562306a36Sopenharmony_ci	0x00111e11, 0x00121e10, 0x00131d10, 0x01131d0f,
41662306a36Sopenharmony_ci	0x01141d0e, 0x01141d0e, 0x02151c0d, 0x02151c0d,
41762306a36Sopenharmony_ci	0x03161c0b, 0x03161c0b, 0x04171b0a, 0x04171b0a,
41862306a36Sopenharmony_ci	0x05171b09, 0x05181a09, 0x06181a08, 0x06191a07,
41962306a36Sopenharmony_ci	0x07191907, 0x071a1906, 0x081a1806, 0x081a1806,
42062306a36Sopenharmony_ci	0x091a1805, 0x0a1b1704, 0x0a1b1704, 0x0b1c1603,
42162306a36Sopenharmony_ci	0x0b1c1603, 0x0c1c1503, 0x0d1c1502, 0x0d1d1402,
42262306a36Sopenharmony_ci	0x0e1d1401, 0x0f1d1301, 0x0f1d1301, 0x101e1200,
42362306a36Sopenharmony_ci};
42462306a36Sopenharmony_ci
42562306a36Sopenharmony_cistatic const u32 bicubic8coefftab32_left[480] = {
42662306a36Sopenharmony_ci	0x40000000, 0x40ff0000, 0x3ffe0000, 0x3efe0000,
42762306a36Sopenharmony_ci	0x3dfd0000, 0x3cfc0000, 0x3bfc0000, 0x39fc0000,
42862306a36Sopenharmony_ci	0x36fc0000, 0x35fb0000, 0x33fb0000, 0x31fb0000,
42962306a36Sopenharmony_ci	0x2ffb0000, 0x2cfb0000, 0x29fc0000, 0x27fc0000,
43062306a36Sopenharmony_ci	0x24fc0000, 0x21fc0000, 0x1efd0000, 0x1cfd0000,
43162306a36Sopenharmony_ci	0x19fd0000, 0x16fe0000, 0x14fe0000, 0x11fe0000,
43262306a36Sopenharmony_ci	0x0dff0000, 0x0cff0000, 0x0aff0000, 0x08ff0000,
43362306a36Sopenharmony_ci	0x05000000, 0x03000000, 0x02000000, 0x01000000,
43462306a36Sopenharmony_ci
43562306a36Sopenharmony_ci	0x3904ff00, 0x3903ff00, 0x3902ff00, 0x38010000,
43662306a36Sopenharmony_ci	0x37000000, 0x36ff0000, 0x35ff0000, 0x34fe0000,
43762306a36Sopenharmony_ci	0x32fe0000, 0x31fd0000, 0x30fd0000, 0x2efc0000,
43862306a36Sopenharmony_ci	0x2cfc0000, 0x2afc0000, 0x28fc0000, 0x26fc0000,
43962306a36Sopenharmony_ci	0x24fc0000, 0x22fc0000, 0x20fc0000, 0x1efc0000,
44062306a36Sopenharmony_ci	0x1cfc0000, 0x19fc0000, 0x17fc0000, 0x15fd0000,
44162306a36Sopenharmony_ci	0x12fd0000, 0x11fd0000, 0x0ffd0000, 0x0dfe0000,
44262306a36Sopenharmony_ci	0x0bfe0000, 0x09fe0000, 0x08fe0000, 0x06ff0000,
44362306a36Sopenharmony_ci
44462306a36Sopenharmony_ci	0x3209fe00, 0x3407fe00, 0x3306fe00, 0x3305fe00,
44562306a36Sopenharmony_ci	0x3204fe00, 0x3102ff00, 0x3102ff00, 0x3001ff00,
44662306a36Sopenharmony_ci	0x2f00ff00, 0x2effff00, 0x2cff0000, 0x2bfe0000,
44762306a36Sopenharmony_ci	0x29fe0000, 0x28fe0000, 0x26fd0000, 0x24fd0000,
44862306a36Sopenharmony_ci	0x23fd0000, 0x21fd0000, 0x20fc0000, 0x1efc0000,
44962306a36Sopenharmony_ci	0x1dfc0000, 0x1bfc0000, 0x19fc0000, 0x17fc0000,
45062306a36Sopenharmony_ci	0x16fc0000, 0x14fc0000, 0x12fc0000, 0x10fd0000,
45162306a36Sopenharmony_ci	0x0ffd0000, 0x0dfd0000, 0x0cfd0000, 0x0afd0000,
45262306a36Sopenharmony_ci
45362306a36Sopenharmony_ci	0x2e0cfd00, 0x2e0bfd00, 0x2e09fd00, 0x2e08fd00,
45462306a36Sopenharmony_ci	0x2e07fd00, 0x2c06fe00, 0x2c05fe00, 0x2b04fe00,
45562306a36Sopenharmony_ci	0x2b03fe00, 0x2a02fe00, 0x2901fe00, 0x2701ff00,
45662306a36Sopenharmony_ci	0x2700ff00, 0x26ffff00, 0x24ffff00, 0x23ffff00,
45762306a36Sopenharmony_ci	0x22feff00, 0x20fe0000, 0x1ffe0000, 0x1efd0000,
45862306a36Sopenharmony_ci	0x1dfd0000, 0x1bfd0000, 0x1afd0000, 0x19fd0000,
45962306a36Sopenharmony_ci	0x17fd0000, 0x15fd0000, 0x13fd0000, 0x12fd0000,
46062306a36Sopenharmony_ci	0x11fd0000, 0x10fd0000, 0x0ffd0000, 0x0cfd0000,
46162306a36Sopenharmony_ci
46262306a36Sopenharmony_ci	0x2a0efd00, 0x2a0dfd00, 0x2a0cfd00, 0x290bfd00,
46362306a36Sopenharmony_ci	0x290afd00, 0x2909fd00, 0x2908fd00, 0x2807fd00,
46462306a36Sopenharmony_ci	0x2706fd00, 0x2705fd00, 0x2604fe00, 0x2603fe00,
46562306a36Sopenharmony_ci	0x2502fe00, 0x2402fe00, 0x2401fe00, 0x2200fe00,
46662306a36Sopenharmony_ci	0x2200fe00, 0x2000ff00, 0x1fffff00, 0x1effff00,
46762306a36Sopenharmony_ci	0x1dfeff00, 0x1cfeff00, 0x1afeff00, 0x19feff00,
46862306a36Sopenharmony_ci	0x17fe0000, 0x16fd0000, 0x15fd0000, 0x14fd0000,
46962306a36Sopenharmony_ci	0x12fd0000, 0x11fd0000, 0x10fd0000, 0x0ffd0000,
47062306a36Sopenharmony_ci
47162306a36Sopenharmony_ci	0x2610fd00, 0x260ffd00, 0x260efd00, 0x260dfd00,
47262306a36Sopenharmony_ci	0x260cfd00, 0x260bfd00, 0x260afd00, 0x2609fd00,
47362306a36Sopenharmony_ci	0x2508fd00, 0x2507fd00, 0x2406fd00, 0x2406fd00,
47462306a36Sopenharmony_ci	0x2305fd00, 0x2304fd00, 0x2203fe00, 0x2103fe00,
47562306a36Sopenharmony_ci	0x2002fe00, 0x1f01fe00, 0x1e01fe00, 0x1e00fe00,
47662306a36Sopenharmony_ci	0x1c00fe00, 0x1b00fe00, 0x1afffe00, 0x19ffff00,
47762306a36Sopenharmony_ci	0x18ffff00, 0x17feff00, 0x16feff00, 0x15feff00,
47862306a36Sopenharmony_ci	0x14feff00, 0x13feff00, 0x11feff00, 0x10fd0000,
47962306a36Sopenharmony_ci
48062306a36Sopenharmony_ci	0x2411feff, 0x2410feff, 0x240ffeff, 0x230efeff,
48162306a36Sopenharmony_ci	0x240dfeff, 0x240cfeff, 0x230cfd00, 0x230bfd00,
48262306a36Sopenharmony_ci	0x230afd00, 0x2309fd00, 0x2208fd00, 0x2108fd00,
48362306a36Sopenharmony_ci	0x2007fd00, 0x2106fd00, 0x2005fd00, 0x1f05fd00,
48462306a36Sopenharmony_ci	0x1f04fd00, 0x1e03fd00, 0x1d03fe00, 0x1c02fe00,
48562306a36Sopenharmony_ci	0x1b02fe00, 0x1a01fe00, 0x1a01fe00, 0x1900fe00,
48662306a36Sopenharmony_ci	0x1800fe00, 0x1700fe00, 0x16fffe00, 0x15fffe00,
48762306a36Sopenharmony_ci	0x13ffff00, 0x12ffff00, 0x12feff00, 0x11feff00,
48862306a36Sopenharmony_ci
48962306a36Sopenharmony_ci	0x2212fffe, 0x2211fffe, 0x2210ffff, 0x220ffeff,
49062306a36Sopenharmony_ci	0x220efeff, 0x210efeff, 0x210dfeff, 0x210cfeff,
49162306a36Sopenharmony_ci	0x210bfeff, 0x200bfeff, 0x200afeff, 0x1f09feff,
49262306a36Sopenharmony_ci	0x1f08feff, 0x1d08fe00, 0x1e07fd00, 0x1e06fd00,
49362306a36Sopenharmony_ci	0x1d06fd00, 0x1c05fd00, 0x1b04fe00, 0x1a04fe00,
49462306a36Sopenharmony_ci	0x1a03fe00, 0x1903fe00, 0x1802fe00, 0x1802fe00,
49562306a36Sopenharmony_ci	0x1701fe00, 0x1601fe00, 0x1501fe00, 0x1500fe00,
49662306a36Sopenharmony_ci	0x1400fe00, 0x1400fe00, 0x13fffe00, 0x12fffe00,
49762306a36Sopenharmony_ci
49862306a36Sopenharmony_ci	0x201200fe, 0x201100fe, 0x1f1100fe, 0x2010fffe,
49962306a36Sopenharmony_ci	0x200ffffe, 0x1f0ffffe, 0x1f0efffe, 0x1e0dffff,
50062306a36Sopenharmony_ci	0x1f0cfeff, 0x1e0cfeff, 0x1e0bfeff, 0x1e0afeff,
50162306a36Sopenharmony_ci	0x1d0afeff, 0x1d09feff, 0x1c08feff, 0x1b08feff,
50262306a36Sopenharmony_ci	0x1b07feff, 0x1a07feff, 0x1a06feff, 0x1a05feff,
50362306a36Sopenharmony_ci	0x1805fe00, 0x1904fe00, 0x1704fe00, 0x1703fe00,
50462306a36Sopenharmony_ci	0x1603fe00, 0x1602fe00, 0x1402fe00, 0x1402fe00,
50562306a36Sopenharmony_ci	0x1401fe00, 0x1301fe00, 0x1201fe00, 0x1200fe00,
50662306a36Sopenharmony_ci
50762306a36Sopenharmony_ci	0x1c1202fe, 0x1c1102fe, 0x1b1102fe, 0x1c1001fe,
50862306a36Sopenharmony_ci	0x1b1001fe, 0x1c0f01fe, 0x1b0f00fe, 0x1b0e00fe,
50962306a36Sopenharmony_ci	0x1b0e00fe, 0x1b0d00fe, 0x1b0c00fe, 0x1a0cfffe,
51062306a36Sopenharmony_ci	0x1a0bfffe, 0x1a0bfffe, 0x190afffe, 0x190afffe,
51162306a36Sopenharmony_ci	0x1909fffe, 0x1709ffff, 0x1808ffff, 0x1708feff,
51262306a36Sopenharmony_ci	0x1707feff, 0x1707feff, 0x1606feff, 0x1506feff,
51362306a36Sopenharmony_ci	0x1505feff, 0x1505feff, 0x1404feff, 0x1404feff,
51462306a36Sopenharmony_ci	0x1404feff, 0x1303feff, 0x1203feff, 0x1202feff,
51562306a36Sopenharmony_ci
51662306a36Sopenharmony_ci	0x191104fe, 0x191104fe, 0x191003fe, 0x191003fe,
51762306a36Sopenharmony_ci	0x171003fe, 0x180f03fe, 0x180f02fe, 0x180e02fe,
51862306a36Sopenharmony_ci	0x180e02fe, 0x180d01fe, 0x180d01fe, 0x180d01fe,
51962306a36Sopenharmony_ci	0x170c01fe, 0x160c01fe, 0x170b00fe, 0x170b00fe,
52062306a36Sopenharmony_ci	0x160a00fe, 0x160a00fe, 0x160a00fe, 0x150900fe,
52162306a36Sopenharmony_ci	0x1509fffe, 0x1508fffe, 0x1508fffe, 0x1408fffe,
52262306a36Sopenharmony_ci	0x1407fffe, 0x1307ffff, 0x1306ffff, 0x1206ffff,
52362306a36Sopenharmony_ci	0x1206ffff, 0x1205ffff, 0x1205ffff, 0x1104feff,
52462306a36Sopenharmony_ci
52562306a36Sopenharmony_ci	0x161006ff, 0x161005ff, 0x161005ff, 0x160f05ff,
52662306a36Sopenharmony_ci	0x160f04ff, 0x150f04ff, 0x150e04ff, 0x150e04ff,
52762306a36Sopenharmony_ci	0x150e03ff, 0x150d03ff, 0x150d03ff, 0x150d02ff,
52862306a36Sopenharmony_ci	0x140c02ff, 0x150c02fe, 0x150c02fe, 0x150b02fe,
52962306a36Sopenharmony_ci	0x140b01fe, 0x140b01fe, 0x140a01fe, 0x140a01fe,
53062306a36Sopenharmony_ci	0x140a01fe, 0x130900fe, 0x130900fe, 0x130900fe,
53162306a36Sopenharmony_ci	0x130800fe, 0x120800fe, 0x120800fe, 0x120700fe,
53262306a36Sopenharmony_ci	0x120700fe, 0x1107fffe, 0x1106fffe, 0x1106fffe,
53362306a36Sopenharmony_ci
53462306a36Sopenharmony_ci	0x140f0700, 0x140f0600, 0x140f0600, 0x140f0600,
53562306a36Sopenharmony_ci	0x140e0600, 0x130e0500, 0x140e05ff, 0x130e05ff,
53662306a36Sopenharmony_ci	0x140d05ff, 0x130d04ff, 0x130d04ff, 0x120d04ff,
53762306a36Sopenharmony_ci	0x130c04ff, 0x130c03ff, 0x130c03ff, 0x120c03ff,
53862306a36Sopenharmony_ci	0x120b03ff, 0x120b02ff, 0x120b02ff, 0x120a02ff,
53962306a36Sopenharmony_ci	0x120a02ff, 0x110a02ff, 0x110a01ff, 0x120901ff,
54062306a36Sopenharmony_ci	0x100901ff, 0x100901ff, 0x110801ff, 0x110801ff,
54162306a36Sopenharmony_ci	0x100800ff, 0x100800ff, 0x100700ff, 0x100700fe,
54262306a36Sopenharmony_ci
54362306a36Sopenharmony_ci	0x120f0701, 0x120e0701, 0x120e0701, 0x120e0701,
54462306a36Sopenharmony_ci	0x120e0600, 0x110e0600, 0x120d0600, 0x120d0600,
54562306a36Sopenharmony_ci	0x120d0500, 0x120d0500, 0x110d0500, 0x110c0500,
54662306a36Sopenharmony_ci	0x110c0500, 0x110c0400, 0x110c0400, 0x110b04ff,
54762306a36Sopenharmony_ci	0x110b04ff, 0x110b04ff, 0x110b03ff, 0x110b03ff,
54862306a36Sopenharmony_ci	0x110a03ff, 0x110a03ff, 0x100a03ff, 0x110a02ff,
54962306a36Sopenharmony_ci	0x100902ff, 0x100902ff, 0x100902ff, 0x0f0902ff,
55062306a36Sopenharmony_ci	0x0e0902ff, 0x100801ff, 0x0f0801ff, 0x0f0801ff,
55162306a36Sopenharmony_ci
55262306a36Sopenharmony_ci	0x100e0802, 0x100e0802, 0x110e0702, 0x110d0701,
55362306a36Sopenharmony_ci	0x110d0701, 0x100d0701, 0x100d0701, 0x110d0601,
55462306a36Sopenharmony_ci	0x110d0601, 0x110c0601, 0x110c0601, 0x100c0600,
55562306a36Sopenharmony_ci	0x100c0500, 0x100c0500, 0x100c0500, 0x100b0500,
55662306a36Sopenharmony_ci	0x100b0500, 0x100b0400, 0x100b0400, 0x0f0b0400,
55762306a36Sopenharmony_ci	0x100a0400, 0x0f0a0400, 0x0f0a0400, 0x0f0a0300,
55862306a36Sopenharmony_ci	0x0f0a03ff, 0x0f0903ff, 0x0f0903ff, 0x0f0903ff,
55962306a36Sopenharmony_ci	0x0f0903ff, 0x0f0902ff, 0x0f0902ff, 0x0f0802ff
56062306a36Sopenharmony_ci};
56162306a36Sopenharmony_ci
56262306a36Sopenharmony_cistatic const u32 bicubic8coefftab32_right[480] = {
56362306a36Sopenharmony_ci	0x00000000, 0x00000001, 0x00000003, 0x00000004,
56462306a36Sopenharmony_ci	0x00000006, 0x0000ff09, 0x0000ff0a, 0x0000ff0c,
56562306a36Sopenharmony_ci	0x0000ff0f, 0x0000fe12, 0x0000fe14, 0x0000fe16,
56662306a36Sopenharmony_ci	0x0000fd19, 0x0000fd1c, 0x0000fd1e, 0x0000fc21,
56762306a36Sopenharmony_ci	0x0000fc24, 0x0000fc27, 0x0000fc29, 0x0000fb2c,
56862306a36Sopenharmony_ci	0x0000fb2f, 0x0000fb31, 0x0000fb33, 0x0000fb36,
56962306a36Sopenharmony_ci	0x0000fc38, 0x0000fc39, 0x0000fc3b, 0x0000fc3d,
57062306a36Sopenharmony_ci	0x0000fd3e, 0x0000fe3f, 0x0000fe40, 0x0000ff40,
57162306a36Sopenharmony_ci
57262306a36Sopenharmony_ci	0x0000ff05, 0x0000ff06, 0x0000fe08, 0x0000fe09,
57362306a36Sopenharmony_ci	0x0000fe0b, 0x0000fe0d, 0x0000fd0f, 0x0000fd11,
57462306a36Sopenharmony_ci	0x0000fd13, 0x0000fd15, 0x0000fc17, 0x0000fc1a,
57562306a36Sopenharmony_ci	0x0000fc1c, 0x0000fc1e, 0x0000fc20, 0x0000fc22,
57662306a36Sopenharmony_ci	0x0000fc24, 0x0000fc26, 0x0000fc28, 0x0000fc2a,
57762306a36Sopenharmony_ci	0x0000fc2c, 0x0000fc2f, 0x0000fd30, 0x0000fd31,
57862306a36Sopenharmony_ci	0x0000fe33, 0x0000fe34, 0x0000ff35, 0x0000ff36,
57962306a36Sopenharmony_ci	0x00000037, 0x00000138, 0x00ff0239, 0x00ff0339,
58062306a36Sopenharmony_ci
58162306a36Sopenharmony_ci	0x0000fe09, 0x0000fd0a, 0x0000fd0c, 0x0000fd0d,
58262306a36Sopenharmony_ci	0x0000fd0f, 0x0000fd11, 0x0000fc12, 0x0000fc14,
58362306a36Sopenharmony_ci	0x0000fc16, 0x0000fc18, 0x0000fc19, 0x0000fc1b,
58462306a36Sopenharmony_ci	0x0000fc1d, 0x0000fc1e, 0x0000fc21, 0x0000fd22,
58562306a36Sopenharmony_ci	0x0000fd23, 0x0000fd25, 0x0000fd27, 0x0000fe28,
58662306a36Sopenharmony_ci	0x0000fe29, 0x0000fe2b, 0x0000ff2c, 0x00ffff2f,
58762306a36Sopenharmony_ci	0x00ff002f, 0x00ff0130, 0x00ff0231, 0x00ff0232,
58862306a36Sopenharmony_ci	0x00fe0432, 0x00fe0533, 0x00fe0633, 0x00fe0734,
58962306a36Sopenharmony_ci
59062306a36Sopenharmony_ci	0x0000fd0c, 0x0000fd0d, 0x0000fd0f, 0x0000fd10,
59162306a36Sopenharmony_ci	0x0000fd11, 0x0000fd13, 0x0000fd14, 0x0000fd16,
59262306a36Sopenharmony_ci	0x0000fd17, 0x0000fd19, 0x0000fd1b, 0x0000fd1c,
59362306a36Sopenharmony_ci	0x0000fd1d, 0x0000fd1f, 0x0000fe20, 0x0000fe21,
59462306a36Sopenharmony_ci	0x00fffe24, 0x00ffff24, 0x00ffff25, 0x00ffff27,
59562306a36Sopenharmony_ci	0x00ff0027, 0x00ff0128, 0x00fe012a, 0x00fe022a,
59662306a36Sopenharmony_ci	0x00fe032b, 0x00fe042c, 0x00fe052d, 0x00fe062d,
59762306a36Sopenharmony_ci	0x00fd072e, 0x00fd082e, 0x00fd092e, 0x00fd0b2f,
59862306a36Sopenharmony_ci
59962306a36Sopenharmony_ci	0x0000fd0e, 0x0000fd0f, 0x0000fd10, 0x0000fd12,
60062306a36Sopenharmony_ci	0x0000fd13, 0x0000fd14, 0x0000fd15, 0x0000fd17,
60162306a36Sopenharmony_ci	0x0000fe18, 0x00fffe1a, 0x00fffe1b, 0x00fffe1c,
60262306a36Sopenharmony_ci	0x00fffe1e, 0x00ffff1e, 0x00ffff1f, 0x00ff0021,
60362306a36Sopenharmony_ci	0x00fe0022, 0x00fe0023, 0x00fe0124, 0x00fe0224,
60462306a36Sopenharmony_ci	0x00fe0226, 0x00fe0326, 0x00fe0427, 0x00fd0528,
60562306a36Sopenharmony_ci	0x00fd0628, 0x00fd0729, 0x00fd0829, 0x00fd0929,
60662306a36Sopenharmony_ci	0x00fd0a2a, 0x00fd0b2a, 0x00fd0c2a, 0x00fd0d2a,
60762306a36Sopenharmony_ci
60862306a36Sopenharmony_ci	0x0000fd10, 0x0000fd11, 0x00fffe12, 0x00fffe13,
60962306a36Sopenharmony_ci	0x00fffe14, 0x00fffe15, 0x00fffe16, 0x00fffe17,
61062306a36Sopenharmony_ci	0x00ffff18, 0x00ffff19, 0x00feff1c, 0x00fe001b,
61162306a36Sopenharmony_ci	0x00fe001d, 0x00fe001e, 0x00fe011e, 0x00fe011f,
61262306a36Sopenharmony_ci	0x00fe0220, 0x00fe0321, 0x00fe0322, 0x00fd0423,
61362306a36Sopenharmony_ci	0x00fd0524, 0x00fd0624, 0x00fd0626, 0x00fd0725,
61462306a36Sopenharmony_ci	0x00fd0825, 0x00fd0926, 0x00fd0a26, 0x00fd0b26,
61562306a36Sopenharmony_ci	0x00fd0c26, 0x00fd0d26, 0x00fd0e27, 0x00fd0f27,
61662306a36Sopenharmony_ci
61762306a36Sopenharmony_ci	0x00fffe11, 0x00fffe12, 0x00fffe13, 0x00ffff14,
61862306a36Sopenharmony_ci	0x00ffff14, 0x00feff16, 0x00feff17, 0x00fe0017,
61962306a36Sopenharmony_ci	0x00fe0018, 0x00fe0019, 0x00fe011a, 0x00fe011b,
62062306a36Sopenharmony_ci	0x00fe021c, 0x00fe021c, 0x00fe031d, 0x00fd031f,
62162306a36Sopenharmony_ci	0x00fd041f, 0x00fd0520, 0x00fd0520, 0x00fd0621,
62262306a36Sopenharmony_ci	0x00fd0721, 0x00fd0822, 0x00fd0822, 0x00fd0923,
62362306a36Sopenharmony_ci	0x00fd0a23, 0x00fd0b23, 0x00fd0b25, 0x00fe0c24,
62462306a36Sopenharmony_ci	0x00fe0d24, 0x00fe0e24, 0x00fe0f24, 0x00fe1024,
62562306a36Sopenharmony_ci
62662306a36Sopenharmony_ci	0x00feff12, 0x00feff13, 0x00feff13, 0x00fe0014,
62762306a36Sopenharmony_ci	0x00fe0015, 0x00fe0016, 0x00fe0116, 0x00fe0117,
62862306a36Sopenharmony_ci	0x00fe0118, 0x00fe0218, 0x00fe0219, 0x00fe031a,
62962306a36Sopenharmony_ci	0x00fe031b, 0x00fe041b, 0x00fd041d, 0x00fd051d,
63062306a36Sopenharmony_ci	0x00fd061d, 0x00fd061f, 0x00fe071e, 0x00fe081e,
63162306a36Sopenharmony_ci	0x00fe081f, 0x00fe091f, 0x00fe0a20, 0x00fe0a20,
63262306a36Sopenharmony_ci	0x00fe0b21, 0x00fe0c21, 0x00fe0d21, 0x00fe0d22,
63362306a36Sopenharmony_ci	0x00fe0e22, 0x00fe0f21, 0x00ff1021, 0x00ff1022,
63462306a36Sopenharmony_ci
63562306a36Sopenharmony_ci	0x00fe0012, 0x00fe0013, 0x00fe0113, 0x00fe0114,
63662306a36Sopenharmony_ci	0x00fe0115, 0x00fe0215, 0x00fe0216, 0x00fe0217,
63762306a36Sopenharmony_ci	0x00fe0317, 0x00fe0318, 0x00fe0418, 0x00fe0419,
63862306a36Sopenharmony_ci	0x00fe0519, 0x00fe051a, 0x00fe061b, 0x00fe071b,
63962306a36Sopenharmony_ci	0x00fe071c, 0x00fe081c, 0x00fe081d, 0x00fe091d,
64062306a36Sopenharmony_ci	0x00fe0a1d, 0x00fe0a1d, 0x00fe0b1e, 0x00fe0c1e,
64162306a36Sopenharmony_ci	0x00ff0c1e, 0x00ff0d1e, 0x00ff0e1f, 0x00ff0e1f,
64262306a36Sopenharmony_ci	0x00ff0f1f, 0x00ff0f20, 0x0000101f, 0x0000111f,
64362306a36Sopenharmony_ci
64462306a36Sopenharmony_ci	0x00fe0212, 0x00fe0312, 0x00fe0313, 0x00fe0314,
64562306a36Sopenharmony_ci	0x00fe0414, 0x00fe0414, 0x00fe0515, 0x00fe0516,
64662306a36Sopenharmony_ci	0x00fe0516, 0x00fe0616, 0x00fe0617, 0x00fe0718,
64762306a36Sopenharmony_ci	0x00fe0719, 0x00fe0818, 0x00ff0819, 0x00ff0918,
64862306a36Sopenharmony_ci	0x00ff0919, 0x00ff0a19, 0x00ff0a19, 0x00ff0b1a,
64962306a36Sopenharmony_ci	0x00ff0b1b, 0x00ff0c1a, 0x00000c1b, 0x00000d1b,
65062306a36Sopenharmony_ci	0x00000d1c, 0x00000e1b, 0x00000e1d, 0x00010f1b,
65162306a36Sopenharmony_ci	0x00010f1b, 0x0001101c, 0x0001101d, 0x0002111c,
65262306a36Sopenharmony_ci
65362306a36Sopenharmony_ci	0x00fe0412, 0x00fe0412, 0x00ff0512, 0x00ff0512,
65462306a36Sopenharmony_ci	0x00ff0613, 0x00ff0613, 0x00ff0614, 0x00ff0714,
65562306a36Sopenharmony_ci	0x00ff0714, 0x00ff0815, 0x00ff0815, 0x00ff0815,
65662306a36Sopenharmony_ci	0x00ff0916, 0x00000916, 0x00000a16, 0x00000a16,
65762306a36Sopenharmony_ci	0x00000a18, 0x00000b17, 0x00000b17, 0x00010c17,
65862306a36Sopenharmony_ci	0x00010c18, 0x00010d18, 0x00010d18, 0x00010d19,
65962306a36Sopenharmony_ci	0x00020e18, 0x00020e18, 0x00020f18, 0x00030f18,
66062306a36Sopenharmony_ci	0x00030f18, 0x00031018, 0x00031018, 0x00041119,
66162306a36Sopenharmony_ci
66262306a36Sopenharmony_ci	0x00ff0610, 0x00ff0611, 0x00ff0611, 0x00ff0711,
66362306a36Sopenharmony_ci	0x00000711, 0x00000712, 0x00000812, 0x00000812,
66462306a36Sopenharmony_ci	0x00000813, 0x00000913, 0x00000913, 0x00000914,
66562306a36Sopenharmony_ci	0x00010a14, 0x00010a14, 0x00010a14, 0x00010b14,
66662306a36Sopenharmony_ci	0x00010b16, 0x00020b15, 0x00020c15, 0x00020c15,
66762306a36Sopenharmony_ci	0x00020c15, 0x00020d17, 0x00030d16, 0x00030d16,
66862306a36Sopenharmony_ci	0x00030e16, 0x00040e16, 0x00040e16, 0x00040f16,
66962306a36Sopenharmony_ci	0x00040f16, 0x00050f17, 0x00051017, 0x00051017,
67062306a36Sopenharmony_ci
67162306a36Sopenharmony_ci	0x0000070f, 0x00000710, 0x00000710, 0x00000710,
67262306a36Sopenharmony_ci	0x00000810, 0x00010811, 0x00010811, 0x00010911,
67362306a36Sopenharmony_ci	0x00010911, 0x00010913, 0x00010913, 0x00020a12,
67462306a36Sopenharmony_ci	0x00020a12, 0x00020a13, 0x00020b12, 0x00020b13,
67562306a36Sopenharmony_ci	0x00030b13, 0x00030c13, 0x00030c13, 0x00030c14,
67662306a36Sopenharmony_ci	0x00040c13, 0x00040d13, 0x00040d14, 0x00040d14,
67762306a36Sopenharmony_ci	0x00050e14, 0x00050e14, 0x00050e14, 0x00050e14,
67862306a36Sopenharmony_ci	0x00060f14, 0x00060f14, 0x00060f15, 0x00061015,
67962306a36Sopenharmony_ci
68062306a36Sopenharmony_ci	0x0001070f, 0x0001080f, 0x0001080f, 0x0001080f,
68162306a36Sopenharmony_ci	0x00010811, 0x00020910, 0x00020910, 0x00020910,
68262306a36Sopenharmony_ci	0x00020911, 0x00020a10, 0x00030a10, 0x00030a11,
68362306a36Sopenharmony_ci	0x00030a11, 0x00030b11, 0x00030b11, 0x00040b12,
68462306a36Sopenharmony_ci	0x00040b12, 0x00040c11, 0x00040c12, 0x00040c12,
68562306a36Sopenharmony_ci	0x00050c12, 0x00050c12, 0x00050d12, 0x00050d12,
68662306a36Sopenharmony_ci	0x00060d13, 0x00060d13, 0x00060e12, 0x00060e13,
68762306a36Sopenharmony_ci	0x00070e13, 0x00070e13, 0x00070f13, 0x00070f13,
68862306a36Sopenharmony_ci
68962306a36Sopenharmony_ci	0x0002080e, 0x0002080e, 0x0002080e, 0x00020810,
69062306a36Sopenharmony_ci	0x0002090f, 0x0003090f, 0x0003090f, 0x0003090f,
69162306a36Sopenharmony_ci	0x0003090f, 0x00030a0f, 0x00030a0f, 0x00040a10,
69262306a36Sopenharmony_ci	0x00040a11, 0x00040b10, 0x00040b10, 0x00040b11,
69362306a36Sopenharmony_ci	0x00050b10, 0x00050b11, 0x00050c10, 0x00050c11,
69462306a36Sopenharmony_ci	0x00050c11, 0x00060c11, 0x00060c11, 0x00060d11,
69562306a36Sopenharmony_ci	0x00060d12, 0x00070d12, 0x00070d12, 0x00070e11,
69662306a36Sopenharmony_ci	0x00070e11, 0x00070e12, 0x00080e11, 0x00080e12
69762306a36Sopenharmony_ci};
69862306a36Sopenharmony_ci
69962306a36Sopenharmony_cistatic const u32 bicubic4coefftab32[480] = {
70062306a36Sopenharmony_ci	0x00004000, 0x000140ff, 0x00033ffe, 0x00043ffd,
70162306a36Sopenharmony_ci	0x00063dfd, 0xff083dfc, 0xff0a3bfc, 0xff0c39fc,
70262306a36Sopenharmony_ci	0xff0e37fc, 0xfe1136fb, 0xfe1433fb, 0xfe1631fb,
70362306a36Sopenharmony_ci	0xfd192ffb, 0xfd1c2cfb, 0xfd1e29fc, 0xfc2127fc,
70462306a36Sopenharmony_ci	0xfc2424fc, 0xfc2721fc, 0xfc291efd, 0xfb2c1cfd,
70562306a36Sopenharmony_ci	0xfb2f19fd, 0xfb3116fe, 0xfb3314fe, 0xfb3611fe,
70662306a36Sopenharmony_ci	0xfc370eff, 0xfc390cff, 0xfc3b0aff, 0xfc3d08ff,
70762306a36Sopenharmony_ci	0xfd3d0600, 0xfd3f0400, 0xfe3f0300, 0xff400100,
70862306a36Sopenharmony_ci
70962306a36Sopenharmony_ci	0xfe053904, 0xfe063903, 0xfe083901, 0xfe0a3800,
71062306a36Sopenharmony_ci	0xfd0b3800, 0xfe0d36ff, 0xfd0f35ff, 0xfd1134fe,
71162306a36Sopenharmony_ci	0xfd1332fe, 0xfd1531fd, 0xfc1730fd, 0xfc1a2efc,
71262306a36Sopenharmony_ci	0xfc1c2cfc, 0xfc1e2afc, 0xfc2028fc, 0xfc2226fc,
71362306a36Sopenharmony_ci	0xfc2424fc, 0xfc2622fc, 0xfc2820fc, 0xfc2a1efc,
71462306a36Sopenharmony_ci	0xfc2c1cfc, 0xfc2e1afc, 0xfd3017fc, 0xfd3115fd,
71562306a36Sopenharmony_ci	0xfe3213fd, 0xfe3411fd, 0xff350ffd, 0xff360dfe,
71662306a36Sopenharmony_ci	0x00370bfe, 0x013809fe, 0x023808fe, 0x033806ff,
71762306a36Sopenharmony_ci
71862306a36Sopenharmony_ci	0xfd093208, 0xfd0a3207, 0xfd0c3205, 0xfd0d3204,
71962306a36Sopenharmony_ci	0xfc0f3203, 0xfc113102, 0xfc123002, 0xfc143000,
72062306a36Sopenharmony_ci	0xfc152f00, 0xfc172d00, 0xfc192cff, 0xfc1b2bfe,
72162306a36Sopenharmony_ci	0xfc1d29fe, 0xfc1e28fe, 0xfc2027fd, 0xfd2125fd,
72262306a36Sopenharmony_ci	0xfd2323fd, 0xfd2521fd, 0xfd2720fc, 0xfe281efc,
72362306a36Sopenharmony_ci	0xfe291dfc, 0xfe2b1bfc, 0xff2c19fc, 0x002d17fc,
72462306a36Sopenharmony_ci	0x002e16fc, 0x012f14fc, 0x022f12fd, 0x023110fd,
72562306a36Sopenharmony_ci	0x03310ffd, 0x05310dfd, 0x06320bfd, 0x07320afd,
72662306a36Sopenharmony_ci
72762306a36Sopenharmony_ci	0xfc0c2d0b, 0xfc0d2d0a, 0xfc0e2d09, 0xfc102d07,
72862306a36Sopenharmony_ci	0xfc112c07, 0xfc132c05, 0xfc142c04, 0xfc162b03,
72962306a36Sopenharmony_ci	0xfc172a03, 0xfc192a01, 0xfc1a2901, 0xfd1b2800,
73062306a36Sopenharmony_ci	0xfd1c2700, 0xfd1e2500, 0xfe1f24ff, 0xfe2023ff,
73162306a36Sopenharmony_ci	0xfe2222fe, 0xff2320fe, 0xff241ffe, 0x00251efd,
73262306a36Sopenharmony_ci	0x00271cfd, 0x01271bfd, 0x01281afd, 0x022918fd,
73362306a36Sopenharmony_ci	0x032a16fd, 0x032b15fd, 0x042b14fd, 0x052c12fd,
73462306a36Sopenharmony_ci	0x072c10fd, 0x082c0ffd, 0x092c0efd, 0x0a2c0dfd,
73562306a36Sopenharmony_ci
73662306a36Sopenharmony_ci	0xfd0d290d, 0xfd0e290c, 0xfd0f290b, 0xfd11280a,
73762306a36Sopenharmony_ci	0xfd122809, 0xfd132808, 0xfd142807, 0xfd162706,
73862306a36Sopenharmony_ci	0xfd172705, 0xfd192604, 0xfe1a2503, 0xfe1b2502,
73962306a36Sopenharmony_ci	0xfe1c2402, 0xfe1d2302, 0xff1e2201, 0xff1f2101,
74062306a36Sopenharmony_ci	0x00202000, 0x00211f00, 0x01221eff, 0x02221dff,
74162306a36Sopenharmony_ci	0x02241cfe, 0x03241bfe, 0x042519fe, 0x042618fe,
74262306a36Sopenharmony_ci	0x052617fe, 0x062716fd, 0x072714fe, 0x082713fe,
74362306a36Sopenharmony_ci	0x092812fd, 0x0a2811fd, 0x0b2810fd, 0x0c280ffd,
74462306a36Sopenharmony_ci
74562306a36Sopenharmony_ci	0xfd0f250f, 0xfd10250e, 0xfd11250d, 0xfd12250c,
74662306a36Sopenharmony_ci	0xfd13250b, 0xfe13250a, 0xfe152409, 0xfe162408,
74762306a36Sopenharmony_ci	0xfe172308, 0xff182306, 0xff192305, 0xff1a2205,
74862306a36Sopenharmony_ci	0x001b2104, 0x001c2103, 0x001d2003, 0x011e1f02,
74962306a36Sopenharmony_ci	0x011f1f01, 0x021f1e01, 0x03201d00, 0x03211c00,
75062306a36Sopenharmony_ci	0x04211b00, 0x05221aff, 0x062219ff, 0x062318ff,
75162306a36Sopenharmony_ci	0x082316ff, 0x082316ff, 0x092415fe, 0x0a2414fe,
75262306a36Sopenharmony_ci	0x0b2413fe, 0x0c2412fe, 0x0d2411fe, 0x0e2410fe,
75362306a36Sopenharmony_ci
75462306a36Sopenharmony_ci	0xfe10230f, 0xfe11230e, 0xfe12220e, 0xfe13220d,
75562306a36Sopenharmony_ci	0xfe14220c, 0xff14220b, 0xff15220a, 0xff16210a,
75662306a36Sopenharmony_ci	0x00162109, 0x00172108, 0x00182008, 0x01192006,
75762306a36Sopenharmony_ci	0x011a1f06, 0x021a1f05, 0x021b1e05, 0x031c1d04,
75862306a36Sopenharmony_ci	0x031d1d03, 0x041d1c03, 0x041e1b03, 0x051e1b02,
75962306a36Sopenharmony_ci	0x061f1a01, 0x06201901, 0x07201801, 0x08201800,
76062306a36Sopenharmony_ci	0x09201700, 0x0a211500, 0x0b2115ff, 0x0c2114ff,
76162306a36Sopenharmony_ci	0x0c2213ff, 0x0d2212ff, 0x0e2211ff, 0x0f2211fe,
76262306a36Sopenharmony_ci
76362306a36Sopenharmony_ci	0xff112010, 0xff12200f, 0xff12200f, 0xff13200e,
76462306a36Sopenharmony_ci	0x0013200d, 0x0014200c, 0x00151f0c, 0x00161f0b,
76562306a36Sopenharmony_ci	0x01161f0a, 0x01171e0a, 0x02171e09, 0x02181e08,
76662306a36Sopenharmony_ci	0x03191d07, 0x03191d07, 0x041a1c06, 0x041b1c05,
76762306a36Sopenharmony_ci	0x051b1b05, 0x051c1b04, 0x061c1a04, 0x071c1a03,
76862306a36Sopenharmony_ci	0x071d1903, 0x081e1802, 0x091d1802, 0x091e1702,
76962306a36Sopenharmony_ci	0x0a1f1601, 0x0b1f1600, 0x0b1f1501, 0x0c201400,
77062306a36Sopenharmony_ci	0x0d1f1400, 0x0e2013ff, 0x0f1f1200, 0x102011ff,
77162306a36Sopenharmony_ci
77262306a36Sopenharmony_ci	0x00111f10, 0x00121e10, 0x00131e0f, 0x00131e0f,
77362306a36Sopenharmony_ci	0x01131e0e, 0x01141e0d, 0x01151d0d, 0x02151d0c,
77462306a36Sopenharmony_ci	0x02161d0b, 0x03161d0a, 0x03171c0a, 0x04171c09,
77562306a36Sopenharmony_ci	0x04181c08, 0x05181b08, 0x05191b07, 0x06191a07,
77662306a36Sopenharmony_ci	0x061a1a06, 0x071a1906, 0x071b1905, 0x081b1805,
77762306a36Sopenharmony_ci	0x081c1804, 0x091c1704, 0x0a1c1703, 0x0a1d1603,
77862306a36Sopenharmony_ci	0x0b1d1602, 0x0c1d1502, 0x0c1d1502, 0x0d1e1401,
77962306a36Sopenharmony_ci	0x0e1d1401, 0x0e1e1301, 0x0f1e1300, 0x101e1200,
78062306a36Sopenharmony_ci
78162306a36Sopenharmony_ci	0x02111c11, 0x02121c10, 0x02131b10, 0x03131b0f,
78262306a36Sopenharmony_ci	0x03131b0f, 0x03141b0e, 0x04141b0d, 0x04151a0d,
78362306a36Sopenharmony_ci	0x05151a0c, 0x05151a0c, 0x05161a0b, 0x0616190b,
78462306a36Sopenharmony_ci	0x0616190b, 0x0716190a, 0x0717180a, 0x08171809,
78562306a36Sopenharmony_ci	0x08181808, 0x09181708, 0x09181708, 0x0a181707,
78662306a36Sopenharmony_ci	0x0a191607, 0x0b191606, 0x0b1a1605, 0x0c1a1505,
78762306a36Sopenharmony_ci	0x0c1a1505, 0x0d1a1504, 0x0d1b1404, 0x0e1b1403,
78862306a36Sopenharmony_ci	0x0f1b1303, 0x0f1b1303, 0x101b1302, 0x101c1202,
78962306a36Sopenharmony_ci
79062306a36Sopenharmony_ci	0x04111a11, 0x04121911, 0x04131910, 0x0513190f,
79162306a36Sopenharmony_ci	0x0513190f, 0x0513190f, 0x0613190e, 0x0614180e,
79262306a36Sopenharmony_ci	0x0714180d, 0x0714180d, 0x0715180c, 0x0814180c,
79362306a36Sopenharmony_ci	0x0815170c, 0x0816170b, 0x0916170a, 0x0916170a,
79462306a36Sopenharmony_ci	0x0a16160a, 0x0a171609, 0x0a171609, 0x0b171608,
79562306a36Sopenharmony_ci	0x0b171509, 0x0c171508, 0x0c181507, 0x0d171507,
79662306a36Sopenharmony_ci	0x0d181407, 0x0e181406, 0x0e181406, 0x0e191306,
79762306a36Sopenharmony_ci	0x0f191305, 0x0f191305, 0x10191304, 0x10191205,
79862306a36Sopenharmony_ci
79962306a36Sopenharmony_ci	0x05121811, 0x06121810, 0x06121810, 0x06131710,
80062306a36Sopenharmony_ci	0x0713170f, 0x0713170f, 0x0713170f, 0x0813170e,
80162306a36Sopenharmony_ci	0x0813170e, 0x0814170d, 0x0914160d, 0x0914160d,
80262306a36Sopenharmony_ci	0x0914160d, 0x0a14160c, 0x0a15160b, 0x0a15150c,
80362306a36Sopenharmony_ci	0x0b15150b, 0x0b15150b, 0x0b16150a, 0x0c15150a,
80462306a36Sopenharmony_ci	0x0c16140a, 0x0d161409, 0x0d161409, 0x0d171408,
80562306a36Sopenharmony_ci	0x0e161408, 0x0e171308, 0x0e171308, 0x0f171307,
80662306a36Sopenharmony_ci	0x0f171307, 0x10171306, 0x10181206, 0x10181206,
80762306a36Sopenharmony_ci
80862306a36Sopenharmony_ci	0x07111711, 0x07121710, 0x07121611, 0x08121610,
80962306a36Sopenharmony_ci	0x08121610, 0x0813160f, 0x0912160f, 0x0913160e,
81062306a36Sopenharmony_ci	0x0913160e, 0x0913160e, 0x0a14150d, 0x0a14150d,
81162306a36Sopenharmony_ci	0x0a14150d, 0x0b14150c, 0x0b14150c, 0x0b14150c,
81262306a36Sopenharmony_ci	0x0c14140c, 0x0c15140b, 0x0c15140b, 0x0c15140b,
81362306a36Sopenharmony_ci	0x0d15140a, 0x0d15140a, 0x0d15140a, 0x0e161309,
81462306a36Sopenharmony_ci	0x0e161309, 0x0e161309, 0x0f151309, 0x0f161308,
81562306a36Sopenharmony_ci	0x0f161209, 0x10161208, 0x10161208, 0x10171207,
81662306a36Sopenharmony_ci
81762306a36Sopenharmony_ci	0x0a111411, 0x0b111410, 0x0b111410, 0x0b111410,
81862306a36Sopenharmony_ci	0x0b111410, 0x0b12140f, 0x0b12140f, 0x0c12130f,
81962306a36Sopenharmony_ci	0x0c12130f, 0x0c12130f, 0x0c12130f, 0x0c12130f,
82062306a36Sopenharmony_ci	0x0d12130e, 0x0d12130e, 0x0d12130e, 0x0d13130d,
82162306a36Sopenharmony_ci	0x0d13130d, 0x0d13130d, 0x0e12130d, 0x0e13120d,
82262306a36Sopenharmony_ci	0x0e13120d, 0x0e13120d, 0x0e13120d, 0x0f13120c,
82362306a36Sopenharmony_ci	0x0f13120c, 0x0f13120c, 0x0f14120b, 0x0f14120b,
82462306a36Sopenharmony_ci	0x1013120b, 0x1013120b, 0x1013120b, 0x1014110b,
82562306a36Sopenharmony_ci
82662306a36Sopenharmony_ci	0x0c111310, 0x0c111310, 0x0c111310, 0x0d101310,
82762306a36Sopenharmony_ci	0x0d101310, 0x0d111210, 0x0d111210, 0x0d111210,
82862306a36Sopenharmony_ci	0x0d12120f, 0x0d12120f, 0x0d12120f, 0x0d12120f,
82962306a36Sopenharmony_ci	0x0e11120f, 0x0e12120e, 0x0e12120e, 0x0e12120e,
83062306a36Sopenharmony_ci	0x0e12120e, 0x0e12120e, 0x0e12120e, 0x0e12120e,
83162306a36Sopenharmony_ci	0x0f11120e, 0x0f12120d, 0x0f12120d, 0x0f12120d,
83262306a36Sopenharmony_ci	0x0f12120d, 0x0f12110e, 0x0f12110e, 0x0f12110e,
83362306a36Sopenharmony_ci	0x1012110d, 0x1012110d, 0x1013110c, 0x1013110c,
83462306a36Sopenharmony_ci};
83562306a36Sopenharmony_ci
83662306a36Sopenharmony_cistatic u32 sun8i_vi_scaler_base(struct sun8i_mixer *mixer, int channel)
83762306a36Sopenharmony_ci{
83862306a36Sopenharmony_ci	if (mixer->cfg->is_de3)
83962306a36Sopenharmony_ci		return DE3_VI_SCALER_UNIT_BASE +
84062306a36Sopenharmony_ci		       DE3_VI_SCALER_UNIT_SIZE * channel;
84162306a36Sopenharmony_ci	else
84262306a36Sopenharmony_ci		return DE2_VI_SCALER_UNIT_BASE +
84362306a36Sopenharmony_ci		       DE2_VI_SCALER_UNIT_SIZE * channel;
84462306a36Sopenharmony_ci}
84562306a36Sopenharmony_ci
84662306a36Sopenharmony_cistatic int sun8i_vi_scaler_coef_index(unsigned int step)
84762306a36Sopenharmony_ci{
84862306a36Sopenharmony_ci	unsigned int scale, int_part, float_part;
84962306a36Sopenharmony_ci
85062306a36Sopenharmony_ci	scale = step >> (SUN8I_VI_SCALER_SCALE_FRAC - 3);
85162306a36Sopenharmony_ci	int_part = scale >> 3;
85262306a36Sopenharmony_ci	float_part = scale & 0x7;
85362306a36Sopenharmony_ci
85462306a36Sopenharmony_ci	switch (int_part) {
85562306a36Sopenharmony_ci	case 0:
85662306a36Sopenharmony_ci		return 0;
85762306a36Sopenharmony_ci	case 1:
85862306a36Sopenharmony_ci		return float_part;
85962306a36Sopenharmony_ci	case 2:
86062306a36Sopenharmony_ci		return 8 + (float_part >> 1);
86162306a36Sopenharmony_ci	case 3:
86262306a36Sopenharmony_ci		return 12;
86362306a36Sopenharmony_ci	case 4:
86462306a36Sopenharmony_ci		return 13;
86562306a36Sopenharmony_ci	default:
86662306a36Sopenharmony_ci		return 14;
86762306a36Sopenharmony_ci	}
86862306a36Sopenharmony_ci}
86962306a36Sopenharmony_ci
87062306a36Sopenharmony_cistatic void sun8i_vi_scaler_set_coeff(struct regmap *map, u32 base,
87162306a36Sopenharmony_ci				      u32 hstep, u32 vstep,
87262306a36Sopenharmony_ci				      const struct drm_format_info *format)
87362306a36Sopenharmony_ci{
87462306a36Sopenharmony_ci	const u32 *ch_left, *ch_right, *cy;
87562306a36Sopenharmony_ci	int offset, i;
87662306a36Sopenharmony_ci
87762306a36Sopenharmony_ci	if (format->hsub == 1 && format->vsub == 1) {
87862306a36Sopenharmony_ci		ch_left = lan3coefftab32_left;
87962306a36Sopenharmony_ci		ch_right = lan3coefftab32_right;
88062306a36Sopenharmony_ci		cy = lan2coefftab32;
88162306a36Sopenharmony_ci	} else {
88262306a36Sopenharmony_ci		ch_left = bicubic8coefftab32_left;
88362306a36Sopenharmony_ci		ch_right = bicubic8coefftab32_right;
88462306a36Sopenharmony_ci		cy = bicubic4coefftab32;
88562306a36Sopenharmony_ci	}
88662306a36Sopenharmony_ci
88762306a36Sopenharmony_ci	offset = sun8i_vi_scaler_coef_index(hstep) *
88862306a36Sopenharmony_ci			SUN8I_VI_SCALER_COEFF_COUNT;
88962306a36Sopenharmony_ci	for (i = 0; i < SUN8I_VI_SCALER_COEFF_COUNT; i++) {
89062306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_YHCOEFF0(base, i),
89162306a36Sopenharmony_ci			     lan3coefftab32_left[offset + i]);
89262306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_YHCOEFF1(base, i),
89362306a36Sopenharmony_ci			     lan3coefftab32_right[offset + i]);
89462306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_CHCOEFF0(base, i),
89562306a36Sopenharmony_ci			     ch_left[offset + i]);
89662306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_CHCOEFF1(base, i),
89762306a36Sopenharmony_ci			     ch_right[offset + i]);
89862306a36Sopenharmony_ci	}
89962306a36Sopenharmony_ci
90062306a36Sopenharmony_ci	offset = sun8i_vi_scaler_coef_index(hstep) *
90162306a36Sopenharmony_ci			SUN8I_VI_SCALER_COEFF_COUNT;
90262306a36Sopenharmony_ci	for (i = 0; i < SUN8I_VI_SCALER_COEFF_COUNT; i++) {
90362306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_YVCOEFF(base, i),
90462306a36Sopenharmony_ci			     lan2coefftab32[offset + i]);
90562306a36Sopenharmony_ci		regmap_write(map, SUN8I_SCALER_VSU_CVCOEFF(base, i),
90662306a36Sopenharmony_ci			     cy[offset + i]);
90762306a36Sopenharmony_ci	}
90862306a36Sopenharmony_ci}
90962306a36Sopenharmony_ci
91062306a36Sopenharmony_civoid sun8i_vi_scaler_enable(struct sun8i_mixer *mixer, int layer, bool enable)
91162306a36Sopenharmony_ci{
91262306a36Sopenharmony_ci	u32 val, base;
91362306a36Sopenharmony_ci
91462306a36Sopenharmony_ci	base = sun8i_vi_scaler_base(mixer, layer);
91562306a36Sopenharmony_ci
91662306a36Sopenharmony_ci	if (enable)
91762306a36Sopenharmony_ci		val = SUN8I_SCALER_VSU_CTRL_EN |
91862306a36Sopenharmony_ci		      SUN8I_SCALER_VSU_CTRL_COEFF_RDY;
91962306a36Sopenharmony_ci	else
92062306a36Sopenharmony_ci		val = 0;
92162306a36Sopenharmony_ci
92262306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
92362306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CTRL(base), val);
92462306a36Sopenharmony_ci}
92562306a36Sopenharmony_ci
92662306a36Sopenharmony_civoid sun8i_vi_scaler_setup(struct sun8i_mixer *mixer, int layer,
92762306a36Sopenharmony_ci			   u32 src_w, u32 src_h, u32 dst_w, u32 dst_h,
92862306a36Sopenharmony_ci			   u32 hscale, u32 vscale, u32 hphase, u32 vphase,
92962306a36Sopenharmony_ci			   const struct drm_format_info *format)
93062306a36Sopenharmony_ci{
93162306a36Sopenharmony_ci	u32 chphase, cvphase;
93262306a36Sopenharmony_ci	u32 insize, outsize;
93362306a36Sopenharmony_ci	u32 base;
93462306a36Sopenharmony_ci
93562306a36Sopenharmony_ci	base = sun8i_vi_scaler_base(mixer, layer);
93662306a36Sopenharmony_ci
93762306a36Sopenharmony_ci	hphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16;
93862306a36Sopenharmony_ci	vphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16;
93962306a36Sopenharmony_ci	hscale <<= SUN8I_VI_SCALER_SCALE_FRAC - 16;
94062306a36Sopenharmony_ci	vscale <<= SUN8I_VI_SCALER_SCALE_FRAC - 16;
94162306a36Sopenharmony_ci
94262306a36Sopenharmony_ci	insize = SUN8I_VI_SCALER_SIZE(src_w, src_h);
94362306a36Sopenharmony_ci	outsize = SUN8I_VI_SCALER_SIZE(dst_w, dst_h);
94462306a36Sopenharmony_ci
94562306a36Sopenharmony_ci	/*
94662306a36Sopenharmony_ci	 * This is chroma V/H phase calculation as it appears in
94762306a36Sopenharmony_ci	 * BSP driver. There is no detailed explanation. YUV 420
94862306a36Sopenharmony_ci	 * chroma is threated specialy for some reason.
94962306a36Sopenharmony_ci	 */
95062306a36Sopenharmony_ci	if (format->hsub == 2 && format->vsub == 2) {
95162306a36Sopenharmony_ci		chphase = hphase >> 1;
95262306a36Sopenharmony_ci		cvphase = (vphase >> 1) -
95362306a36Sopenharmony_ci			(1UL << (SUN8I_VI_SCALER_SCALE_FRAC - 2));
95462306a36Sopenharmony_ci	} else {
95562306a36Sopenharmony_ci		chphase = hphase;
95662306a36Sopenharmony_ci		cvphase = vphase;
95762306a36Sopenharmony_ci	}
95862306a36Sopenharmony_ci
95962306a36Sopenharmony_ci	if (mixer->cfg->is_de3) {
96062306a36Sopenharmony_ci		u32 val;
96162306a36Sopenharmony_ci
96262306a36Sopenharmony_ci		if (format->hsub == 1 && format->vsub == 1)
96362306a36Sopenharmony_ci			val = SUN50I_SCALER_VSU_SCALE_MODE_UI;
96462306a36Sopenharmony_ci		else
96562306a36Sopenharmony_ci			val = SUN50I_SCALER_VSU_SCALE_MODE_NORMAL;
96662306a36Sopenharmony_ci
96762306a36Sopenharmony_ci		regmap_write(mixer->engine.regs,
96862306a36Sopenharmony_ci			     SUN50I_SCALER_VSU_SCALE_MODE(base), val);
96962306a36Sopenharmony_ci	}
97062306a36Sopenharmony_ci
97162306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
97262306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_OUTSIZE(base), outsize);
97362306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
97462306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_YINSIZE(base), insize);
97562306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
97662306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_YHSTEP(base), hscale);
97762306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
97862306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_YVSTEP(base), vscale);
97962306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
98062306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_YHPHASE(base), hphase);
98162306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
98262306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_YVPHASE(base), vphase);
98362306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
98462306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CINSIZE(base),
98562306a36Sopenharmony_ci		     SUN8I_VI_SCALER_SIZE(src_w / format->hsub,
98662306a36Sopenharmony_ci					  src_h / format->vsub));
98762306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
98862306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CHSTEP(base),
98962306a36Sopenharmony_ci		     hscale / format->hsub);
99062306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
99162306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CVSTEP(base),
99262306a36Sopenharmony_ci		     vscale / format->vsub);
99362306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
99462306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CHPHASE(base), chphase);
99562306a36Sopenharmony_ci	regmap_write(mixer->engine.regs,
99662306a36Sopenharmony_ci		     SUN8I_SCALER_VSU_CVPHASE(base), cvphase);
99762306a36Sopenharmony_ci	sun8i_vi_scaler_set_coeff(mixer->engine.regs, base,
99862306a36Sopenharmony_ci				  hscale, vscale, format);
99962306a36Sopenharmony_ci}
1000