|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | COMPOSE_VERTICAL(ext, align) |
Functions | |
| void | ff_horizontal_compose_dd97i_ssse3 (int16_t *_b, int16_t *_tmp, int w) |
| static void | horizontal_compose_dd97i_ssse3 (uint8_t *_b, uint8_t *_tmp, int w) |
| void | ff_spatial_idwt_init_x86 (DWTContext *d, enum dwt_type type) |
| #define COMPOSE_VERTICAL | ( | ext, | |
| align | |||
| ) |
Definition at line 26 of file dirac_dwt_init.c.
| void ff_horizontal_compose_dd97i_ssse3 | ( | int16_t * | _b, |
| int16_t * | _tmp, | ||
| int | w | ||
| ) |
Referenced by horizontal_compose_dd97i_ssse3().
|
static |
Definition at line 139 of file dirac_dwt_init.c.
Referenced by ff_spatial_idwt_init_x86().
| void ff_spatial_idwt_init_x86 | ( | DWTContext * | d, |
| enum dwt_type | type | ||
| ) |
Definition at line 154 of file dirac_dwt_init.c.
Referenced by ff_spatial_idwt_init().
1.8.17