h264: convert loop filter strength dsp function to yasm.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 28 Jul 2012 17:11:00 +0000 (10:11 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 31 Jul 2012 02:39:47 +0000 (19:39 -0700)
commitb829b4ce29185625ab8cbcf0ce7a83cf8181ac3b
tree290a4fb0a5749091ca82e7f00dd4103760ebcf3d
parent0177b7d23aadeab218601893953f0a05209d037c
h264: convert loop filter strength dsp function to yasm.

This completes the conversion of h264dsp to yasm; note that h264 also
uses some dsputil functions, most notably qpel. Performance-wise, the
yasm-version is ~10 cycles faster (182->172) on x86-64, and ~8 cycles
faster (201->193) on x86-32.
libavcodec/x86/h264_deblock.asm
libavcodec/x86/h264dsp_mmx.c