Skip redundant tokenization in rd loop
authorJingning Han <jingning@google.com>
Mon, 29 Jul 2013 21:54:31 +0000 (14:54 -0700)
committerJingning Han <jingning@google.com>
Mon, 29 Jul 2013 23:09:16 +0000 (16:09 -0700)
commitb5323ed89a27dcf57dc62190cca128e8ae8366b4
tree90169be64d840257041d90a466667ae4307d5af0
parent5875d7a4a4b4a17dd891f1da0a30a220e4d9f798
Skip redundant tokenization in rd loop

This commit makes the encoder skip the redundant tokenization process
in the rate-distortion optimization search loop, while updating the
entropy contexts accordingly. It makes the speed 0 encoding process
about 0.5% faster at no performance change.

Change-Id: I34a4155a0b5332afeb45c93a51c7f35a294d685c
vp9/encoder/vp9_tokenize.c