1. 24 Jun, 2013 - 3 commits
    • Scott LaVarnway's avatar
      Changed size of mb_mode_context to 8 bits · dfa2ecc3
      Scott LaVarnway authored
      This reduced the size of the MODE_INFO array (mip and prev_mip)
      by 425,568 bytes each for 1080p resolutions.
      
      Change-Id: Ifa513ec2d0a49e8ec0867ec90620762fb7f1261d
      dfa2ecc3
    • Yaowu Xu's avatar
      93f88ab5
    • John Koleszar's avatar
      Fix loopfilter of leftmost 4x4 edges in SB · 858475a0
      John Koleszar authored
      For cases where there's no transform set in bit 0 (the left edge of
      the SB) but bit 0 of mask_4x4_int is set (the edge 4 pixels from the
      left edge needs filtering), it was incorrectly being skipped before.
      This situation only happens on the leftmost edge of the image, as
      the edge at column 0 is intentionally skipped since there aren't
      pixels to the left to read.
      
      Change-Id: Ib2fbbcb40166e90af31b1a0e13b85b68c226cbd3
      858475a0
  2. 22 Jun, 2013 - 2 commits
  3. 21 Jun, 2013 - 14 commits
  4. 20 Jun, 2013 - 21 commits