FFmpeg
|
#include "libavcodec/dirac_dwt.h"
Go to the source code of this file.
Functions | |
void | ff_horizontal_compose_dd97i_end_c (IDWTELEM *b, IDWTELEM *tmp, int w2, int x) |
void | ff_horizontal_compose_haar1i_end_c (IDWTELEM *b, IDWTELEM *tmp, int w2, int x) |
void | ff_horizontal_compose_haar0i_end_c (IDWTELEM *b, IDWTELEM *tmp, int w2, int x) |
void | ff_spatial_idwt_init_mmx (DWTContext *d, enum dwt_type type) |
void ff_spatial_idwt_init_mmx | ( | DWTContext * | d, |
enum dwt_type | type | ||
) |
Definition at line 134 of file dirac_dwt.c.
Referenced by ff_spatial_idwt_init2().