Skip to content
Snippets Groups Projects
  1. Nov 24, 2015
  2. Nov 23, 2015
  3. Nov 21, 2015
  4. Nov 20, 2015
  5. Nov 19, 2015
  6. Nov 18, 2015
  7. Nov 17, 2015
    • Zoe Liu's avatar
      Fixed a few sanity checks. · 8a782c7e
      Zoe Liu authored and James Zern's avatar James Zern committed
      Change-Id: Ieec4a7be5945dc6de192e2d8292ab978baf47f53
      (cherry picked from commit 20962964)
      8a782c7e
    • Paul Wilkins's avatar
      Changes to best quality settings. · 8ba98516
      Paul Wilkins authored
      Small changes to the best quality default speed trade off.
      Some speedup settings are worth while even for best quality as they
      have only a very small impact on quality but a significant impact on
      encode time.
      
      These changes give as much as a further 50-60% increase in encode
      speed for my test animations clip with minimal impact on quality.
      
      For this sequence these changes improve the best quality encode  speed
      to about the same level as good quality speed 0 in Q3 2015 whilst
      retaining the large quality gain of over 1 db
      
      For many natural videos though the quality difference from good 0
      to best is much smaller.
      
      Change-Id: I28b3840009d77e129817a78a7c41e29cb03e1132
      8ba98516
  8. Nov 14, 2015
  9. Nov 13, 2015
    • Ralph Giles's avatar
      Use Interlocked calls in win32 once() implementation. · 2635573a
      Ralph Giles authored
      This is simpler than the previous scheme, which tried to allocate
      the CRITICAL_SECTION struct in a thread-safe manner before it
      could use it to run the wrapped function in a thread-safe manner.
      
      Change-Id: I172e5544e5f16403a3a0e5e2b9104b1292a0d786
      2635573a
    • Marco Paniconi's avatar
      Reduce sampling time for noise estimate. · 988fd77c
      Marco Paniconi authored
      Change-Id: I46abd85e2187b8f4c2846416a23fab26d9b9f67d
      988fd77c
    • Marco Paniconi's avatar
      Fix resize internal test. · 006fd192
      Marco Paniconi authored
      Temporary fix to make sure it always passes.
      
      Change-Id: I56a0529986ad7049b6090f871c14e9e06d573d5f
      006fd192
    • Marco Paniconi's avatar
    • Paul Wilkins's avatar
      Changes to exhaustive motion search. · 0149fb3d
      Paul Wilkins authored
      This change alters the nature and use of exhaustive motion search.
      
      Firstly any exhaustive search is preceded by a normal step search.
      The exhaustive search is only carried out if the distortion resulting
      from the step search is above a threshold value.
      
      Secondly the simple +/- 64 exhaustive search is replaced by a
      multi stage mesh based search where each stage has a range
      and step/interval size. Subsequent stages use the best position from
      the previous stage as the center of the search but use a reduced range
      and interval size.
      
      For example:
        stage 1: Range +/- 64 interval 4
        stage 2: Range +/- 32 interval 2
        stage 3: Range +/- 15 interval 1
      
      This process, especially when it follows on from a normal step
      search, has shown itself to be almost as effective as a full range
      exhaustive search with step 1 but greatly lowers the computational
      complexity such that it can be used in some cases for speeds 0-2.
      
      This patch also removes a double exhaustive search for sub 8x8 blocks
      which also contained  a bug (the two searches used different distortion
      metrics).
      
      For best quality in my test animation sequence this patch has almost
      no impact on quality but improves encode speed by more than 5X.
      
      Restricted use in good quality speeds 0-2 yields significant quality gains
      on the animation test of 0.2 - 0.5 db with only a small impact on encode
      speed. On most clips though the quality gain and speed impact are small.
      
      Change-Id: Id22967a840e996e1db273f6ac4ff03f4f52d49aa
      0149fb3d
    • Jacky Chen's avatar
      VP9 noise estimation: add frame level motion metrics and adjust thresholds. · 6fb3d6db
      Jacky Chen authored
      Change-Id: Ia1aba00603b32cee6835951d3d8f740937cf20f4
      6fb3d6db
    • James Zern's avatar
    • James Zern's avatar
      34159b72
Loading