Skip to content
Snippets Groups Projects
  1. Oct 30, 2018
  2. Oct 29, 2018
    • David Michael Barr's avatar
      Use macro for libaom bindings in intra pred tests · e74206d0
      David Michael Barr authored
      Also, add simple reference tests for u8 prediction.
      e74206d0
    • Frank Bossen's avatar
      Hierarchical motion estimation (#673) · bc5a464b
      Frank Bossen authored
      * Generate downsampled versions of input frames and store them with reference frames
      
      * Add hierarchical ME, where initial ME is done using 4x subsampled 64x64 blocks. MVs are refined using 2x subsampled 32x32 blocks. In the refinement step, search is done around MV found for colocated 64x64 block, and also around MVs found for neighboring 64x64 blocks
      bc5a464b
  3. Oct 28, 2018
  4. Oct 27, 2018
    • Yushin Cho's avatar
      Transform domain distortion for RDO-based mode decision (#680) · 4f93ef73
      Yushin Cho authored
      Use transform domain distortion during RDO-based mode decision.
      - Turn on tx-domain distortion when speed >= 1.
      -  For CfL mode, use pixel domain distortion since reconstructed luma pixels are required for CfL mode of chroma channels.
      
      For default speed = 3, there is a regression of 0.35% PSNR bd-rate increase on AWCY.
      
        PSNR | PSNR Cb | PSNR Cr | PSNR HVS |   SSIM  | MS SSIM | CIEDE 2000
      0.3440 |  0.4580   |  0.3700   |   0.2730     | 0.2714 |  0.2616    |     0.5526
      4f93ef73
  5. Oct 26, 2018
  6. Oct 25, 2018
  7. Oct 24, 2018
  8. Oct 23, 2018
  9. Oct 22, 2018
  10. 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
  11. Oct 19, 2018
  12. Oct 18, 2018
  13. Oct 17, 2018
    • Luca Barbato's avatar
      Unbreak non-x86_64 · 37d010b2
      Luca Barbato authored
      The rust compiler DCE works in a different way so conditionals on `cfg!`
      should not be used if the code in the branches may not compile.
      
      While at it move the `use` statements where they are needed to avoid
      warnings.
      
      Fix #657
      37d010b2
    • Raphaël Zumer's avatar
      Update README.md · 253691a0
      Raphaël Zumer authored
      Document NASM dependency.
      253691a0
  14. Oct 16, 2018
  15. Oct 11, 2018
  16. Oct 10, 2018
  17. Oct 09, 2018
Loading