BRL-CAD
wavelet.h File Reference
#include "common.h"
#include <stdio.h>
#include "bn/defines.h"
Include dependency graph for wavelet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CK_POW_2(dimen)
 

Functions

void bn_wlt_haar_1d_double_decompose (double *tbuf, double *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_double_reconstruct (double *tbuf, double *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_1d_float_decompose (float *tbuf, float *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_float_reconstruct (float *tbuf, float *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_1d_char_decompose (char *tbuf, char *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_char_reconstruct (char *tbuf, char *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_1d_short_decompose (short *tbuf, short *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_short_reconstruct (short *tbuf, short *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_1d_int_decompose (int *tbuf, int *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_int_reconstruct (int *tbuf, int *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_1d_long_decompose (long *tbuf, long *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_1d_long_reconstruct (long *tbuf, long *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_double_decompose (double *tbuf, double *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_double_reconstruct (double *tbuf, double *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_float_decompose (float *tbuf, float *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_float_reconstruct (float *tbuf, float *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_char_decompose (char *tbuf, char *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_char_reconstruct (char *tbuf, char *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_short_decompose (short *tbuf, short *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_short_reconstruct (short *tbuf, short *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_int_decompose (int *tbuf, int *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_int_reconstruct (int *tbuf, int *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_long_decompose (long *tbuf, long *buf, size_t dimen, size_t depth, size_t limit)
 
void bn_wlt_haar_2d_long_reconstruct (long *tbuf, long *buf, size_t dimen, size_t depth, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_double_decompose2 (double *tbuf, double *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_double_reconstruct2 (double *tbuf, double *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_float_decompose2 (float *tbuf, float *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_float_reconstruct2 (float *tbuf, float *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_char_decompose2 (char *tbuf, char *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_char_reconstruct2 (char *tbuf, char *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_short_decompose2 (short *tbuf, short *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_short_reconstruct2 (short *tbuf, short *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_int_decompose2 (int *tbuf, int *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_int_reconstruct2 (int *tbuf, int *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)
 
void bn_wlt_haar_2d_long_decompose2 (long *tbuf, long *buf, size_t dimen, size_t width, size_t height, size_t limit)
 
void bn_wlt_haar_2d_long_reconstruct2 (long *tbuf, long *buf, size_t dimen, size_t width, size_t height, size_t subimage_size, size_t limit)