blosc2-src 0.1.4

FFI bindings for c-blosc2
Documentation
1
2
3
4
5
6
7
8
9
/* private functions ------------------------------------------------------- */

/* reversible inverse decorrelating 1D transform */
static void
_t2(rev_inv_xform, Int, 1)(Int* p)
{
  /* transform along x */
  _t1(rev_inv_lift, Int)(p, 1);
}