idct_alpha.c File Reference
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] |
Function Documentation
| static void idct_row |
( |
int16_t *const |
block |
) |
[inline, static] |
| static void idct_col |
( |
int16_t *const |
block |
) |
[inline, static] |
| 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 |
|
) |
|
Variable Documentation