File: codec1.c

package info (click to toggle)
c-blosc2 2.23.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,060 kB
  • sloc: ansic: 46,362; python: 332; lisp: 82; makefile: 36; sh: 3
file content (4 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (14)
1
2
3
4
/* order coefficients by polynomial degree/frequency */
cache_align_(static const uchar perm_1[4]) = {
  0, 1, 2, 3
};