]> granicus.if.org Git - libvpx/commit
Refactor vp9_diamond_search_sad function
authorYunqing Wang <yunqingwang@google.com>
Thu, 10 Jul 2014 16:19:03 +0000 (09:19 -0700)
committerYunqing Wang <yunqingwang@google.com>
Thu, 10 Jul 2014 16:19:03 +0000 (09:19 -0700)
commit75cd57503d022d9c368f9b44f3568319ea8302dd
tree5f2321a8ac9c7b2920d0813bda0e0c0cf068e9ad
parent30117a576dc1590d95d840bb90f95e57277a0c9d
Refactor vp9_diamond_search_sad function

Currently, vp9_diamond_search_sadx4() is only called when sse3 is
enabled, which is improper since sse2 optimization of sdx4df
functions are available. Changed to always use
vp9_diamond_search_sadx4().

Change-Id: I4b95d6b7a3c6c645783c373f0ba8d645ece24717
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/vp9_mcomp.c