summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/huffyuvdsp.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-201-2/+2
|
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
| | | | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-0/+165
Also shorten HuffYUV context member names to avoid clutter.
OpenPOWER on IntegriCloud