summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_qpel_10bit.asm
Commit message (Expand)AuthorAgeFilesLines
* vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje2015-10-031-2/+2
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-1/+1
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-2/+2
* x86: lavc: share more constantsChristophe Gisquet2015-02-061-1/+1
* avcodec/x86/h264_qpel_10bit: locally define pb_0Michael Niedermayer2014-06-241-1/+1
* Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-16/+16
|\
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-16/+16
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun2012-11-101-5/+5
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-4/+0
* x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun2012-11-091-159/+155
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* x86: add colons after labelsMans Rullgard2012-08-071-8/+8
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-9/+11
* h264: change underread for 10bit QPEL to overread.Ronald S. Bultje2012-03-021-1/+1
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-4/+4
* Fix NASM include directiveDave Yeo2011-08-151-2/+2
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-031-0/+891
OpenPOWER on IntegriCloud