⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drvscalertbl.c

📁 mstar 776 开发的车载dvd
💻 C
📖 第 1 页 / 共 3 页
字号:
    _RV2(BK_SC_DNR_19_L, 0x1410),//F2 FIFO threshold for read request, F2 high priority threshold for read request
    _RV2(BK_SC_DNR_1A_L, 0x1410),//F2 FIFO threshold for write request, F2 high priority threshold for write request
    _RV1(BK_SC_DNR_1E_L, 0x00),
    _RV2(BK_SC_DNR_1F_L, 0xFFFF),//F2 read request max number,F2 write request max number

    //film mode
//    _RV2(BK_SC_DNR_51_L, 0x0801),
//    _RV1(BK_SC_DNR_6F_L, 0x02),

    _RV1(BK_SELECT_00, REG_BANK_OPM),
    _RV1(BK_SC_OPM_01_L, 0x14),
    _RV1(BK_SC_OPM_1A_H, 0x00),

    /////////////////////////////////////////////////
    // Initialize EODI table
    /////////////////////////////////////////////////
    _RV1(BK_SELECT_00, REG_BANK_ELA),
    _RV1(BK_SC_ELA_10_L, 0x08),
    _RV1(BK_SC_ELA_11_L, 0x40),
    _RV1(BK_SC_ELA_12_L, 0x80),
    _RV1(BK_SC_ELA_13_L, 0xC0),
    _RV1(BK_SC_ELA_14_L, 0xFF),
    _RV1(BK_SC_ELA_15_L, 0x1E),
    _RV1(BK_SC_ELA_16_L, 0x03),
    _RV1(BK_SC_ELA_17_L, 0x50),
    _RV1(BK_SC_ELA_18_L, 0x32),
    _RV1(BK_SC_ELA_1E_L, 0x00),

    _RV1(BK_SELECT_00, REG_BANK_RESET),
    _RV2(BK_SC_SWRESET_06_L, 0x8080),

    _RV1(BK_SELECT_00, REG_BANK_VOP),
    _RV1(BK_SC_VOP_23_L, 0x80),

    _END_OF_TBL2_,
};

