1 #define tblsele_mask_width 16 2 #define tblsele_mask_height 16 3 static char tblsele_mask_bits[] = { 4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 5 0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0xff, 0xfe, 0x7f, 0xfe, 0x3f, 0x00, 0x1e, 6 0x00, 0x0e, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00 }; 7 8