jpcunpack.c(3) | Library Functions Manual | jpcunpack.c(3) |
jpcunpack.c - Unpack a data field that was packed with JPEG2000.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
int g2c_jpcunpackd (unsigned char *cpack, size_t len, int
*idrstmpl, size_t ndpts, double *fld)
Unpack JPEG2000 compressed data into an array of doubles, using info from the
GRIB2 Data Representation Template 5.40 or 5.40000. int
g2c_jpcunpackf (unsigned char *cpack, size_t len, int *idrstmpl,
size_t ndpts, float *fld)
Unpack JPEG2000 compressed data into an array of floats, using info from the
GRIB2 Data Representation Template 5.40 or 5.40000. g2int
jpcunpack (unsigned char *cpack, g2int len, g2int
*idrstmpl, g2int ndpts, float *fld)
Unpack JPEG2000 compressed data into an array of floats, using info from the
GRIB2 Data Representation Template 5.40 or 5.40000. static int
jpcunpack_int (unsigned char *cpack, g2int len, g2int
*idrstmpl, g2int ndpts, void *fld, int fld_is_double, int verbose)
Unpack JPEG2000 compressed data into an array of floats or doubles, using info
from the GRIB2 Data Representation Template 5.40 or 5.40000.
Unpack a data field that was packed with JPEG2000.
stream
Author
Date
Definition in file jpcunpack.c.
Unpack JPEG2000 compressed data into an array of doubles, using info from the GRIB2 Data Representation Template 5.40 or 5.40000. This function is the V2 API version of jpcunpack() for doubles.
Parameters
Returns
Author
Date
Definition at line 199 of file jpcunpack.c.
References G2C_JPEG_DRS_TEMPLATE_LEN, jpcunpack_int(), and LOG.
Unpack JPEG2000 compressed data into an array of floats, using info from the GRIB2 Data Representation Template 5.40 or 5.40000.
Parameters
Returns
Author
Date
Definition at line 159 of file jpcunpack.c.
References G2C_JPEG_DRS_TEMPLATE_LEN, jpcunpack_int(), and LOG.
Unpack JPEG2000 compressed data into an array of floats, using info from the GRIB2 Data Representation Template 5.40 or 5.40000.
Parameters
Returns
Author
Date
Definition at line 123 of file jpcunpack.c.
References G2_JPCUNPACK_MEM, jpcunpack_int(), and LOG.
Referenced by g2c_unpack7_int().
Unpack JPEG2000 compressed data into an array of floats or doubles, using info from the GRIB2 Data Representation Template 5.40 or 5.40000. This function is used by jpcunpack(), g2c_jpcunpackf(), and g2c_jpcunpackd().
Parameters
Returns
Author
Date
Definition at line 44 of file jpcunpack.c.
References dec_jpeg2000(), G2C_ENOMEM, G2C_NOERROR, int_power(), LOG, and rdieee().
Referenced by g2c_jpcunpackd(), g2c_jpcunpackf(), and jpcunpack().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |