git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
configure : Support specifying a custom pkg-config
3 avril 2016, par Henrik Gramner -
analyse : i_sub_partition write combining
3 avril 2016, par Henrik Gramner -
x86inc : Fix AVX emulation of some instructions
28 mars 2016, par Anton Mitrofanov -
x86 : Use one less register in mbtree_propagate_cost_avx2
15 mars 2016, par Henrik Gramner -
x86 : Add asm for mbtree fixed point conversion
4 mars 2016, par Henrik Gramnerx86: Add asm for mbtree fixed point conversion The QP offsets of each macroblock are stored as floats internally and converted to big-endian Q8.8 fixed point numbers when written to the 2-pass stats file, and converted back to floats when read from the stats file. Add SSSE3 and AVX2 implementations for conversions in both directions. About 8x faster than C on Haswell.