![]() |
(git:87fe8d4)
|
Contains routines for data compression. PLEASE DO NOT MODIFY. More...
Functions/Subroutines | |
| subroutine, public | ints2bits_specific (nbits, ndata, packed_data, full_data) |
| ... | |
| subroutine, public | bits2ints_specific (nbits, ndata, packed_data, full_data) |
| ... | |
Contains routines for data compression. PLEASE DO NOT MODIFY.
| 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 | ||
| ) |
...
| Nbits | ... |
| Ndata | ... |
| packed_data | ... |
| full_data | ... |
Definition at line 53872 of file hfx_compression_core_methods.F.
| 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 | ||
| ) |
...
| Nbits | ... |
| Ndata | ... |
| packed_data | ... |
| full_data | ... |
Definition at line 54014 of file hfx_compression_core_methods.F.