]> granicus.if.org Git - libvpx/commit
Use var8x8 instead of get8x8var in VP8_UVSSE
authorAttila Nagy <attilanagy@google.com>
Wed, 25 May 2011 09:54:34 +0000 (12:54 +0300)
committerAttila Nagy <attilanagy@google.com>
Wed, 25 May 2011 09:54:34 +0000 (12:54 +0300)
commita615c4049998f51e5123d7051020d38c35603f3d
tree7e9c7a4b9b372e551186cd979a5e66c950526723
parentd75eb7365357ec45626452756308d4327fa66911
  Use var8x8 instead of get8x8var in VP8_UVSSE

  'sum' returned by get8x8var is not used and var8x8 has optimizations
  for more platforms.

Change-Id: I4a907fb1a05f285669fb0b95dc71d42182c980f6
vp8/encoder/rdopt.c