File: quantize.xbm

package info (click to toggle)
rosegarden 2.1-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,652 kB
  • ctags: 4,273
  • sloc: ansic: 42,081; makefile: 4,042; sh: 1,711; tcl: 320
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#define quantize_width 16
#define quantize_height 16
static unsigned char quantize_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x60, 0x06, 0x30, 0x0c, 0x30, 0x0c,
   0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x30, 0x0b, 0x30, 0x0b,
   0x60, 0x06, 0xc0, 0x0c, 0x00, 0x18, 0x00, 0x00};