Skip to content
Snippets Groups Projects
  1. May 15, 2015
  2. May 14, 2015
  3. May 13, 2015
  4. May 12, 2015
  5. May 11, 2015
  6. May 09, 2015
  7. May 08, 2015
    • Hangyu Kuang's avatar
      Fix clang ioc warning due to NULL mi pointer. · d53fb0fd
      Hangyu Kuang authored
      The warning only happens in VP9 encoder's first pass due to src_mi
      is not set up yet. But it will not fail the encoder as left_mi and
      above_mi are not used in the first_pass and they will be set up again
      in the second pass.
      
      Change-Id: I0713b4660d71e229e196654cb0970ba6b1574f28
      d53fb0fd
    • Johann Koenig's avatar
      Merge "Fix ndk build." · f003f77b
      Johann Koenig authored
      f003f77b
    • Hangyu Kuang's avatar
      f5574fb4
    • Paul Wilkins's avatar
      Skip the last frame update for some frame repeats. · e5112b3a
      Paul Wilkins authored
      Where a frame appears to be a repeat of an earlier
      frame or frame buffer,  but the first pass code
      does not anticipate this (usually because it is matching
      the GF or ARF buffer not the last frame buffer), do not
      update the last frame buffer.
      
      This helps ensure that the content of the last frame buffer
      is kept "different" where possible, and not updated to
      match the GF or ARF. This is particularly helpful in some
      animated sequences where there are groups of repeating
      frames. Here it has quite a big impact. However, in most
      of our standard test clips it has little or no impact.
      
      Change-Id: I77332ee1a69f9ffc0c6080bfeb811c43fd8828e6
      e5112b3a
    • Parag Salasakar's avatar
      mips msa vp9 idct 8x8 optimization · 7c5f00f8
      Parag Salasakar authored
      average improvement ~4x-6x
      
      Change-Id: I5edf713721b9e24c7e0ce2e69d8fc3ecab625d91
      7c5f00f8
Loading