commit | 41a350a83dd080b40d8d0ee209ef400e6c72bde1 | [log] [tgz] |
---|---|---|
author | Jingning Han <jingning@google.com> | Thu May 08 09:42:26 2014 -0700 |
committer | Jingning Han <jingning@google.com> | Thu May 08 09:48:58 2014 -0700 |
tree | e948c2900f219f29865d564ea798d8eb8418052a | |
parent | 9e7b09bc5d45e309c0deeb1c95981ccb7b857876 [diff] |
Change eob threshold for partial inverse 8x8 2D-DCT to 12 The scanning order has the first 12 coefficients of the 8x8 2D-DCT sitting in the top left 4x4 block. Hence the partial inverse 8x8 2D-DCT allows to handle cases with eob below 12. The overall runtime of the inverse 8x8 2D-DCT unit is reduced from 166 cycles (using SSE2) to 150 cycles (using SSSE3). Change-Id: I4514f9748042809ac84df4c14382c00f313f1cd2