#include <stdint.h>
Go to the source code of this file.
Functions | |
| void | ff_idct_xvid_mmx (short *block) |
| void | ff_idct_xvid_mmx2 (short *block) |
| void | ff_idct_xvid_sse2 (short *block) |
| void | ff_idct_xvid_sse2_put (uint8_t *dest, int line_size, short *block) |
| void | ff_idct_xvid_sse2_add (uint8_t *dest, int line_size, short *block) |
Definition in file idct_xvid.h.
| void ff_idct_xvid_mmx | ( | short * | block | ) |
Definition at line 488 of file idct_mmx_xvid.c.
Referenced by dsputil_init_mmx(), ff_idct_xvid_mmx_add(), and ff_idct_xvid_mmx_put().
| void ff_idct_xvid_mmx2 | ( | short * | block | ) |
Definition at line 511 of file idct_mmx_xvid.c.
Referenced by dsputil_init_mmx(), ff_idct_xvid_mmx2_add(), and ff_idct_xvid_mmx2_put().
| void ff_idct_xvid_sse2 | ( | short * | block | ) | [inline] |
Definition at line 344 of file idct_sse2_xvid.c.
Referenced by dsputil_init_mmx(), ff_idct_xvid_sse2_add(), and ff_idct_xvid_sse2_put().
| void ff_idct_xvid_sse2_add | ( | uint8_t * | dest, | |
| int | line_size, | |||
| short * | block | |||
| ) |
| void ff_idct_xvid_sse2_put | ( | uint8_t * | dest, | |
| int | line_size, | |||
| short * | block | |||
| ) |
1.5.8