#if 1// kevin 20070910
U8 code ScalingFilterTable[SCALING_MAX][SCALING_FLT_SIZE]=
{
   { //C420_121
    0x40,0x00,0x01,0x04,0x00,
    0x3f,0xfe,0x10,0x84,0x00,
    0x3f,0xfe,0x10,0x84,0x00,
    0x3e,0xfc,0x20,0x04,0x01,
    0x3e,0xfc,0x20,0x04,0x01,
    0x3d,0xfa,0x30,0x84,0x01,
    0x3d,0xfa,0x30,0x84,0x01,
    0x3c,0xf8,0x40,0x04,0x02,
    0x3c,0xf8,0x40,0x04,0x02,
    0x3b,0xf6,0x50,0x84,0x02,
    0x3b,0xf6,0x50,0x84,0x02,
    0x3a,0xf4,0x60,0x04,0x03,
    0x3a,0xf4,0x60,0x04,0x03,
    0x39,0xf2,0x70,0x84,0x03,
    0x39,0xf2,0x70,0x84,0x03,
    0x38,0xf0,0x80,0x04,0x04,
    0x38,0xf0,0x80,0x04,0x04,
    0x37,0xee,0x90,0x84,0x04,
    0x37,0xee,0x90,0x84,0x04,
    0x36,0xec,0xa0,0x04,0x05,
    0x36,0xec,0xa0,0x04,0x05,
    0x35,0xea,0xb0,0x84,0x05,
    0x35,0xea,0xb0,0x84,0x05,
    0x34,0xe8,0xc0,0x04,0x06,
    0x34,0xe8,0xc0,0x04,0x06,
    0x33,0xe6,0xd0,0x84,0x06,
    0x33,0xe6,0xd0,0x84,0x06,
    0x32,0xe4,0xe0,0x04,0x07,
    0x32,0xe4,0xe0,0x04,0x07,
    0x31,0xe2,0xf0,0x84,0x07,
    0x31,0xe2,0xf0,0x84,0x07,
    0x30,0xe0,0x00,0x05,0x08,
    0x30,0xe0,0x00,0x05,0x08,
    0x2f,0xde,0x10,0x85,0x08,
    0x2f,0xde,0x10,0x85,0x08,
    0x2e,0xdc,0x20,0x05,0x09,
    0x2e,0xdc,0x20,0x05,0x09,
    0x2d,0xda,0x30,0x85,0x09,
    0x2d,0xda,0x30,0x85,0x09,
    0x2c,0xd8,0x40,0x05,0x0a,
    0x2c,0xd8,0x40,0x05,0x0a,
    0x2b,0xd6,0x50,0x85,0x0a,
    0x2b,0xd6,0x50,0x85,0x0a,
    0x2a,0xd4,0x60,0x05,0x0b,
    0x2a,0xd4,0x60,0x05,0x0b,
    0x29,0xd2,0x70,0x85,0x0b,
    0x29,0xd2,0x70,0x85,0x0b,
    0x28,0xd0,0x80,0x05,0x0c,
    0x28,0xd0,0x80,0x05,0x0c,
    0x27,0xce,0x90,0x85,0x0c,
    0x27,0xce,0x90,0x85,0x0c,
    0x26,0xcc,0xa0,0x05,0x0d,
    0x26,0xcc,0xa0,0x05,0x0d,
    0x25,0xca,0xb0,0x85,0x0d,
    0x25,0xca,0xb0,0x85,0x0d,
    0x24,0xc8,0xc0,0x05,0x0e,
    0x24,0xc8,0xc0,0x05,0x0e,
    0x23,0xc6,0xd0,0x85,0x0e,
    0x23,0xc6,0xd0,0x85,0x0e,
    0x22,0xc4,0xe0,0x05,0x0f,
    0x22,0xc4,0xe0,0x05,0x0f,
    0x21,0xc2,0xf0,0x85,0x0f,
    0x21,0xc2,0xf0,0x85,0x0f,
    0x20,0xc0,0x00,0x06,0x10,
    },

    { // C420_2121
    0x55,0x56,0x50,0x85,0x15,
    0x55,0x56,0x50,0x85,0x15,
    0x55,0x56,0x50,0x85,0x15,
    0x54,0x58,0x40,0x05,0x16,
    0x54,0x58,0x40,0x05,0x16,
    0x54,0x58,0x40,0x05,0x16,
    0x53,0x5a,0x30,0x85,0x16,
    0x53,0x5a,0x30,0x85,0x16,
    0x53,0x5a,0x30,0x85,0x16,
    0x52,0x5c,0x20,0x05,0x17,
    0x52,0x5c,0x20,0x05,0x17,
    0x52,0x5c,0x20,0x05,0x17,
    0x51,0x5e,0x10,0x85,0x17,
    0x51,0x5e,0x10,0x85,0x17,
    0x51,0x5e,0x10,0x85,0x17,
    0x50,0x60,0x00,0x05,0x18,
    0x50,0x60,0x00,0x05,0x18,
    0x50,0x60,0x00,0x05,0x18,
    0x4f,0x62,0xf0,0x84,0x18,
    0x4f,0x62,0xf0,0x84,0x18,
    0x4f,0x62,0xf0,0x84,0x18,
    0x4e,0x64,0xe0,0x04,0x19,
    0x4e,0x64,0xe0,0x04,0x19,
    0x4e,0x64,0xe0,0x04,0x19,
    0x4d,0x66,0xd0,0x84,0x19,
    0x4d,0x66,0xd0,0x84,0x19,
    0x4d,0x66,0xd0,0x84,0x19,
    0x4c,0x68,0xc0,0x04,0x1a,
    0x4c,0x68,0xc0,0x04,0x1a,
    0x4c,0x68,0xc0,0x04,0x1a,
    0x4b,0x6a,0xb0,0x84,0x1a,
    0x4b,0x6a,0xb0,0x84,0x1a,
    0x4b,0x6a,0xb0,0x84,0x1a,
    0x4a,0x6c,0xa0,0x04,0x1b,
    0x4a,0x6c,0xa0,0x04,0x1b,
    0x4a,0x6c,0xa0,0x04,0x1b,
    0x49,0x6e,0x90,0x84,0x1b,
    0x49,0x6e,0x90,0x84,0x1b,
    0x49,0x6e,0x90,0x84,0x1b,
    0x48,0x70,0x80,0x04,0x1c,
    0x48,0x70,0x80,0x04,0x1c,
    0x48,0x70,0x80,0x04,0x1c,
    0x47,0x72,0x70,0x84,0x1c,
    0x47,0x72,0x70,0x84,0x1c,
    0x47,0x72,0x70,0x84,0x1c,
    0x46,0x74,0x60,0x04,0x1d,
    0x46,0x74,0x60,0x04,0x1d,
    0x46,0x74,0x60,0x04,0x1d,
    0x45,0x76,0x50,0x84,0x1d,
    0x45,0x76,0x50,0x84,0x1d,
    0x45,0x76,0x50,0x84,0x1d,
    0x44,0x78,0x40,0x04,0x1e,
    0x44,0x78,0x40,0x04,0x1e,
    0x44,0x78,0x40,0x04,0x1e,
    0x43,0x7a,0x30,0x84,0x1e,
    0x43,0x7a,0x30,0x84,0x1e,
    0x43,0x7a,0x30,0x84,0x1e,
    0x42,0x7c,0x20,0x04,0x1f,
    0x42,0x7c,0x20,0x04,0x1f,
    0x42,0x7c,0x20,0x04,0x1f,
    0x41,0x7e,0x10,0x84,0x1f,
    0x41,0x7e,0x10,0x84,0x1f,
    0x41,0x7e,0x10,0x84,0x1f,
    0x40,0x80,0x00,0x04,0x20,
    },
};

