#include <WaveletCommon.h>
|
| void | encode_v (float *res, float *scratch, uint32_t height, uint8_t parity, uint32_t stride, uint32_t cols, float dcShift=0.0f, bool intInput=false) |
| void | encode_h (float *row, float *scratch, uint32_t width, uint8_t parity, uint32_t stride, uint32_t rows, float dcShift=0.0f) |
◆ encode_h()
| void grk::dwt97::encode_h |
( |
float * | row, |
|
|
float * | scratch, |
|
|
uint32_t | width, |
|
|
uint8_t | parity, |
|
|
uint32_t | stride, |
|
|
uint32_t | rows, |
|
|
float | dcShift = 0.0f ) |
◆ encode_v()
| void grk::dwt97::encode_v |
( |
float * | res, |
|
|
float * | scratch, |
|
|
uint32_t | height, |
|
|
uint8_t | parity, |
|
|
uint32_t | stride, |
|
|
uint32_t | cols, |
|
|
float | dcShift = 0.0f, |
|
|
bool | intInput = false ) |
The documentation for this class was generated from the following file: