]> granicus.if.org Git - libvpx/commit
Remove redundant pointers from void vp9_recon_sb{y,uv}
authorJohn Koleszar <jkoleszar@google.com>
Fri, 19 Apr 2013 19:06:07 +0000 (12:06 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 19 Apr 2013 19:06:07 +0000 (12:06 -0700)
commitd747986d29f2d2e0f2d6bd73a14da6054466a098
treeb35525a7bbeb7f09015eccb9f1cc6179ed2bf0b0
parent17313c408f4ca8f775f324a9b9513c2ea307d96e
Remove redundant pointers from void vp9_recon_sb{y,uv}

Remove the unnecessary _s_ from their names, and add a new
vp9_recon_sb() that calls the y and uv variants.

Change-Id: I7ffaa5ff5605a8472cac2a53de8cf889353039a6
vp9/common/vp9_recon.c
vp9/common/vp9_rtcd_defs.sh
vp9/encoder/vp9_encodeframe.c