]> granicus.if.org Git - libvpx/commit
Remove redundant buffer initialization and mode_info assignments
authorJingning Han <jingning@google.com>
Wed, 16 Apr 2014 17:39:23 +0000 (10:39 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Thu, 17 Apr 2014 00:00:27 +0000 (17:00 -0700)
commitb6ec6930e555659bdf3849e2fd43100b28f9315f
tree1101aea4d2af0db735b4b926089987253ecbb5ea
parentef2f6dae6f3b225bed448df21fb52968c851ac71
Remove redundant buffer initialization and mode_info assignments

There is no need to initialize source/dst frame buffers at frame
level. These will be done at block coding stage. This commit hence
removes the redundant operations.

Change-Id: I11d9f2556058c6205c8e58ed53e31f78622c41b7
vp9/encoder/vp9_encodeframe.c