/src/c-blosc2/plugins/codecs/zfp/src/template/revdecode1.c
Line | Count | Source |
1 | | /* private functions ------------------------------------------------------- */ |
2 | | |
3 | | /* reversible inverse decorrelating 1D transform */ |
4 | | static void |
5 | | _t2(rev_inv_xform, Int, 1)(Int* p) |
6 | 0 | { |
7 | | /* transform along x */ |
8 | 0 | _t1(rev_inv_lift, Int)(p, 1); |
9 | 0 | } Unexecuted instantiation: decode1d.c:rev_inv_xform_int64_1 Unexecuted instantiation: decode1f.c:rev_inv_xform_int32_1 Unexecuted instantiation: decode1i.c:rev_inv_xform_int32_1 Unexecuted instantiation: decode1l.c:rev_inv_xform_int64_1 |