(git:3add494)
hfx_compression_core_methods Module Reference

Contains routines for data compression. PLEASE DO NOT MODIFY. More...

Functions/Subroutines

subroutine, public ints2bits_specific (Nbits, Ndata, packed_data, full_data)
 ... More...
 
subroutine, public bits2ints_specific (Nbits, Ndata, packed_data, full_data)
 ... More...
 

Detailed Description

Contains routines for data compression. PLEASE DO NOT MODIFY.

History
04.2008 created [Manuel Guidon]
Author
Manuel Guidon

Function/Subroutine Documentation

◆ ints2bits_specific()

subroutine, public hfx_compression_core_methods::ints2bits_specific ( integer, intent(in)  Nbits,
integer, intent(in)  Ndata,
integer(kind=int_8), dimension(*), intent(out)  packed_data,
integer(kind=int_8), dimension(*), intent(in)  full_data 
)

...

Parameters
Nbits...
Ndata...
packed_data...
full_data...

Definition at line 53872 of file hfx_compression_core_methods.F.

Here is the caller graph for this function:

◆ bits2ints_specific()

subroutine, public hfx_compression_core_methods::bits2ints_specific ( integer, intent(in)  Nbits,
integer, intent(in)  Ndata,
integer(kind=int_8), dimension(*), intent(in)  packed_data,
integer(kind=int_8), dimension(*), intent(out)  full_data 
)

...

Parameters
Nbits...
Ndata...
packed_data...
full_data...

Definition at line 54014 of file hfx_compression_core_methods.F.

Here is the caller graph for this function: