git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
x86-64 : 64-bit variant of AVX2 hpel_filter
10 mai 2013, par Jason Garrett-Glaser -
OpenCL support improvement/refactoring
6 mai 2013, par Anton MitrofanovOpenCL support improvement/refactoring Autoload the OpenCL library so that it's not required to run an openCL-enabled build of x264. Update X264_BUILD, which should have been changed with the first patch.
-
x86 : AVX2 high bit-depth denoise_dct
6 mai 2013, par Henrik Gramner -
x86 : AVX2 high bit-depth quant
4 mai 2013, par Henrik Gramner -
x86 : Don’t use explicitly aligned versions of SAD on AVX CPUs
3 mai 2013, par Henrik Gramnerx86: Don't use explicitly aligned versions of SAD on AVX CPUs On modern CPUs movdqu isn't slower than movdqa when used on aligned data and using the same code in both cases saves cache. This was already done for the high bit-depth AVX2 implementation but the aligned version still exists as dead code so remove that.