summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and ↵Michael Niedermayer2014-05-301-2/+2
| | | | | | | | add_hfyu_left_pred() This avoids potential issues with the high 32bits being random in x86-64 asm Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86: huffyuvdsp: port add_bytes to yasmChristophe Gisquet2014-05-291-1/+1
| | | | | | | C MMX SSE2 Cycles: 2972 587 302 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* huffyuv: change left prediction access in BGRAChristophe Gisquet2014-05-291-7/+7
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* huffyuv: avoid duplicated definesChristophe Gisquet2014-05-291-15/+0
| | | | | | Move the defines to the dsp header. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-271-4/+4
| | | | | | | | | | | | | | | | | | | | * commit '0d439fbede03854eac8a978cccf21a3425a3c82d': dsputil: Split off HuffYUV decoding bits into their own context Conflicts: configure libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/huffyuv.h libavcodec/huffyuvdec.c libavcodec/lagarith.c libavcodec/vble.c libavcodec/x86/Makefile libavcodec/x86/dsputil.asm libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-0/+132
Also shorten HuffYUV context member names to avoid clutter.
OpenPOWER on IntegriCloud