]> granicus.if.org Git - libvpx/commit
SSE2 code for the filter in MFQE.
authorJackyChen <jackychen@google.com>
Tue, 13 Jan 2015 18:50:50 +0000 (10:50 -0800)
committerJackyChen <jackychen@google.com>
Mon, 19 Jan 2015 00:07:59 +0000 (16:07 -0800)
commit09673deba953627af2f7ae12a8447136c77a62e4
tree648cef1f0dcf208d654ab6a2667bcb6fe69525d1
parentfe3f21099fc864e2e4db5e2f30bb5adb3155c883
SSE2 code for the filter in MFQE.

The SSE2 code is from VP8 MFQE, reuse it in VP9. No change on VP8
side. In our testing, we achieve 2X speed by adopting this change.

Change-Id: Ib2b14144ae57c892005c1c4b84e3379d02e56716
vp9/common/vp9_mfqe.c
vp9/common/vp9_rtcd_defs.pl
vp9/common/x86/vp9_mfqe_sse2.asm [new file with mode: 0644]
vp9/vp9_common.mk