]> granicus.if.org Git - libvpx/commit
Improve the performance by caching the left_mi and right_mi in macroblockd.
authorhkuang <hkuang@google.com>
Fri, 5 Dec 2014 22:39:21 +0000 (14:39 -0800)
committerhkuang <hkuang@google.com>
Sat, 6 Dec 2014 00:25:42 +0000 (16:25 -0800)
commit382f86f945e9bb1e215613eb5cd524f826a15238
tree9b91d2502228bcff8e042bd437e148fe1f003054
parent6ae829088f3b45a43ac75f838d088599cde74973
Improve the performance by caching the left_mi and right_mi in macroblockd.

This improve the deocde performance by ~2% on Nexus 7 2013.

Change-Id: Ie9c4ba0371a149eb7fddc687a6a291c17298d6c3
vp9/common/vp9_blockd.h
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_rdopt.c