kZigzag constant

List<int> const kZigzag

Implementation

static const List<int> kZigzag = [
  0,
  1,
  4,
  8,
  5,
  2,
  3,
  6,
  9,
  12,
  13,
  10,
  7,
  11,
  14,
  15
];