mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/x86: remove 3 sub in pred4x4_tm_vp8_8.
before: 411 decicycles in ff_pred4x4_tm_vp8_8_ssse3, 8388289 runs, 319 skips after: 389 decicycles in ff_pred4x4_tm_vp8_8_ssse3, 8388308 runs, 300 skips Tested on i7 920.
This commit is contained in:
parent
c017f15dde
commit
e0434cfcfc
@ -2486,10 +2486,7 @@ cglobal pred4x4_tm_vp8_8, 3,3
|
||||
pshufb mm3, mm6
|
||||
pshufb mm4, mm6
|
||||
pshufb mm5, mm6
|
||||
psubw mm2, mm7
|
||||
psubw mm3, mm7
|
||||
psubw mm4, mm7
|
||||
psubw mm5, mm7
|
||||
psubw mm0, mm7
|
||||
paddw mm2, mm0
|
||||
paddw mm3, mm0
|
||||
paddw mm4, mm0
|
||||
|
Loading…
Reference in New Issue
Block a user