libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
14
x265/source/common/x86/README.txt
Normal file
14
x265/source/common/x86/README.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
The ASM source here is directly pulled from the x264 project with two
|
||||
changes:
|
||||
|
||||
1 - FENC_STRIDE must be increased to 64 in x86util.asm because of HEVC's
|
||||
larger CU sizes
|
||||
2 - Because of #1, we must rebrand the functions with x265_ prefixes in
|
||||
x86inc.asm (private_prefix) and pixel-a.asm (mangle(x265_pixel_ssd))
|
||||
3 - We have modified the MMX SSD primitives to use EMMS before returning
|
||||
4 - We have added some new SATD block sizes for SSE3
|
||||
|
||||
Current assembly is based on x264 revision:
|
||||
configure: Support cygwin64
|
||||
Diogo Franco (Kovensky) <diogomfranco@gmail.com>
|
||||
2013-07-23 22:17:44 -0300
|
Loading…
Add table
Add a link
Reference in a new issue