Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
    • clang-format's avatar
      vpx_ports/: apply clang-format · 05ce8508
      clang-format authored and James Zern's avatar James Zern committed
      Change-Id: I9654530a34a3d0691baeca9d62184cd7b9ac3b4c
      05ce8508
    • Zoe Liu's avatar
      Fix a bug in RATE_FACTOR_LEVEL definition for ext-refs · cdd4eb02
      Zoe Liu authored
      There was a bug in the original set up for RATE_FACTOR_LEVELS, which
      results that rate_factor_deltas for GF_ARF_STD is 2.00, instead of the
      intentional value of 1.75, whereas for KF_STD is 0.00, instead of the
      intentional value of 2.00.
      
      Nevertheless, if simply fixing the bug as in the first patch, the RD
      performance unexpectedly dropped by 0.143% in Avg bitrate using
      Overall PSNR, especially for following sequences in lowres:
      
      bridge_close_cif: dropped by 1.468%
      container_cif: dropped by 2.140%
      husky_cif: dropped by 0.826%
      motherdaughter_cif: dropped by 0.798%
      rasehorses_240p: dropped by 0.805%
      students_cif: dropped by 1.411%
      
      This indicates that we should boost up the value for GF_ARF_STD from
      1.75 to at least to 2.00. After doing so, while still keeps 2.00 for
      KF_STD, the new patch achieves a small gain of 0.15% for the baseline,
      and a smaller gain of 0.06% for the experiment of ext-refs. Most
      sequences keep the similar RD performance in lowres, except for the
      following ones that obtain a bigger gain:
      
      (1) Baseline:
      container_cif: 1.628%
      students_cif: 1.015%
      
      (2) ext-refs
      tennis_sif: 1.248%
      
      Change-Id: I992f8f6a3e20f1b71ec52a1ddc969af4968b78d5
      cdd4eb02
    • Yaowu Xu's avatar
      445274d9
    • clang-format's avatar
      vpx_scale/: apply clang-format · 923d1551
      clang-format authored and James Zern's avatar James Zern committed
      Change-Id: I514654a0704512fb44c7eef5dd045a5767df953a
      923d1551
    • James Zern's avatar
      db6a1120
    • James Zern's avatar
      Merge changes from topic 'clang-format' into nextgenv2 · 45d1294f
      James Zern authored
      * changes:
        vpx_dsp/: apply clang-format
        vpx/: apply clang-format
        top-level: apply clang-format
        examples: apply clang-format
      45d1294f
    • clang-format's avatar
      vpx_util/: apply clang-format · 3a992f84
      clang-format authored
      Change-Id: I831214d16a5bbfdb86e24dbff8afe4ff4aeebdde
      3a992f84
  2. Aug 10, 2016
  3. Aug 09, 2016
  4. Aug 08, 2016
  5. Aug 06, 2016
  6. Aug 05, 2016
    • Yue Chen's avatar
      Speed filter intra mode search in EXT_INTRA experiment · f6a5c274
      Yue Chen authored
      (1) Key frame: skip filter intra modes whose directional pred
          version is relatively bad (rd >= 1.125 * best_rd)
      (2) Inter frame: do not check filter intra modes if best_intra_rd
          >= 1.25 * best_rd
      
      Encoding time overhead is reduced by:
      4.9% (9.2%->4.3%, soccer_cif)
      Coding gains drop by 0.021% on lowres and by 0.076% on midres
      
      Change-Id: I29b6f7d3d3dc4b362c6d63bc447e6a429ba5dc66
      f6a5c274
    • Wei-ting Lin's avatar
      Fix a bug for multi_arf_allowed · c0e55de0
      Wei-ting Lin authored
      The ARF Index was wrong when updating the upsampled reference
      frame buffer.
      
      Compared to the baseline in which multi_arf_allowed is disabled, the
      RD performance drops 2.250% in Avg using Overall PSNR in the derf
      dataset. The performance decrease is especially in the following
      video sequences:
      
      foreman_cif: drops 7.489%
      husky_cif: drops 6.421%
      soccer_cif: drops 4.850%
      
      However, it has a significant gain in the following video sequences:
      
      container_cif: increases 8.043%
      harbour_cif: increases 1.332%
      
      Change-Id: I02472909eb34bd070d7544f57383e72559fa42b3
      c0e55de0
    • Urvang Joshi's avatar
      Palette code: simpler and faster duplicate removal · 016a5daa
      Urvang Joshi authored
      Change-Id: I0c1baa5ca73c1f067d69239d3e31d1050b4706d2
      016a5daa
Loading