Skip to content

v0.6.4

Compare
Choose a tag to compare
@lu-zero lu-zero released this 09 Apr 15:41
· 88 commits to 0.6 since this release

visualization

  • More assembly optimizations for x86_64
  • Optimizations in the plane/region logic
  • Optimizations in the motion estimation code
  • Optimizations in the cdef_dist code (AVX2 and general logic)
  • Optimizations in the entropy coder
  • Avoid an UB in cdf_context
  • Leverage const-generics to improve the CDF bookkeeping/rollback system
  • Additional fixes