1. 05 Dec, 2017 - 1 commit
  2. 04 Dec, 2017 - 1 commit
  3. 01 Dec, 2017 - 10 commits
  4. 30 Nov, 2017 - 5 commits
  5. 29 Nov, 2017 - 13 commits
  6. 27 Nov, 2017 - 2 commits
    • Johann's avatar
      quantize x86: dedup some parts · bd990cad
      Johann authored
      Change-Id: I9f95f47bc7ecbb7980f21cbc3a91f699624141af
      bd990cad
    • Marco's avatar
      vp9-svc: Fix to the layer buffer settings. · cbe62b9c
      Marco authored
      For the case when the number of temporal layers > 1,
      the buffer levels (starting/optimal_buffer_level,
      and maximum_buffer_size) were not scaled properly.
      
      In vp9_update_layer_context_change_config():
      when setting the layer-buffer levels, fix is to scale
      the layer-target_bandwidth by the target_bandwidth
      (which is the full stream bandwidth) instead of the
      spatial_layer_target.
      
      This is needed because prior to the call
      vp9_update_layer_context_change_config(), set_rc_buffer_sizes()
      is called which sets the buffer levels based on target bandwidth
      (which is the full bandwidth for the SVC stream).
      
      This fix properly sets the layer-buffer levels based on the
      layer-bandwidth, and leads to better rate targeting.
      
      Small/neutral change in avgPSNR/SSIM metrics on RTC set.
      
      Change-Id: Ic0f4f7f3487c37b9a9adb4781ae5edfed7140a57
      cbe62b9c
  7. 21 Nov, 2017 - 4 commits
  8. 20 Nov, 2017 - 2 commits
  9. 17 Nov, 2017 - 2 commits
    • Marco's avatar
      vp9-svc: Enbale scale partition reference frames. · 559166ac
      Marco authored
      For reference frames: enable scale partition for
      superblocks with low source sad or if bsize on lower-resoln
      is at least 32x32.
      
      Keep feature disabled for base temporal layer.
      
      Small regression in avgPNSR/SSIM metrics, ~0.5-1%.
      Speedup ~2-3% on mac for SVC (3 spatial/3 temporal layers) at speed 7.
      
      Change-Id: I5987eb7763845b680059128b538bb5188be0cca5
      559166ac
    • Jerome Jiang's avatar
      vp9 svc: fix a few compile warnings. · 8b7a6ca6
      Jerome Jiang authored
      Change-Id: I4cb878600038066513ab73f3658990d1245ff2fb
      8b7a6ca6