|
|
@@ -18,8 +18,8 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef H264_CHROMA_MIPS_H |
|
|
|
#define H264_CHROMA_MIPS_H |
|
|
|
#ifndef AVCODEC_MIPS_H264CHROMA_MIPS_H |
|
|
|
#define AVCODEC_MIPS_H264CHROMA_MIPS_H |
|
|
|
|
|
|
|
#include "libavcodec/h264.h" |
|
|
|
void ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, int stride, |
|
|
@@ -44,4 +44,4 @@ void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, int stride, |
|
|
|
void ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, int stride, |
|
|
|
int h, int x, int y); |
|
|
|
|
|
|
|
#endif /* H264_CHROMA_MIPS_H */ |
|
|
|
#endif /* AVCODEC_MIPS_H264CHROMA_MIPS_H */ |