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 : AVX2 predict_8x8c_p/predict_8x16c_p

    16 avril 2013, par Henrik Gramner
    x86: AVX2 predict_8x8c_p/predict_8x16c_p
    
    • [DH] common/x86/predict-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] common/x86/predict.h
  • x86 : AVX2 predict_16x16_p

    16 avril 2013, par Henrik Gramner
    x86: AVX2 predict_16x16_p
    
    Also fix the AVX implementation to correctly use the SSSE3 inline asm
    instead of SSE2.
    
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/predict-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] common/x86/predict.h
    • [DH] common/x86/x86util.asm
  • x86 : AVX high bit-depth predict_16x16_v

    16 avril 2013, par Henrik Gramner
    x86: AVX high bit-depth predict_16x16_v
    
    Also restructure some code to reduce code size of various functions,
    especially in high bit-depth.
    
    • [DH] common/x86/predict-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] common/x86/predict.h
  • x86 : AVX2 high bit-depth predict_4x4_h

    16 avril 2013, par Henrik Gramner
    x86: AVX2 high bit-depth predict_4x4_h
    
    • [DH] common/x86/predict-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] common/x86/predict.h
  • x86 : AVX2 high bit-depth predict_16x16_h

    16 avril 2013, par Henrik Gramner
    x86: AVX2 high bit-depth predict_16x16_h
    
    • [DH] common/common.h
    • [DH] common/x86/predict-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] common/x86/predict.h
    • [DH] tools/checkasm.c