Skip to content
Snippets Groups Projects
  1. Oct 22, 2018
  2. Oct 20, 2018
    • Josh Holmer's avatar
      Remove C dependency from transform.rs · 2f9ef167
      Josh Holmer authored and Luca Barbato's avatar Luca Barbato committed
      - Rewrite fwd transform functions from C to Rust
      - Rewrite 32x32 inv transform functions from C to Rust
      - Refactor transform.rs into smaller modules
      
      This commit temporarily removes the calls into the
      SIMD optimized functions. These will be rewritten
      into Rust and readded in an upcoming PR.
      2f9ef167
  3. Oct 19, 2018
  4. Oct 18, 2018
  5. Oct 16, 2018
  6. Oct 11, 2018
  7. Oct 10, 2018
  8. Oct 09, 2018
  9. Oct 08, 2018
  10. Oct 01, 2018
  11. Sep 29, 2018
  12. Sep 28, 2018
  13. Sep 27, 2018
  14. 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
      76357db0
  15. Sep 25, 2018
Loading