#else

// Please refer to MS_SCALING_FILTER for the enum type
U8 code ScalingFilterTable[SCALING_MAX][SCALING_FLT_SIZE]=
{
    {//  BS+Gain1.1
    0x17,0x88,0x71,0x02,0x81,0x17,0x86,0x81,0x02,0x81,0x16,0x86,0x91,0x02,0x81,
    0x15,0x86,0xA1,0x02,0x81,0x14,0x86,0xB1,0x02,0x81,0x14,0x84,0xC1,0x02,0x81,
    0x13,0x82,0xE1,0x02,0x81,0x12,0x84,0xF1,0x82,0x81,0x12,0x82,0x01,0x83,0x81,
    0x11,0x82,0x11,0x83,0x81,0x10,0x80,0x31,0x83,0x81,0x10,0x7E,0x41,0x83,0x81,
    0x0F,0x7E,0x51,0x83,0x81,0x0F,0x7C,0x61,0x83,0x81,0x0E,0x7A,0x81,0x83,0x81,
    0x0E,0x78,0x91,0x83,0x81,0x0D,0x78,0xA1,0x83,0x81,0x0C,0x76,0xC1,0x83,0x81,
    0x0C,0x74,0xD1,0x83,0x81,0x0B,0x72,0xF1,0x83,0x81,0x0B,0x70,0x01,0x84,0x81,
    0x0A,0x70,0x11,0x84,0x81,0x0A,0x6C,0x31,0x84,0x81,0x09,0x6C,0x41,0x84,0x81,
    0x09,0x68,0x61,0x84,0x81,0x08,0x68,0x71,0x84,0x81,0x08,0x64,0x91,0x84,0x81,
    0x08,0x62,0xA1,0x84,0x81,0x07,0x62,0xB1,0x84,0x81,0x07,0x5E,0xD1,0x84,0x81,
    0x06,0x5E,0xE1,0x84,0x81,0x06,0x5C,0x01,0x05,0x82,0x06,0x5A,0x11,0x05,0x82,
    0x05,0x58,0x31,0x05,0x82,0x05,0x56,0x41,0x05,0x82,0x04,0x54,0x61,0x05,0x82,
    0x04,0x52,0x71,0x05,0x82,0x04,0x4E,0x91,0x05,0x82,0x03,0x4C,0xB1,0x05,0x82,
    0x03,0x4A,0xC1,0x05,0x82,0x03,0x46,0xE1,0x05,0x82,0x03,0x44,0xF1,0x05,0x82,
    0x02,0x42,0x11,0x06,0x82,0x02,0x40,0x21,0x06,0x82,0x02,0x3C,0x41,0x06,0x82,
    0x01,0x3A,0x51,0x86,0x81,0x01,0x36,0x71,0x86,0x81,0x01,0x34,0x81,0x86,0x81,
    0x01,0x30,0xA1,0x86,0x81,0x00,0x2E,0xC1,0x86,0x81,0x00,0x2C,0xD1,0x86,0x81,
    0x00,0x28,0xF1,0x86,0x81,0x00,0x27,0x01,0x87,0x81,0x00,0x23,0x21,0x87,0x81,
    0x01,0x23,0x31,0x87,0x81,0x01,0x1F,0x51,0x87,0x81,0x01,0x1D,0x61,0x87,0x81,
    0x01,0x19,0x81,0x87,0x81,0x01,0x17,0x91,0x87,0x81,0x01,0x13,0xB1,0x87,0x81,
    0x02,0x13,0xC1,0x87,0x81,0x02,0x0D,0xE1,0x07,0x81,0x02,0x0B,0xF1,0x07,0x81,
    0x02,0x07,0x11,0x08,0x81,

    },

    {//  Sync
    0x00,0x00,0x02,0x00,0x00,0x02,0x03,0x22,0x80,0x80,0x04,0x05,0x42,0x00,0x81,
    0x06,0x07,0x62,0x80,0x81,0x08,0x09,0x82,0x00,0x82,0x0a,0x09,0xb2,0x80,0x82,
    0x0c,0x0b,0xd2,0x00,0x83,0x0e,0x0d,0xf2,0x80,0x83,0x0f,0x0d,0x12,0x01,0x84,
    0x11,0x0f,0x42,0x01,0x85,0x13,0x11,0x62,0x81,0x85,0x15,0x11,0x92,0x01,0x86,
    0x16,0x11,0xb2,0x81,0x86,0x19,0x13,0xe2,0x01,0x87,0x1a,0x13,0x02,0x82,0x87,
    0x1c,0x13,0x32,0x02,0x88,0x1d,0x13,0x62,0x02,0x89,0x1f,0x13,0x92,0x82,0x89,
    0x21,0x13,0xc2,0x02,0x8a,0x22,0x13,0xe2,0x82,0x8a,0x24,0x13,0x12,0x03,0x8b,
    0x25,0x13,0x42,0x03,0x8c,0x27,0x13,0x72,0x83,0x8c,0x28,0x11,0xa2,0x03,0x8d,
    0x2a,0x11,0xd2,0x83,0x8d,0x2b,0x11,0x02,0x84,0x8e,0x2c,0x0f,0x32,0x04,0x8f,
    0x2e,0x0f,0x62,0x84,0x8f,0x2f,0x0d,0x92,0x04,0x90,0x30,0x0b,0xc2,0x84,0x90,
    0x31,0x09,0x02,0x85,0x91,0x32,0x07,0x32,0x05,0x92,0x34,0x07,0x62,0x85,0x92,
    0x35,0x05,0x92,0x05,0x93,0x36,0x01,0xd2,0x85,0x93,0x37,0xff,0x01,0x06,0x94,
    0x38,0xfd,0x31,0x86,0x94,0x39,0xfb,0x71,0x86,0x95,0x39,0xf7,0xa1,0x06,0x96,
    0x3a,0xf5,0xd1,0x86,0x96,0x3b,0xf1,0x11,0x07,0x97,0x3c,0xef,0x41,0x87,0x97,
    0x3d,0xeb,0x81,0x07,0x98,0x3d,0xe7,0xb1,0x87,0x98,0x3e,0xe3,0xf1,0x07,0x99,
    0x3e,0xdf,0x21,0x88,0x99,0x3f,0xdd,0x51,0x08,0x9a,0x3f,0xd7,0x91,0x88,0x9a,
    0x40,0xd5,0xc1,0x08,0x9b,0x40,0xcf,0x01,0x89,0x9b,0x40,0xcb,0x31,0x09,0x9c,
    0x41,0xc7,0x61,0x09,0x9c,0x41,0xc1,0xa1,0x89,0x9c,0x41,0xbd,0xd1,0x09,0x9d,
    0x41,0xb9,0x01,0x8a,0x9d,0x41,0xb3,0x31,0x8a,0x9d,0x41,0xad,0x71,0x0a,0x9e,
    0x41,0xa9,0xa1,0x8a,0x9e,0x41,0xa3,0xd1,0x8a,0x9e,0x41,0x9d,0x11,0x0b,0x9f,
    0x41,0x97,0x41,0x0b,0x9f,0x41,0x93,0x71,0x8b,0x9f,0x41,0x8d,0xa1,0x8b,0x9f,
    0x40,0x87,0xd1,0x0b,0xa0,
    },

    //  SCALING_121G2266G1030_CUBIC
    {
    0x2a,0x56,0xb1,0x02,0x00,0x29,0x56,0xc1,0x02,0x00,0x28,0x56,0xd1,0x02,0x00,
    0x27,0x56,0xe1,0x02,0x00,0x26,0x56,0xf1,0x02,0x00,0x25,0x56,0x01,0x03,0x00,
    0x24,0x56,0x11,0x03,0x00,0x24,0x52,0x31,0x03,0x00,0x23,0x52,0x41,0x03,0x00,
    0x22,0x52,0x51,0x03,0x00,0x21,0x52,0x61,0x03,0x00,0x20,0x52,0x71,0x03,0x00,
    0x1f,0x52,0x81,0x03,0x00,0x1f,0x50,0x91,0x03,0x00,0x1e,0x4e,0xb1,0x03,0x00,
    0x1d,0x4e,0xc1,0x03,0x00,0x1c,0x4e,0xd1,0x03,0x00,0x1b,0x4e,0xe1,0x03,0x00,
    0x1b,0x4c,0xf1,0x03,0x00,0x1a,0x4a,0x11,0x04,0x00,0x19,0x4a,0x21,0x04,0x00,
    0x19,0x48,0x31,0x04,0x00,0x18,0x48,0x41,0x04,0x00,0x17,0x46,0x61,0x04,0x00,
    0x17,0x44,0x71,0x04,0x00,0x16,0x44,0x81,0x04,0x00,0x15,0x42,0xa1,0x04,0x00,
    0x15,0x40,0xb1,0x04,0x00,0x14,0x40,0xc1,0x04,0x00,0x13,0x3e,0xd1,0x84,0x00,
    0x13,0x3a,0xf1,0x84,0x00,0x12,0x3a,0x01,0x85,0x00,0x12,0x38,0x11,0x85,0x00,
    0x11,0x36,0x31,0x85,0x00,0x11,0x34,0x41,0x85,0x00,0x10,0x34,0x51,0x85,0x00,
    0x10,0x30,0x71,0x85,0x00,0x0f,0x30,0x81,0x85,0x00,0x0f,0x2e,0x91,0x85,0x00,
    0x0e,0x2c,0xb1,0x85,0x00,0x0e,0x2a,0xc1,0x85,0x00,0x0d,0x2a,0xd1,0x85,0x00,
    0x0d,0x24,0xf1,0x05,0x01,0x0c,0x24,0x01,0x06,0x01,0x0c,0x22,0x11,0x06,0x01,
    0x0b,0x20,0x31,0x06,0x01,0x0b,0x1e,0x41,0x06,0x01,0x0b,0x1c,0x51,0x06,0x01,
    0x0a,0x1a,0x71,0x06,0x01,0x0a,0x18,0x81,0x06,0x01,0x09,0x16,0x91,0x86,0x01,
    0x09,0x12,0xb1,0x86,0x01,0x09,0x10,0xc1,0x86,0x01,0x08,0x10,0xd1,0x86,0x01,
    0x08,0x0e,0xe1,0x86,0x01,0x08,0x0a,0x01,0x87,0x01,0x07,0x08,0x11,0x07,0x02,
    0x07,0x06,0x21,0x07,0x02,0x07,0x02,0x41,0x07,0x02,0x07,0x00,0x51,0x07,0x02,
    0x06,0xfe,0x60,0x87,0x02,0x06,0xfa,0x80,0x87,0x02,0x06,0xf8,0x90,0x87,0x02,
    0x05,0xf8,0xa0,0x87,0x02,
    },

/*
    //	SCALING_121G2266G1030_SPLINE
    {
	0xf4,0xcd,0x25,0x4f,0x80,0xf4,0xc9,0xf5,0x4e,0x81,0xf5,0xc7,0xb5,0xce,0x81,0xf5,
	0xc3,0x85,0x4e,0x82,0xf6,0xbd,0x45,0xce,0x82,0xf6,0xb9,0x05,0x4e,0x83,0xf6,0xb3,
	0xb5,0x4d,0x84,0xf6,0xad,0x75,0xcd,0x84,0xf6,0xa7,0x25,0xcd,0x85,0xf6,0x9f,0xd5,
	0x4c,0x86,0xf6,0x97,0x85,0x4c,0x87,0xf6,0x8f,0x25,0xcc,0x87,0xf5,0x87,0xd5,0xcb,
	0x88,0xf5,0x7f,0x75,0xcb,0x89,0xf4,0x75,0x15,0xcb,0x8a,0xf4,0x6b,0xb5,0x4a,0x8b,
	0xf3,0x61,0x45,0x4a,0x8c,0xf3,0x57,0xe5,0x49,0x8d,0xf2,0x4b,0x75,0x49,0x8e,0xf1,
	0x3f,0x05,0x49,0x8f,0xf0,0x33,0x95,0xc8,0x90,0xef,0x27,0x25,0xc8,0x91,0xee,0x1b,
	0xa5,0xc7,0x92,0xed,0x0d,0x35,0xc7,0x93,0xeb,0x01,0xb5,0xc6,0x94,0xea,0xf3,0x34,
	0x46,0x96,0xe9,0xe5,0xb4,0x45,0x97,0xe7,0xd7,0x34,0x45,0x98,0xe6,0xc7,0xa4,0xc4,
	0x99,0xe4,0xb9,0x24,0xc4,0x9a,0xe3,0xa9,0x94,0x43,0x9c,0xe1,0x99,0x14,0x43,0x9d,
	0xe0,0x89,0x84,0xc2,0x9e,0xde,0x79,0xf4,0xc1,0x9f,0xdc,0x69,0x64,0x41,0xa1,0xda,
	0x57,0xd4,0xc0,0xa2,0xd8,0x47,0x34,0xc0,0xa3,0xd6,0x35,0x64,0x00,0xa5,0xd4,0x23,
	0x04,0x81,0xa6,0xd2,0x13,0x94,0x81,0xa7,0xd0,0x01,0x34,0x02,0xa9,0xce,0xed,0xc3,
	0x82,0xaa,0xcc,0xdb,0x63,0x03,0xac,0xca,0xc9,0x03,0x84,0xad,0xc7,0xb5,0xa3,0x84,
	0xae,0xc5,0xa3,0x43,0x05,0xb0,0xc3,0x8f,0xe3,0x85,0xb1,0xc0,0x7d,0x83,0x06,0xb3,
	0xbe,0x69,0x33,0x87,0xb4,0xbb,0x55,0xd3,0x87,0xb5,0xb9,0x41,0x73,0x08,0xb7,0xb6,
	0x2d,0x23,0x89,0xb8,0xb4,0x19,0xc3,0x09,0xba,0xb1,0x05,0x63,0x8a,0xbb,0xaf,0xf1,
	0x12,0x0b,0xbd,0xac,0xdb,0xb2,0x8b,0xbe,0xa9,0xc7,0x62,0x0c,0xc0,0xa7,0xb3,0x02,
	0x0d,0xc1,0xa4,0x9d,0xb2,0x8d,0xc2,0xa1,0x89,0x52,0x0e,0xc4,0x9f,0x75,0x02,0x8f,
	0xc5,0x9c,0x5f,0xa2,0x0f,0xc7,0x99,0x4b,0x52,0x90,0xc8,0x96,0x35,0x02,0x91,0xc9,
    },

    //	SCALING_121G2300G1030_CUBIC
    {
	0x80,0x01,0xf4,0x47,0x80,0x81,0xff,0xd3,0xc7,0x80,0x82,0xfd,0xb3,0xc7,0x80,0x82,
	0xf9,0x83,0x47,0x81,0x83,0xf7,0x53,0xc7,0x81,0x83,0xf3,0x33,0xc7,0x81,0x84,0xef,
	0x03,0x47,0x82,0x84,0xed,0xd3,0xc6,0x82,0x84,0xe7,0x93,0x46,0x83,0x84,0xe3,0x63,
	0xc6,0x83,0x85,0xdf,0x33,0xc6,0x83,0x85,0xd9,0xf3,0x45,0x84,0x85,0xd3,0xb3,0xc5,
	0x84,0x85,0xcf,0x73,0x45,0x85,0x85,0xc9,0x43,0xc5,0x85,0x85,0xc1,0xf3,0x44,0x86,
	0x84,0xbb,0xb3,0xc4,0x86,0x84,0xb5,0x73,0xc4,0x87,0x84,0xad,0x23,0x44,0x88,0x84,
	0xa5,0xe3,0xc3,0x88,0x83,0x9f,0x93,0x43,0x89,0x83,0x97,0x43,0xc3,0x89,0x83,0x8f,
	0x03,0xc3,0x8a,0x82,0x87,0xb3,0x42,0x8b,0x82,0x7d,0x53,0xc2,0x8b,0x81,0x75,0x03,
	0x42,0x8c,0x80,0x6b,0xb3,0x41,0x8d,0x80,0x63,0x63,0xc1,0x8d,0x7f,0x59,0x03,0xc1,
	0x8e,0x7e,0x4f,0xb3,0x40,0x8f,0x7e,0x45,0x53,0xc0,0x8f,0x7d,0x3b,0x13,0x80,0x90,
	0x7c,0x31,0x63,0x00,0x91,0x7b,0x27,0xc3,0x00,0x92,0x7a,0x1b,0x23,0x81,0x92,0x79,
	0x11,0x83,0x81,0x93,0x78,0x05,0xe3,0x01,0x94,0x77,0xfb,0x42,0x02,0x95,0x76,0xef,
	0xa2,0x82,0x95,0x75,0xe3,0x12,0x83,0x96,0x74,0xd9,0x72,0x03,0x97,0x73,0xcd,0xd2,
	0x03,0x98,0x72,0xc1,0x42,0x04,0x99,0x71,0xb5,0xa2,0x84,0x99,0x70,0xa9,0x12,0x85,
	0x9a,0x6e,0x9d,0x72,0x05,0x9b,0x6d,0x8f,0xe2,0x05,0x9c,0x6c,0x83,0x42,0x06,0x9d,
	0x6b,0x77,0xb2,0x86,0x9d,0x69,0x69,0x22,0x87,0x9e,0x68,0x5d,0x82,0x07,0x9f,0x67,
	0x51,0xf2,0x07,0xa0,0x65,0x43,0x62,0x08,0xa1,0x64,0x35,0xc2,0x88,0xa1,0x62,0x29,
	0x32,0x89,0xa2,0x61,0x1b,0xa2,0x09,0xa3,0x5f,0x0f,0x12,0x0a,0xa4,0x5e,0x01,0x82,
	0x0a,0xa5,0x5c,0xf3,0xe1,0x8a,0xa5,0x5b,0xe7,0x51,0x8b,0xa6,0x59,0xd9,0xc1,0x0b,
	0xa7,0x58,0xcb,0x31,0x0c,0xa8,0x56,0xbd,0xa1,0x0c,0xa9,0x55,0xaf,0x11,0x8d,0xa9,
    },

    //	sram-bspline-nog.dat
    {
	0x2a,0x56,0xb1,0x02,0x00,0x29,0x56,0xc1,0x02,0x00,0x28,0x56,0xd1,0x02,0x00,0x27,
	0x54,0xe1,0x02,0x00,0x26,0x54,0xf1,0x02,0x00,0x25,0x54,0x01,0x03,0x00,0x24,0x54,
	0x11,0x03,0x00,0x24,0x54,0x31,0x03,0x00,0x23,0x54,0x41,0x03,0x00,0x22,0x52,0x51,
	0x03,0x00,0x21,0x52,0x61,0x03,0x00,0x20,0x52,0x71,0x03,0x00,0x1f,0x50,0x81,0x03,
	0x00,0x1f,0x50,0x91,0x03,0x00,0x1e,0x50,0xb1,0x03,0x00,0x1d,0x4e,0xc1,0x03,0x00,
	0x1c,0x4e,0xd1,0x03,0x00,0x1b,0x4c,0xe1,0x03,0x00,0x1b,0x4c,0xf1,0x03,0x00,0x1a,
	0x4a,0x11,0x04,0x00,0x19,0x4a,0x21,0x04,0x00,0x19,0x48,0x31,0x04,0x00,0x18,0x46,
	0x41,0x04,0x00,0x17,0x46,0x61,0x04,0x00,0x17,0x44,0x71,0x04,0x00,0x16,0x44,0x81,
	0x04,0x00,0x15,0x42,0xa1,0x04,0x00,0x15,0x40,0xb1,0x04,0x00,0x14,0x3e,0xc1,0x04,
	0x00,0x13,0x3e,0xd1,0x84,0x00,0x13,0x3c,0xf1,0x84,0x00,0x12,0x3a,0x01,0x85,0x00,
	0x12,0x38,0x11,0x85,0x00,0x11,0x36,0x31,0x85,0x00,0x11,0x36,0x41,0x85,0x00,0x10,
	0x34,0x51,0x85,0x00,0x10,0x32,0x71,0x85,0x00,0x0f,0x30,0x81,0x85,0x00,0x0f,0x2e,
	0x91,0x85,0x00,0x0e,0x2c,0xb1,0x85,0x00,0x0e,0x2a,0xc1,0x85,0x00,0x0d,0x28,0xd1,
	0x85,0x00,0x0d,0x26,0xf1,0x05,0x01,0x0c,0x24,0x01,0x06,0x01,0x0c,0x22,0x11,0x06,
	0x01,0x0b,0x20,0x31,0x06,0x01,0x0b,0x1e,0x41,0x06,0x01,0x0b,0x1c,0x51,0x06,0x01,
	0x0a,0x1a,0x71,0x06,0x01,0x0a,0x18,0x81,0x06,0x01,0x09,0x16,0x91,0x86,0x01,0x09,
	0x14,0xb1,0x86,0x01,0x09,0x10,0xc1,0x86,0x01,0x08,0x0e,0xd1,0x86,0x01,0x08,0x0c,
	0xe1,0x86,0x01,0x08,0x0a,0x01,0x87,0x01,0x07,0x08,0x11,0x07,0x02,0x07,0x06,0x21,
	0x07,0x02,0x07,0x02,0x41,0x07,0x02,0x07,0x00,0x51,0x07,0x02,0x06,0xfe,0x60,0x87,
	0x02,0x06,0xfc,0x80,0x87,0x02,0x06,0xfa,0x90,0x87,0x02,0x05,0xf6,0xa0,0x87,0x02,
    },

    //  SCALING_BSPLINE_ENHANCE
    {
    0x5c,0xb6,0x70,0x03,0x09,0x5b,0xb6,0x70,0x83,0x09,0x5a,0xb6,0x80,0x83,0x09,
    0x59,0xb6,0x80,0x03,0x0a,0x59,0xb6,0x80,0x03,0x0a,0x58,0xb4,0x90,0x83,0x0a,
    0x58,0xb4,0x90,0x83,0x0a,0x57,0xb6,0x90,0x83,0x0a,0x56,0xb4,0xa0,0x03,0x0b,
    0x56,0xb4,0xa0,0x03,0x0b,0x55,0xb4,0xa0,0x83,0x0b,0x55,0xb2,0xb0,0x83,0x0b,
    0x54,0xb2,0xb0,0x03,0x0c,0x53,0xb4,0xb0,0x03,0x0c,0x53,0xb0,0xc0,0x83,0x0c,
    0x52,0xb2,0xc0,0x83,0x0c,0x52,0xb0,0xc0,0x03,0x0d,0x51,0xb0,0xd0,0x03,0x0d,
    0x50,0xb0,0xd0,0x83,0x0d,0x50,0xb0,0xd0,0x83,0x0d,0x4f,0xae,0xe0,0x03,0x0e,
    0x4e,0xb0,0xe0,0x03,0x0e,0x4e,0xae,0xe0,0x83,0x0e,0x4d,0xae,0xf0,0x83,0x0e,
    0x4d,0xac,0xf0,0x03,0x0f,0x4c,0xae,0xf0,0x03,0x0f,0x4b,0xac,0x00,0x84,0x0f,
    0x4b,0xac,0x00,0x84,0x0f,0x4a,0xac,0x00,0x04,0x10,0x4a,0xaa,0x10,0x04,0x10,
    0x49,0xaa,0x10,0x84,0x10,0x48,0xac,0x10,0x84,0x10,0x48,0xa8,0x20,0x04,0x11,
    0x47,0xaa,0x20,0x04,0x11,0x46,0xaa,0x20,0x84,0x11,0x46,0xa8,0x30,0x84,0x11,
    0x45,0xa8,0x30,0x04,0x12,0x45,0xa6,0x30,0x84,0x12,0x44,0xa6,0x40,0x84,0x12,
    0x43,0xa6,0x40,0x04,0x13,0x43,0xa6,0x40,0x04,0x13,0x42,0xa4,0x50,0x84,0x13,
    0x41,0xa6,0x50,0x84,0x13,0x41,0xa4,0x50,0x04,0x14,0x40,0xa4,0x60,0x04,0x14,
    0x40,0xa2,0x60,0x84,0x14,0x3f,0xa2,0x60,0x04,0x15,0x3e,0xa2,0x70,0x04,0x15,
    0x3e,0xa0,0x70,0x84,0x15,0x3d,0xa2,0x70,0x84,0x15,0x3c,0xa0,0x80,0x04,0x16,
    0x3c,0x9e,0x80,0x84,0x16,0x3b,0xa0,0x80,0x84,0x16,0x3b,0x9c,0x90,0x04,0x17,
    0x3a,0x9e,0x90,0x04,0x17,0x39,0x9e,0x90,0x84,0x17,0x39,0x9a,0xa0,0x04,0x18,
    0x38,0x9c,0xa0,0x04,0x18,0x37,0x9c,0xa0,0x84,0x18,0x37,0x9a,0xb0,0x84,0x18,
    0x36,0x9a,0xb0,0x04,0x19,0x36,0x98,0xb0,0x84,0x19,0x35,0x9a,0xb0,0x84,0x19,
    0x34,0x98,0xc0,0x04,0x1a,
    },

    {//  SCALING_BSPLINE_EQUAL_COEF
    0x6a,0x2c,0xa0,0x06,0x0b,
    0x6a,0x2c,0xa0,0x06,0x0b,
    0x69,0x2e,0x90,0x86,0x0b,
    0x69,0x2e,0x90,0x86,0x0b,
    0x68,0x30,0x80,0x06,0x0c,
    0x68,0x30,0x80,0x06,0x0c,
    0x67,0x32,0x70,0x86,0x0c,
    0x67,0x32,0x70,0x86,0x0c,
    0x66,0x34,0x60,0x06,0x0d,
    0x66,0x34,0x60,0x06,0x0d,
    0x65,0x36,0x50,0x86,0x0d,
    0x64,0x38,0x40,0x06,0x0e,
    0x64,0x38,0x40,0x06,0x0e,
    0x63,0x3a,0x30,0x86,0x0e,
    0x63,0x3a,0x30,0x86,0x0e,
    0x62,0x3c,0x20,0x06,0x0f,
    0x61,0x3e,0x10,0x86,0x0f,
    0x61,0x3e,0x10,0x86,0x0f,
    0x60,0x40,0x00,0x06,0x10,
    0x60,0x40,0x00,0x06,0x10,
    0x5f,0x42,0xf0,0x85,0x10,
    0x5e,0x44,0xe0,0x05,0x11,
    0x5e,0x44,0xe0,0x05,0x11,
    0x5d,0x46,0xd0,0x85,0x11,
    0x5c,0x48,0xc0,0x05,0x12,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -