git.videolan.org Git - x264.git/summary

x264 git repository

http://git.videolan.org/?p=x264.git;a=summary

Les articles publiés sur le site

  • x86 : faster AVX2 quant_4x4x4

    30 avril 2013, par Jason Garrett-Glaser
    x86: faster AVX2 quant_4x4x4
    
    10->9 cycles
    
    • [DH] common/x86/quant-a.asm
  • x86-64 : faster SSSE3 trellis

    29 avril 2013, par Jason Garrett-Glaser
    x86-64: faster SSSE3 trellis
    
    ~2% faster trellis.
    
    • [DH] common/x86/trellis-64.asm
  • Fix two bugs in slice-min-mbs and slices-max

    29 avril 2013, par Jason Garrett-Glaser
    Fix two bugs in slice-min-mbs and slices-max
    
    Slices-max broke slice-max-size when slice-max wasn't used.
    Slice-min-mbs broke in rare cases near the end of a threadslice.
    
    • [DH] encoder/encoder.c
  • x86 : AVX2 high bit-depth intra_sad_x3_8x8

    28 avril 2013, par Henrik Gramner
    x86: AVX2 high bit-depth intra_sad_x3_8x8
    
    43->24 cycles
    
    • [DH] common/pixel.c
    • [DH] common/x86/pixel.h
    • [DH] common/x86/sad16-a.asm
    • [DH] encoder/analyse.c
  • x86 : AVX2 intra_sad_x3_8x8c

    28 avril 2013, par Jason Garrett-Glaser
    x86: AVX2 intra_sad_x3_8x8c
    
    30->22 cycles
    
    • [DH] common/pixel.c
    • [DH] common/x86/pixel.h
    • [DH] common/x86/sad-a.asm