summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-2976/+0
* Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun2008-12-221-1/+1
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-191-0/+26
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-181-2/+12
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-141-5/+5
* clear_block mmxLoren Merritt2008-12-101-13/+37
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-8/+8
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-23/+23
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-271-4/+4
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-201-4/+8
* Cosmetics: reindentDavid Conrad2008-10-191-3/+3
* Combine non-bitexact sectionsDavid Conrad2008-10-191-3/+2
* VP3 loop filter is mmx2 not mmxDavid Conrad2008-10-191-5/+6
* MMX VP3 Loop FilterDavid Conrad2008-10-171-0/+7
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-68/+68
* Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad2008-09-171-1/+1
* MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...David Conrad2008-09-171-3/+1
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-311-1/+0
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-301-1/+1
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-141-43/+19
* gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt2008-08-141-2/+2
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-131-5/+51
* simd int->floatLoren Merritt2008-08-131-0/+46
* simd downmixLoren Merritt2008-08-131-0/+100
* cosmetics in dsp initLoren Merritt2008-08-121-6/+4
* Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala2008-08-021-1/+1
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-161-10/+10
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-151-2/+2
* exploit mdct symmetryLoren Merritt2008-07-131-14/+54
* simplify vorbis windowingLoren Merritt2008-07-131-1/+120
* SSE2 optimizations for Monkey's Audio decoder vector functionsKostya Shishkov2008-07-111-0/+78
* float_to_int16_sse2()Michael Niedermayer2008-07-091-0/+20
* 1 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer2008-07-071-12/+19
* Fix x86-64Michael Niedermayer2008-07-071-2/+2
* dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer2008-07-071-12/+19
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-221-2/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-5/+5
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-32/+32
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-161-1/+6
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-121-3/+1
* h264 chroma mc ssse3Loren Merritt2008-04-011-0/+6
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-211-0/+4
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-201-2/+2
* remove unused tempMichael Niedermayer2008-03-201-5/+3
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-0/+90
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-251-1409/+3
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-241-18/+18
* simd and unroll png_filter_rowLoren Merritt2008-02-211-0/+98
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-061-7/+35
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-061-2/+2
OpenPOWER on IntegriCloud