Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
  2. Oct 11, 2018
  3. Oct 10, 2018
  4. Oct 09, 2018
  5. Oct 08, 2018
  6. Oct 01, 2018
  7. Sep 29, 2018
  8. Sep 28, 2018
  9. Sep 27, 2018
  10. Sep 26, 2018
    • Nathan E. Egge's avatar
      Embed the rust idct functions. (#613) · ef97e0ec
      Nathan E. Egge authored
      * Call av1_idct4() from inside av1_idct8().
      
      * Call av1_idct8() from inside av1_idct16().
      
      * Use 2 multiply rotation by PI/4.
      
      Adds the full_btr_sqrt2() function that computes a rotation by PI/4
       using 2 multiplies instead of 4.
      ef97e0ec
    • Frank Bossen's avatar
      Add support for multiple reference frames (#567) · 76357db0
      Frank Bossen authored
      * Last two frames are used as references and are labeled as LAST
      and ALTREF.
      
      * Add rules to include MV with different reference index in MV stack
      
      * Make 2nd reference frame more distant from current frame
      
      * Use correct reference frame in chroma motion compensation
      
      * Enable multiple reference frames only at slower speed settings
      
      * Add unequal quantizer assignment to temporally predicted frames
      Unverified
      76357db0
    • Raphaël Zumer's avatar
      Update LICENSE · b0743cd7
      Raphaël Zumer authored
      Allow Github to detect the license
      b0743cd7
    • Nathan E. Egge's avatar
      Update copyright line in LICENSE. · c18337ca
      Nathan E. Egge authored
      c18337ca
  11. Sep 25, 2018
  12. Sep 24, 2018
    • Monty Montgomery's avatar
      More staging for deblocking filter RDO · 748f622a
      Monty Montgomery authored
      Realized on Friday that an exhaustive search can be done in a single
      pass by reducing the search to a radix sort; this is yet more
      rearrangement of code flow to enable that loop setup.
      
      Also, get a few more-Rusty idioms in place...
      748f622a
Loading