Skip to content
Snippets Groups Projects
  1. Jul 18, 2016
  2. Jul 16, 2016
  3. Jul 15, 2016
  4. 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
  5. Jul 13, 2016
  6. Jul 12, 2016
  7. Jul 11, 2016
  8. Jul 08, 2016
  9. Jul 07, 2016
  10. Jul 05, 2016
  11. Jul 01, 2016
  12. Jun 30, 2016
    • Aℓex Converse's avatar
      Remove dead function: av1_write_yuv_frame_420() · 31c483fb
      Aℓex Converse authored
      It was used by skin detection and the denoiser both of which were
      removed. The similar av1_write_yuv_rec_frame() remains for your frame
      dumping needs.
      
      Change-Id: I2d4e25367c4c3381c98134408aa5d77a52e38c1d
      31c483fb
    • Yaowu Xu's avatar
      fdct4x4_test: fix unsigned overflow · 02ef9a4e
      Yaowu Xu authored and James Zern's avatar James Zern committed
      The difference between src and dst will be signed, the error will be
      unsigned. The change quiets -fsanitize=integer:
          unsigned integer overflow: 4294967295 * 4294967295
      
      Change-Id: Ide662f26fae682309a3474243f8a5b5ccea2049e
      02ef9a4e
  13. Jun 29, 2016
  14. Jun 28, 2016
Loading