commit | e7b89d88354708790211ff3949fdc705a4fa1672 | [log] [tgz] |
---|---|---|
author | Geza Lore <gezalore@gmail.com> | Tue Apr 19 14:22:48 2016 +0100 |
committer | Geza Lore <gezalore@gmail.com> | Tue Apr 19 14:22:48 2016 +0100 |
tree | f9d5012e9258b1a556c6256c03616ae6d5c14970 | |
parent | 3cf1a082e0256b33d8d31f4ca50cc68c7382a1ff [diff] |
Fix uninitialized blk_skip for VAR TX. x->blk_skip used to be uninitialzied (leftover from encoding the previous block), if cm->tx_mode != TX_MODE_SELECT (which is used with higher --cpu-used or --rt options). This resulted in degraded coding performance when uning cm->tx_mode != TX_MODE_SELECT. This fixes the VP10/EndToEndTestLarge.EndtoEndPSNRTest/40 unit test. Change-Id: If39062927446798c626fc93694b4e6a4f35fa5da