cfitsio  3390
Data Structures | Macros | Typedefs | Functions
ricecomp.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitsio2.h"
Include dependency graph for ricecomp.c:

Data Structures

struct  Buffer
 

Macros

#define putcbuf(c, mf)   ((*(mf->current)++ = c), 0)
 

Typedefs

typedef unsigned char Buffer_t
 

Functions

int fits_rcomp (int a[], int nx, unsigned char *c, int clen, int nblock)
 
int fits_rcomp_short (short a[], int nx, unsigned char *c, int clen, int nblock)
 
int fits_rcomp_byte (signed char a[], int nx, unsigned char *c, int clen, int nblock)
 
int fits_rdecomp (unsigned char *c, int clen, unsigned int array[], int nx, int nblock)
 
int fits_rdecomp_short (unsigned char *c, int clen, unsigned short array[], int nx, int nblock)
 
int fits_rdecomp_byte (unsigned char *c, int clen, unsigned char array[], int nx, int nblock)
 

Macro Definition Documentation

#define putcbuf (   c,
  mf 
)    ((*(mf->current)++ = c), 0)

Typedef Documentation

typedef unsigned char Buffer_t

Function Documentation

int fits_rcomp ( int  a[],
int  nx,
unsigned char *  c,
int  clen,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_rcomp_byte ( signed char  a[],
int  nx,
unsigned char *  c,
int  clen,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_rcomp_short ( short  a[],
int  nx,
unsigned char *  c,
int  clen,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_rdecomp ( unsigned char *  c,
int  clen,
unsigned int  array[],
int  nx,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_rdecomp_byte ( unsigned char *  c,
int  clen,
unsigned char  array[],
int  nx,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_rdecomp_short ( unsigned char *  c,
int  clen,
unsigned short  array[],
int  nx,
int  nblock 
)

Here is the call graph for this function:

Here is the caller graph for this function: