Skip to content
Snippets Groups Projects
Forked from VideoLAN / x264
109 commits behind, 5 commits ahead of the upstream repository.
user avatar
chenhao authored
Performance has improved from 4.76fps to 4.92fps by using the
following command:
./configure && make -j5
./x264 --threads 4 -o out.mkv yuv_1920x1080.yuv

functions           performance     performance
                        (c)            (asm)
deblock_luma[0]         79               39
deblock_luma[1]         91               18
deblock_luma_intra[0]   63               44
deblock_luma_intra[1]   71               18
deblock_strength        104              33

Signed-off-by: default avatarchenhao <chenhao@loongson.cn>
Change-Id: Id6c026eec73174770ef9dfcbef5900f0c20f3859
c9861da2