1. 01 Dec, 2017 - 6 commits
  2. 30 Nov, 2017 - 5 commits
  3. 29 Nov, 2017 - 13 commits
  4. 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
  5. 21 Nov, 2017 - 4 commits
  6. 20 Nov, 2017 - 2 commits
  7. 17 Nov, 2017 - 8 commits