simple_idct_vis.c File Reference
Go to the source code of this file.
Function Documentation
| static const DECLARE_ALIGNED_8 |
( |
int16_t |
, |
|
|
coeffs |
[28] | |
|
) |
| | [static] |
| static const DECLARE_ALIGNED_8 |
( |
uint16_t |
, |
|
|
scale |
[4] | |
|
) |
| | [static] |
| static const DECLARE_ALIGNED_8 |
( |
uint16_t |
, |
|
|
rounder |
[4] | |
|
) |
| | [static] |
| static const DECLARE_ALIGNED_8 |
( |
uint16_t |
, |
|
|
expand |
[4] | |
|
) |
| | [static] |
| void ff_simple_idct_vis |
( |
DCTELEM * |
data |
) |
[inline] |
| void ff_simple_idct_put_vis |
( |
uint8_t * |
dest, |
|
|
int |
line_size, |
|
|
DCTELEM * |
data | |
|
) |
| | |
| void ff_simple_idct_add_vis |
( |
uint8_t * |
dest, |
|
|
int |
line_size, |
|
|
DCTELEM * |
data | |
|
) |
| | |