1. 12 Jun, 2013 - 1 commit
    • John Koleszar's avatar
      Fix chroma output when scaling · 01016ff9
      John Koleszar authored
      The encode-side scaling was not indexing through the image correctly
      for the chroma planes, causing a green checkerboard-like output in
      the unit test.
      
      Change-Id: I9abbd73615404cd6699588be3e64dcf59005bc14
      01016ff9
  2. 13 May, 2013 - 5 commits
  3. 11 May, 2013 - 3 commits
    • Jingning Han's avatar
      Use consistent partition context setup in enc/dec · 6910f178
      Jingning Han authored
      Move set_partition_seg_context_ to common file. Use consistent
      context setup conditions for partition probability model update at
      encoder and decoder.
      
      Change-Id: I24b7ed3b1c48e3d2568191a46b70136b99b67b1a
      6910f178
    • Jingning Han's avatar
      Force bsize for UV in I4X4 and SPLITMV · 4c2c3503
      Jingning Han authored
      Use 4x4 block coding for UV components arbitrarily in I4X4_PRED and
      SPLITMV coding modes. This is a temporary solution to enable
      bit-stream support for recursive partition down to 4x4 block size.
      Will separate the functionalities of 4x4 block coding rate-distortion
      out from those of superblocks.
      
      Change-Id: I03dc15d5897014f175f3f2c91e9b266091d56797
      4c2c3503
    • Jingning Han's avatar
      Move get_sb_index to vp9_blockd.h · 2117d4ee
      Jingning Han authored
      Use common function to fetch/assign sb_index in rd loop, bit-stream
      writing and reading.
      
      Change-Id: I1d8a214a57ed9cbcd026040436ef33e5e39d65b7
      2117d4ee
  4. 10 May, 2013 - 17 commits
  5. 09 May, 2013 - 7 commits
  6. 08 May, 2013 - 7 commits