]> granicus.if.org Git - libvpx/commit
Fix high bit-depth loop-filter sse2 compiling issue - part 1
authorJingning Han <jingning@google.com>
Tue, 24 Feb 2015 20:04:09 +0000 (12:04 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 25 Feb 2015 17:59:50 +0000 (09:59 -0800)
commit2080e4b20604e6bdd2afac39941bf72f3fa1ec14
treeddd15dc8591f638fa04ccfa05d41fa6ebef740ce
parent0f57d0a682f21d27747935fe80d75cb21769f576
Fix high bit-depth loop-filter sse2 compiling issue - part 1

The intrinsic statement _mm_subs_epi16() should take immediate.
Feeding variable as its input argument will cause compile failure
in older version gcc.

Change-Id: I6a71efcc8d3b16b84715e0a9bcfa818494eea3f4
vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c