Skip to content
Snippets Groups Projects
  1. Jul 28, 2016
    • Nathan E. Egge's avatar
      Update intra_ext_tx_cdf per frame. · 785e975a
      Nathan E. Egge authored
      Move computing the intra_ext_tx_cdf tables per symbol to
       computing them only when the probabilities are updated.
      
      Change-Id: I26d5e419e103093e98a7d896c196176305b50fc9
      785e975a
  2. Jul 27, 2016
    • Jingning Han's avatar
      Change enum names of frame context index · c5d255df
      Jingning Han authored
      Change-Id: Iae2366380a8c24e4cde79b6a699b4073b4b7d488
      c5d255df
    • Hui Su's avatar
      ext-intra: squeeze the derivative table · c0386e86
      Hui Su authored
      Reduce its size from 270x2 to 90.
      
      Change-Id: Ib6ea59344d7df4cefd2631aa73a1d5e599c212cc
      c0386e86
    • Jingning Han's avatar
      Separate frame context index for different frame types · 7c1c078d
      Jingning Han authored
      This commit makes the encoder to use different frame context index
      for different frame types. In the baseline setting, it sets the
      frame context index of the overlay frame to be different from other
      regular inter frames. In the ext-refs setting, it further allows
      the backward reference frame to use a different index.
      
      It improves the compression performance for both settings.
      
      Baseline
      lowres  0.1%
      midres  0.15%
      
      ext-refs
      lowres  0.42%
      midres  0.35%
      
      Change-Id: Ie033fcc16af20dace9a70386dc35dad6c5744f09
      7c1c078d
  3. Jul 26, 2016
    • Yue Chen's avatar
      Port SIMD optimization for obmc blending functions to av1 · 2478bed5
      Yue Chen authored
      SIMD optimization for 1d blending functions in obmc mode, and some
      code refactoring and cleanup.
      
      (ped_1080p25.y4m, 150 frame, 2000 tb)
      Encoding time overhead: +18.8% -> +18.1%
      Decoding time overhead: +21.3% -> +8.7%
      Change-Id: I9d856c32136e7e0e6e24ab5520ef901d7b1ee9c8
      2478bed5
  4. Jul 25, 2016
  5. Jul 22, 2016
  6. Jul 20, 2016
  7. Jul 19, 2016
    • Nathan E. Egge's avatar
      Add code to compute in-order mappings for tokens. · 4531b85a
      Nathan E. Egge authored
      Add av1_indices_from_tree() function that computes a forward and inverse
       mapping of the tree leaf-node symbols to their in-order traversal.
      This is necessary because many of the aom_tree binary trees have their
       leaf nodes out of order (e.g., an in-order traversal of a tree with n
       nodes does not start at symbol 0 and go to symbol n - 1), but the CDFs
       created by tree_to_cdf() are indexed in-order.
      
      Change-Id: Icd0dbed4c171a67c9e84a634106c4fdb5b1b3488
      4531b85a
  8. Jul 18, 2016
  9. Jul 16, 2016
  10. Jul 15, 2016
  11. Jul 14, 2016
    • Zoe Liu's avatar
      Add the use of new reference frames at encoder in EXT_REFS · 9c1e2f92
      Zoe Liu authored
      In the experiment of EXT_REFS, add the use of the 3 extra reference
      frames, including the 2 forward reference frames LAST2 and LAST3, and
      the one backward reference frame BWDREF, for the encoding.
      
      For lowres, EXT_REFS achieves following bitrate saving on overall PSNR
      compared against baseline:
      Avg: -4.581  BDRate: -4.358
      
      Change-Id: Ib15b65681c39892ddfce5e4107598c0a22317ccd
      9c1e2f92
  12. Jul 13, 2016
  13. Jul 12, 2016
  14. Jul 11, 2016
  15. Jul 08, 2016
Loading