View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Namespaces | Functions
predict.h File Reference
#include <cstdlib>
Include dependency graph for predict.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vistle
 

Functions

void vistle::transform_predict (unsigned char *output, const float *input, unsigned width, unsigned height, unsigned stride)
 
void vistle::transform_unpredict (float *output, const unsigned char *input, unsigned width, unsigned height, unsigned stride)
 
void vistle::transform_predict_planar (unsigned char *output, const float *input, unsigned width, unsigned height, unsigned stride)
 
void vistle::transform_unpredict_planar (float *output, const unsigned char *input, unsigned width, unsigned height, unsigned stride)
 
template<int planes, bool planar, bool rgba>
void vistle::transform_predict (unsigned char *output, const unsigned char *input, unsigned width, unsigned height, unsigned stride)
 
template<int planes, bool planar, bool rgba>
void vistle::transform_unpredict (unsigned char *output, const unsigned char *input, unsigned width, unsigned height, unsigned stride)