]> granicus.if.org Git - libvpx/commit
Initialize internal buffer pointers in rtc mode
authorJingning Han <jingning@google.com>
Thu, 13 Feb 2014 19:41:08 +0000 (11:41 -0800)
committerJingning Han <jingning@google.com>
Thu, 13 Feb 2014 19:41:08 +0000 (11:41 -0800)
commitcc10ee0adda3304e8e73a4372aa901fe6953f938
treee147fd34ab5fe2d9e9b70af034e5521d84c4a7e7
parent4712877ef62114fd766172624ccfd5a19178301a
Initialize internal buffer pointers in rtc mode

In rtc coding mode, the encoder is running non-RD mode decision. It
does not need dual buffer swap as was the case in the RD mode. This
commit initializes the internal buffer pointers outside the block
coding loop for rtc mode.

Change-Id: Ie076705c60d6b7919217e3f1dfd49e7db5064ac2
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_onyx_if.c