header for Xvid IDCT functions More...
#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) |
header for Xvid IDCT functions
Definition in file idct_xvid.h.
void ff_idct_xvid_mmx | ( | short * | block | ) |
Definition at line 486 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 509 of file idct_mmx_xvid.c.
Referenced by dsputil_init_mmx(), ff_idct_xvid_mmx2_add(), and ff_idct_xvid_mmx2_put().
|
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 | ||
) |
Definition at line 399 of file idct_sse2_xvid.c.
Referenced by dsputil_init_mmx().
void ff_idct_xvid_sse2_put | ( | uint8_t * | dest, |
int | line_size, | ||
short * | block | ||
) |
Definition at line 393 of file idct_sse2_xvid.c.
Referenced by dsputil_init_mmx().