Refactor intra block prediction and reconstruction process
authorJingning Han <jingning@google.com>
Mon, 13 Jul 2015 18:49:57 +0000 (11:49 -0700)
committerJingning Han <jingning@google.com>
Mon, 13 Jul 2015 22:24:17 +0000 (22:24 +0000)
commitcb1e817c77857ec3c0d58401a9a70acdfe2307d1
tree76059d4ea2b23357f0d1b33f2fd3e34cd96d69d4
parent81452cf0b7e97643452c2129bdbab27335d0f386
Refactor intra block prediction and reconstruction process

Flaten the intra block decoding process. It removes the legacy
foreach_transformed_block use in the decoder. This saves cycles
spent on retrieving the transform block position.

Change-Id: I21969afa50bb0a8ca292ef72f3569f33f663ef00
vp9/decoder/vp9_decodeframe.c