blosc2-sys 0.4.0+2.15.2

Bindings to C Blosc2
1
2
3
4
5
6
7
8
9
/* private functions ------------------------------------------------------- */

/* reversible forward decorrelating 1D transform */
static void
_t2(rev_fwd_xform, Int, 1)(Int* p)
{
  /* transform along x */
  _t1(rev_fwd_lift, Int)(p, 1);
}