#include <cstdlib>
Go to the source code of this file.
|
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) |
|