summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_idct_10bit.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-171-0/+8
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-12/+16
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-131-8/+12
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-5/+48
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-1/+1
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-111-16/+0
* 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: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-8/+8
* x86: add colons after labelsMans Rullgard2012-08-071-1/+1
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-281-127/+127
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-21/+3
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-071-1/+1
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-13/+13
* 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
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-15/+20
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-20/+15
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-15/+20
* Cosmetic changes to h264_idct_10bit.asm.Loren Merritt2011-06-021-68/+71
* 2x faster h264_idct_add8_10.Loren Merritt2011-06-021-34/+21
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-311-0/+570
OpenPOWER on IntegriCloud