Go to the source code of this file.
Functions | |
| static void | idct_row (int16_t *const block) |
| static void | idct_col (int16_t *const block) |
| void | mpeg2_idct_copy_mvi (int16_t *block, uint8_t *dest, const int stride) |
| void | mpeg2_idct_add_mvi (const int last, int16_t *block, uint8_t *dest, const int stride) |
| void | mpeg2_idct_copy_alpha (int16_t *block, uint8_t *dest, const int stride) |
| void | mpeg2_idct_add_alpha (const int last, int16_t *block, uint8_t *dest, const int stride) |
| void | mpeg2_idct_alpha_init (void) |
Variables | |
| uint8_t | mpeg2_clip [3840 *2+256] |
| static void idct_row | ( | int16_t *const | block | ) | [inline, static] |
Definition at line 62 of file idct_alpha.c.
Referenced by mpeg2_idct_add_alpha(), mpeg2_idct_add_mvi(), mpeg2_idct_copy_alpha(), and mpeg2_idct_copy_mvi().
| static void idct_col | ( | int16_t *const | block | ) | [inline, static] |
Definition at line 119 of file idct_alpha.c.
Referenced by mpeg2_idct_add_alpha(), mpeg2_idct_add_mvi(), mpeg2_idct_copy_alpha(), and mpeg2_idct_copy_mvi().
Definition at line 160 of file idct_alpha.c.
Referenced by mpeg2_idct_init().
Definition at line 193 of file idct_alpha.c.
Referenced by mpeg2_idct_init().
Definition at line 293 of file idct_alpha.c.
Referenced by mpeg2_idct_init().
Definition at line 319 of file idct_alpha.c.
Referenced by mpeg2_idct_init().
| void mpeg2_idct_alpha_init | ( | void | ) |
Definition at line 365 of file idct_alpha.c.
Referenced by mpeg2_idct_init().
| uint8_t mpeg2_clip[3840 *2+256] |
1.6.3