summaryrefslogtreecommitdiffstats
path: root/libvpx/vp9/common/vp9_extend.c
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-11-14 22:50:46 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-14 22:50:46 -0800
commitaa43d6ba5f5fb7eaeca1d0573ecb16ea4d388197 (patch)
tree6ff3bfc5090953c49fa26fac842b924d88e0983d /libvpx/vp9/common/vp9_extend.c
parenta1b7a7bb1ccf3f479bbca69a52a76eb05789dbaf (diff)
parent9b35249446b07f40ac5fcc3205f2c048616efacc (diff)
downloadandroid_external_libvpx-aa43d6ba5f5fb7eaeca1d0573ecb16ea4d388197.tar.gz
android_external_libvpx-aa43d6ba5f5fb7eaeca1d0573ecb16ea4d388197.tar.bz2
android_external_libvpx-aa43d6ba5f5fb7eaeca1d0573ecb16ea4d388197.zip
am 9b352494: Roll latest libvpx to fix scalling bug. Checkout is from master:Ib748eb287520c794631697204da6ebe19523ce95
* commit '9b35249446b07f40ac5fcc3205f2c048616efacc': Roll latest libvpx to fix scalling bug. Checkout is from master:Ib748eb287520c794631697204da6ebe19523ce95
Diffstat (limited to 'libvpx/vp9/common/vp9_extend.c')
-rw-r--r--libvpx/vp9/common/vp9_extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/vp9/common/vp9_extend.c b/libvpx/vp9/common/vp9_extend.c
index 07c68c8..836bf0e 100644
--- a/libvpx/vp9/common/vp9_extend.c
+++ b/libvpx/vp9/common/vp9_extend.c
@@ -62,7 +62,7 @@ void vp9_copy_and_extend_frame(const YV12_BUFFER_CONFIG *src,
const int et_y = 16;
const int el_y = 16;
// Motion estimation may use src block variance with the block size up
- // to 64x64, so the right and bottom need to be extended to 64 mulitple
+ // to 64x64, so the right and bottom need to be extended to 64 multiple
// or up to 16, whichever is greater.
const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width,
16);