|
FFmpeg
|
#include "h264chroma_mips.h"Go to the source code of this file.
Functions | |
| void | ff_put_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_avg_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_put_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_avg_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
Definition at line 27 of file h264chroma_mmi.c.
Definition at line 203 of file h264chroma_mmi.c.
Definition at line 348 of file h264chroma_mmi.c.
Definition at line 471 of file h264chroma_mmi.c.
1.8.6