| FFmpeg
    4.0
    | 
#include "libavutil/attributes.h"#include "libavutil/avassert.h"#include "libavutil/common.h"#include "dirac_dwt.h"#include "dirac_dwt_template.c"Go to the source code of this file.
| Macros | |
| #define | TEMPLATE_8bit | 
| #define | TEMPLATE_10bit | 
| #define | TEMPLATE_12bit | 
| Functions | |
| int | ff_spatial_idwt_init (DWTContext *d, DWTPlane *p, enum dwt_type type, int decomposition_count, int bit_depth) | 
| void | ff_spatial_idwt_slice2 (DWTContext *d, int y) | 
| #define TEMPLATE_8bit | 
Definition at line 27 of file dirac_dwt.c.
| #define TEMPLATE_10bit | 
Definition at line 30 of file dirac_dwt.c.
| #define TEMPLATE_12bit | 
Definition at line 33 of file dirac_dwt.c.
| int ff_spatial_idwt_init | ( | DWTContext * | d, | 
| DWTPlane * | p, | ||
| enum dwt_type | type, | ||
| int | decomposition_count, | ||
| int | bit_depth | ||
| ) | 
Definition at line 36 of file dirac_dwt.c.
Referenced by dirac_decode_frame_internal().
| void ff_spatial_idwt_slice2 | ( | DWTContext * | d, | 
| int | y | ||
| ) | 
Definition at line 67 of file dirac_dwt.c.
Referenced by dirac_decode_frame_internal().
 1.8.13
 1.8.13