Skip to content
Snippets Groups Projects
  1. Jul 20, 2016
  2. 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
  3. Jul 18, 2016
  4. Jul 16, 2016
  5. Jul 15, 2016
  6. 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
  7. Jul 13, 2016
  8. Jul 12, 2016
  9. Jul 11, 2016
  10. Jul 08, 2016
  11. Jul 07, 2016
  12. Jul 05, 2016
  13. Jul 01, 2016
  14. Jun 30, 2016
Loading