Go to the source code of this file.
Functions | |
| void | ff_mmi_idct (int16_t *block) |
| void | ff_mmi_idct_put (uint8_t *dest, int line_size, DCTELEM *block) |
| void | ff_mmi_idct_add (uint8_t *dest, int line_size, DCTELEM *block) |
Variables | |
| static short consttable[] | align16 |
| void ff_mmi_idct | ( | int16_t * | block | ) |
Definition at line 294 of file idct_mmi.c.
| void ff_mmi_idct_put | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
| void ff_mmi_idct_add | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
short consttable [] align16 [static] |
Definition at line 56 of file idct_mmi.c.
1.5.5