]> granicus.if.org Git - libvpx/commit
Avoid calling vp9_is_scaled two times in a function.
authorhkuang <hkuang@google.com>
Thu, 25 Sep 2014 18:47:29 +0000 (11:47 -0700)
committerhkuang <hkuang@google.com>
Thu, 25 Sep 2014 18:52:16 +0000 (11:52 -0700)
commitc53a95ad1d7f8171f66c512b54da05a09552f615
tree894ff8ff0ebde468f6f8c67168d04fb34570caca
parent845d4f333d4492cf99006192a9844a6d2a4eb4fc
Avoid calling vp9_is_scaled two times in a function.

Use a local variable to hold the result of vp9_is_scaled.

Change-Id: I5e203909805923e20eefef596bc84424da47dbe2
vp9/common/vp9_reconinter.c