libavcodec/x86/vp3dsp_mmx.h File Reference
#include <stdint.h>
#include "libavcodec/dsputil.h"
Go to the source code of this file.
Function Documentation
void ff_vp3_h_loop_filter_mmx2 |
( |
uint8_t * |
src, |
|
|
int |
stride, |
|
|
int * |
bounding_values | |
|
) |
| | |
void ff_vp3_idct_add_mmx |
( |
uint8_t * |
dest, |
|
|
int |
line_size, |
|
|
DCTELEM * |
block | |
|
) |
| | |
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_v_loop_filter_mmx2 |
( |
uint8_t * |
src, |
|
|
int |
stride, |
|
|
int * |
bounding_values | |
|
) |
| | |