1. 21 Aug, 2012 - 3 commits
  2. 20 Aug, 2012 - 1 commit
    • Ronald S. Bultje's avatar
      Superblock coding. · 5d4cffb3
      Ronald S. Bultje authored
      This commit adds a pick_sb_mode() function which selects the best 32x32
      superblock coding mode. Then it selects the best per-MB modes, compares
      the two and encodes that in the bitstream.
      
      The bitstream coding is rather simplistic right now. At the SB level,
      we code a bit to indicate whether this block uses SB-coding (32x32
      prediction) or MB-coding (anything else), and then we follow with the
      actual modes. This could and should be modified in the future, but is
      omitted from this commit because it will likely involve reorganizing
      much more code rather than just adding SB coding, so it's better to let
      that be judged on its own merits.
      
      Gains on derf: about even, YT/HD: +0.75%, STD/HD: +1.5%.
      
      Change-Id: Iae313a7cbd8f75b3c66d04a68b991cb096eaaba6
      5d4cffb3
  3. 17 Aug, 2012 - 2 commits
  4. 16 Aug, 2012 - 8 commits
  5. 15 Aug, 2012 - 2 commits
    • Daniel Kang's avatar
      Fix build with TX_16X16 · 26a55bae
      Daniel Kang authored
      Change-Id: I1ccb2546e29803d0e9d69282409d549a28201967
      26a55bae
    • Paul Wilkins's avatar
      Code clean up. · 77dc5c65
      Paul Wilkins authored
      Further cases of inconsistent naming convention.
      
      Change-Id: Id3411ecec6f01a4c889268a00f0c9fd5a92ea143
      77dc5c65
  6. 14 Aug, 2012 - 9 commits
  7. 13 Aug, 2012 - 5 commits
  8. 11 Aug, 2012 - 2 commits
  9. 10 Aug, 2012 - 5 commits
  10. 09 Aug, 2012 - 3 commits