]> granicus.if.org Git - libvpx/commit
Remove redundant calls to vp9_update_mode_info_border
authorAdrian Grange <agrange@google.com>
Thu, 5 Dec 2013 22:45:45 +0000 (14:45 -0800)
committerAdrian Grange <agrange@google.com>
Thu, 5 Dec 2013 23:02:32 +0000 (15:02 -0800)
commit93d8a3fd29f29eae5263bb94532a3d1d62f9e642
treec3d19d6c59d0c226b8121916d53510f2d9b163d5
parent6df9ec52a08733af1117f271dc5b7773208860cd
Remove redundant calls to vp9_update_mode_info_border

Removed calls to vp9_update_mode_info_border since
they immediately followed code that initialized the
entire buffer to 0.

Change-Id: Ife06794daa20439a0b607a83a87f88df59afac40
vp9/common/vp9_alloccommon.c
vp9/common/vp9_entropymode.c