#include "dsputil.h"
Go to the source code of this file.
Functions | |
void | ff_vp3_idct_mmx (int16_t *data) |
void | ff_vp3_idct_put_mmx (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_vp3_idct_add_mmx (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_vp3_dsp_init_mmx (void) |
void ff_vp3_dsp_init_mmx | ( | void | ) |
void ff_vp3_idct_mmx | ( | int16_t * | data | ) |
Definition at line 277 of file vp3dsp_mmx.c.
Referenced by dsputil_init_mmx(), ff_vp3_idct_add_mmx(), and ff_vp3_idct_put_mmx().