Go to the source code of this file.
Functions | |
| static int | idct_row (DCTELEM *row) |
| static void | idct_col (DCTELEM *col) |
| static void | idct_col2 (DCTELEM *col) |
| void | simple_idct_axp (DCTELEM *block) |
| void | simple_idct_put_axp (uint8_t *dest, int line_size, DCTELEM *block) |
| void | simple_idct_add_axp (uint8_t *dest, int line_size, DCTELEM *block) |
Variables | |
| void(* | put_pixels_clamped_axp_p )(const DCTELEM *block, uint8_t *pixels, int line_size) |
| void(* | add_pixels_clamped_axp_p )(const DCTELEM *block, uint8_t *pixels, int line_size) |
| static int idct_row | ( | DCTELEM * | row | ) | [inline, static] |
Definition at line 51 of file simple_idct_alpha.c.
Referenced by mpeg2_idct_add_alpha(), mpeg2_idct_add_c(), mpeg2_idct_add_mvi(), mpeg2_idct_copy_alpha(), mpeg2_idct_copy_c(), mpeg2_idct_copy_mvi(), and simple_idct_axp().
| static void idct_col | ( | DCTELEM * | col | ) | [inline, static] |
Definition at line 159 of file simple_idct_alpha.c.
Referenced by mpeg2_idct_add_alpha(), mpeg2_idct_add_c(), mpeg2_idct_add_mvi(), mpeg2_idct_copy_alpha(), mpeg2_idct_copy_c(), mpeg2_idct_copy_mvi(), and simple_idct_axp().
| static void idct_col2 | ( | DCTELEM * | col | ) | [inline, static] |
| void simple_idct_axp | ( | DCTELEM * | block | ) |
Definition at line 258 of file simple_idct_alpha.c.
Referenced by dsputil_init_alpha(), simple_idct_add_axp(), and simple_idct_put_axp().
| void simple_idct_put_axp | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
| void simple_idct_add_axp | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
| void(* put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels, int line_size) |
Referenced by dsputil_init_alpha(), and simple_idct_put_axp().
| void(* add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels, int line_size) |
Referenced by dsputil_init_alpha(), and simple_idct_add_axp().
1.5.5