mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avcodec/x86/h264_chromamc: Avoid mmx in chroma_mc8_ssse3 functions
No impact on performance here. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -37,8 +37,8 @@ static void check_chroma_mc(void)
|
||||
LOCAL_ALIGNED_32(uint8_t, dst0, [16 * 18 * 2]);
|
||||
LOCAL_ALIGNED_32(uint8_t, dst1, [16 * 18 * 2]);
|
||||
|
||||
declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, const uint8_t *src,
|
||||
ptrdiff_t stride, int h, int x, int y);
|
||||
declare_func(void, uint8_t *dst, const uint8_t *src,
|
||||
ptrdiff_t stride, int h, int x, int y);
|
||||
|
||||
ff_rv40dsp_init(&h);
|
||||
randomize_buffers();
|
||||
|
||||
Reference in New Issue
Block a user