Skip to content
Snippets Groups Projects
  1. Aug 02, 2018
  2. Aug 01, 2018
  3. Jul 31, 2018
  4. Jul 30, 2018
    • Raphaël Zumer's avatar
      Add encode-decode test for various frame dimensions (#382) · 94a32eae
      Raphaël Zumer authored
      * Ignore aom.rs in all directories
      
      * Add encode-decode test for various frame dimensions
      
      * Remove redundant .gitignore
      
      * Add testing subsection in README.md
      
      * Reduce runtime of dimensions encode-decode test
      
      * Comment out failing dimensions in decoding test
      94a32eae
  5. Jul 28, 2018
  6. Jul 27, 2018
  7. Jul 26, 2018
  8. Jul 25, 2018
    • Monty Montgomery's avatar
      Split CDEF functions to their own source file (#371) · 509d3664
      Monty Montgomery authored
      No need to clutter up lib.rs with self-contained CDEF work.
      Split the CDEF functions into their own file.  No functional change.
      509d3664
    • Frank Bossen's avatar
      Define reference frame buffer array (#370) · a79d08f6
      Frank Bossen authored and Yushin Cho's avatar Yushin Cho committed
      * Define reference frame buffer array
      
      A reference frame buffer with 8 slots is defined. The buffer is
      updated after encoding each frame according to the value of
      refresh_frame_flags. The value of refresh_frame_flags is also
      set and properly encoded.
      
      * Fix test function
      
      Also move update of frame buffer to a separate function
      
      * Use named constants instead of magic numbers
      a79d08f6
  9. Jul 24, 2018
  10. Jul 23, 2018
    • Yushin Cho's avatar
      Correct namings · 758b30cc
      Yushin Cho authored and Thomas Daede's avatar Thomas Daede committed
      * Remove 'EXT_' in'EXT_TX' for the names
      
      Since everything that has been called extended is now a standard.
      
      * Rename TxSetType TxSet and etc
      
      - Rename 'ext_tx_' as 'tx_'.
      - Rename 'write_tx_type_lv_map' as 'write_tx_type'.
      
      * Rename '*_set_type' as '*_set'
      
      * Rename '*_ext_tx' as '*_tx'
      
      Because it is not 'extended' anymore but a standard.
      758b30cc
    • Luca Barbato's avatar
      Encode decode tests · 79b01bff
      Luca Barbato authored and Thomas Daede's avatar Thomas Daede committed
      * Make more structures Debug
      
      Makes easier to println!-debug.
      
      * Fix the cmake flags passed to build the decoding library
      
      * Make sure to not call partially implemented ith
      
      At least the sse4.1 variant is incomplete and triggers an assert.
      
      * Do not use SIMD for TxType::IDTX ith
      
      The implementation of it is incomplete.
      
      * Provide an encode-decode test
      
      Use `cargo test --features=decode_test -- --ignored` to run it.
      
      * Enable decode_test in travis
      79b01bff
  11. Jul 21, 2018
  12. Jul 19, 2018
  13. Jul 18, 2018
Loading