vc1dsp: mark put/avg_vc1_mspel_mc() always_inline
authorMans Rullgard <mans@mansr.com>
Thu, 7 Jun 2012 13:20:44 +0000 (14:20 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 8 Jun 2012 08:40:07 +0000 (09:40 +0100)
commitbc92214e2712d7d185afbd4ad359623eea4f69ed
treea30018485052f958611bbb914a0acaaae0f6a7f9
parenta8656cd425babe6a2fe12aff826de57f28b8efcd
vc1dsp: mark put/avg_vc1_mspel_mc() always_inline

This ensures that these functions are inlined into the per-position
entry points, allowing constant propagation as needed for proper
optimisation.

18% faster VC1 decoding on Cortex-A9.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/vc1dsp.c