504 Commits (987903826b0dba2e134be200ac94be66b4a3acf1)

Author SHA1 Message Date
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
David Conrad b4c3d83584 Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it 16 years ago
David Conrad 43410eaf7c Declare ff_vp3_idct_data to be uint16_t 16 years ago
David Conrad 587ae47aa7 Don't declare SSE vp3 idct data static, so it can be used in the mmx version 16 years ago
David Conrad c979fa030f Remove unused dequantization code from SSE VP3 IDCT 16 years ago
David Conrad 167029a73a Use ff_pw_8 in MMX/SSE VP3 IDCT 16 years ago
David Conrad 21383da8c4 Let ff_pw_8 be used as an SSE constant 16 years ago
Vladimir Voroshilov 2ccddc0211 Add explicit (int) cast to i386 optimized MUL* macros. 16 years ago
Alexis Ballier dad6afb4cb stricter constraints of asm() blocks 16 years ago
Loren Merritt 7ca7d5fae0 file which should have been added in r14749 16 years ago
Loren Merritt 75ac287517 missing prototype 16 years ago
Loren Merritt ebceaa1cd5 gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm 16 years ago
Loren Merritt ee46753739 gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little 16 years ago
Loren Merritt 675872382f special case 6 channel version of float_to_int16_interleave 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 862b98d42c cosmetics in dsp init 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
Loren Merritt 46803f4f67 optimize imdct_half: 16 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 16 years ago
Loren Merritt bafad220a7 import yasm macros from x264 16 years ago
Uoti Urpala f769b746aa Mark add_png_paeth_prediction_* functions which are only used within this file 16 years ago
Michael Niedermayer 4f20b45fbe Fix h264_loop_filter_strength_mmx2() so it works with PAFF. 16 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 16 years ago
Loren Merritt 4342a7f30b 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples 16 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 16 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 16 years ago
Kostya Shishkov d7e1fc4254 SSE2 optimizations for Monkey's Audio decoder vector functions 16 years ago
Alexander Strange bc31447225 Make the function prototype visible to comply with C99 inline. 16 years ago
Michael Niedermayer e98750c373 float_to_int16_sse2() 16 years ago
Victor Pollex 1835cda65a Make LOAD4/STORE4 macros more generic. 16 years ago
Michael Niedermayer 35ee72b1d7 1 c-asm loop less and 1x unroll of float_to_int16_sse() 16 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 16 years ago
Michael Niedermayer 63b737d4f9 dont use C-asm loops and unroll once float_to_int16_3dnow() 16 years ago
Alexander Strange 74fd9022b5 Realign newlines. 16 years ago
Alexander Strange 00969e1c59 Use MANGLE() instead of memory operands to read globals. 16 years ago
Reimar Döffinger 00eebe3d6a Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 16 years ago
Michael Niedermayer 0bd134abd3 Simplify vsad16_mmx2(). 17 years ago
Michael Niedermayer 6bf6a9301b Simplify vsad16_mmx(). 17 years ago
Michael Niedermayer e13810223a Simplify vsad_intra16_mmx2() 17 years ago
Michael Niedermayer 06bb35f94c Simplify vsad_intra16_mmx() 17 years ago
Diego Biurrun a12b44d7fb Add missing required header directly. 17 years ago
Diego Biurrun 20cd685ae8 Add missing path to #include. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Diego Biurrun 57105ddd03 Rename i386/cputest.c --> i386/cpuid.c. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Diego Biurrun 80465c7eed cosmetics: Fix nonstandard indentation. 17 years ago
Jeff Downs 591d87babe Cosmetics: 17 years ago
Jeff Downs 52cb7981e2 Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. 17 years ago