|
FFmpeg
|
Discrete wavelet transform. More...
#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/mem.h"#include "jpeg2000dwt.h"#include "internal.h"Functions | |
| int | ff_jpeg2000_dwt_init (DWTContext *s, int border[2][2], int decomp_levels, int type) |
| Initialize DWT. More... | |
| int | ff_dwt_encode (DWTContext *s, void *t) |
| int | ff_dwt_decode (DWTContext *s, void *t) |
| void | ff_dwt_destroy (DWTContext *s) |
Discrete wavelet transform.
| int ff_jpeg2000_dwt_init | ( | DWTContext * | s, |
| int | border[2][2], | ||
| int | decomp_levels, | ||
| int | type | ||
| ) |
Initialize DWT.
| s | DWT context |
| border | coordinates of transformed region {{x0, x1}, {y0, y1}} |
| decomp_levels | number of decomposition levels |
| type | 0 for DWT 9/7; 1 for DWT 5/3 |
1.8.12