Skip to content
Snippets Groups Projects
  1. Aug 16, 2016
    • Wei-ting Lin's avatar
      Change the B-frame coding structure. · b20d0777
      Wei-ting Lin authored
      Originally we can have a BRF right before an overlay frame (in
      display order), which might be unnecessary since we already has a
      quality backward reference frame (ARF).
      This patch avoids such a coding structure and improves the RD
      performance by 0.086% in Avg in the lowres dataset, and 0.153 in
      Avg in the midres dataset.
      
      In the lowres dataset, significant gains are obtained for the
      following sequences:
      
      mobisode2_240p: 0.563%
      keiba_240p: 0.440%
      bus_cif: 0.336%
      soccer_cif: 0.333%
      
      And the performance drops only in the following four video sequences:
      
      motherdaughter_cif: 0.028%
      bqsquare_240p: 0.017%
      basketballpass_240p: 0.015%
      bowing_cif: 0.006%
      
      Change-Id: Ic94f648ba8e52eb0014933d484fb247610a9ae05
      b20d0777
    • Yaowu Xu's avatar
      Port commits related to clpf and qm experiments · 0818a7c8
      Yaowu Xu authored
      Manually cherry-picked following commits from AOMedia git repository:
      bb2727c2 Sort includess for "clpf.h"
      c297fd00 Add quantisation matrix range parameters.
      0527894f Add encoder option and signaling for quant matrix control.
      4106232b Turn off trellis coding for quantization matrices.
      4017fca3 Modify tests to allow quantization matrices.
      1c122c24 Add quant and dequant functions for new quant matrices.
      95a89994 Enable CLPF
      f72782bb Fix a build issue
      73bae509 Add quantisation matrices and selection functions
      33208d20 Added support for constrained low pass filter (CLPF)
      
      Change-Id: I60fc1ee1ac40e6b9d1d00affd97547ee5d5dd6be
      0818a7c8
    • Sarah Parker's avatar
    • Sarah Parker's avatar
      Fix dropped const qualifier in new_quant experiment · 28666204
      Sarah Parker authored
      This was causing a compiler warning from -Wcast-qual.
      
      Change-Id: Ie525ffe20be4f38ced68fb0c4141e36400eb0717
      28666204
    • James Zern's avatar
      Merge changes from topic 'clang-format' into nextgenv2 · 58b3813c
      James Zern authored
      * changes:
        remove tools/vpx-style.sh
        README: add a note about clang-format
      58b3813c
  2. Aug 15, 2016
  3. Aug 12, 2016
  4. Aug 11, 2016
    • Angie Chiang's avatar
      d2697fce
    • Deb Mukherjee's avatar
    • clang-format's avatar
      vpx_mem/: apply clang-format · 031d46c9
      clang-format authored and James Zern's avatar James Zern committed
      Change-Id: Ib21077a85ded17823ab62e0b7fdf663ae3dbc05d
      031d46c9
    • Angie Chiang's avatar
      Bitstream debug tool · 4de81ee1
      Angie Chiang authored
      This is a debug tool used to detect bitstream error. On encoder side, it pushes
      each bit and probability into a queue before the bit is written into the
      Arithmetic coder. On decoder side, whenever a bit is read out from the
      Arithmetic coder, it pops up the reference bit and probability from the queue as
      well. If the two results do not match, this debug tool will report an error.
      This tool can be used to pin down the bitstream error precisely. By combining
      gdb's backtrace method, we can detect which module causes the bitstream error.
      
      Change-Id: I133a4371fafdd48c488f2ca47f9e395676c401f2
      4de81ee1
    • 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
    • Deb Mukherjee's avatar
      A fix in optimize_b for new-quant · f4112212
      Deb Mukherjee authored
      Change-Id: I5a7bd3c2d0c7f6cf714367674f1d75510659b54d
      f4112212
    • 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
Loading