443 Commits (e6e70d9bdc896a781d4ff6eae27d1520e9ea71b4)

Author SHA1 Message Date
Måns Rullgård b55aa9a904 get register names from x86_cpu.h 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs 97d1d009e2 split encoding part of dsputil_mmx into its own file 17 years ago
Reimar Döffinger f2217d6f90 __asm __volatile -> asm volatile part 2 17 years ago
Reimar Döffinger 78d3d94f14 __asm __volatile -> asm volatile, improves code consistency and works 17 years ago
Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
Michael Niedermayer 1435e4ccde Disabling all SSE* code for old gcc to avoid alignment issues. 17 years ago
Reimar Döffinger 754bf3d8a1 Fix warnings: 17 years ago
Diego Biurrun 5edac5dc94 cosmetics: Replace // by /* */ comments. 17 years ago
Loren Merritt ec199cc94c asm argument that might be in memory needs a size 17 years ago
Loren Merritt 2c70770e33 use fewer registers in apply_welch_window_sse2 17 years ago
Loren Merritt 1d67b037f7 sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. 17 years ago
Loren Merritt 20d565be6d put loop counter in a register if possible. makes some of the qpel functions 3% faster. 17 years ago
Loren Merritt 7080ec2937 fix aliasing warnings. simpler too. 17 years ago
Loren Merritt a2b7bc8e71 constant was excessively aligned 17 years ago
Loren Merritt ddf969705f ssse3 h264 motion compensation. 17 years ago
Loren Merritt b64dfbb8d2 add qpel rounder once during hv rather than twice during hv and whatever it's averaged with 17 years ago
Loren Merritt fa9b873e08 clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. 17 years ago
Michael Niedermayer 9a7871f77d Deprecate old and inefficient per instruction asm(). 17 years ago
Loren Merritt b2f775860b reduce code duplication 17 years ago
Loren Merritt b313e8159c avg_pixels4_mmx2 17 years ago
Loren Merritt 6c01d0069d use mmx2/3dnow avg functions in avg_qpel*_mc00 17 years ago
Loren Merritt ed5d7a531c ff_h264_idct8_add_sse2. 17 years ago
Loren Merritt 51f0ac65df remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. 17 years ago
Baptiste Coudurier 066e0cc50d add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | 17 years ago
Baptiste Coudurier afa4778989 fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Reimar Döffinger 038f0f9b34 Use DECLARE_ALIGNED in yet another place 17 years ago
Reimar Döffinger 6a1a2fa0fe Use DECLARE_ALIGNED and remove unneeded attribute_used 17 years ago
Reimar Döffinger 27215c6bf4 Use DECLARE_ALIGNED 17 years ago
Diego Biurrun 426d18b85b Rename illegal identifiers, _ followed by capital is reserved for the system. 17 years ago
Christophe Gisquet 28748a9128 Factorize some duplicated code from CAVS and H.264 into a common file. 17 years ago
Christophe Gisquet ae904fd028 Fix issue #301: 17 years ago
Christophe Gisquet 9fa3572903 add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. 17 years ago
Diego Biurrun 9fbd14acb8 Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. 17 years ago
Aurelien Jacobs 407c50a024 move FLAC mmx dsp to its own file 17 years ago
Reimar Döffinger 15c57ced2f Add 'l' suffix where it is necessary because type can not always be 17 years ago
Aurelien Jacobs 1b77e87756 add required include to make this file self-contained 17 years ago
Diego Biurrun 571bf37f6d typo/clarification 17 years ago
Diego Biurrun 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Aurelien Jacobs bb6cc730e5 remove some unused ff_p* vars from dsputil 17 years ago
Aurelien Jacobs dbb5fdbdc8 remove useless #ifdef around extern declaration 17 years ago
Aurelien Jacobs 7c35b55111 cosmetics: indentation 17 years ago
Aurelien Jacobs 51ac88228a convert some #ifdef CONFIG_ to if(ENABLE_ 17 years ago
Aurelien Jacobs 5b67ce2afa build vc1dsp_mmx.c in its own compilation unit 17 years ago
Aurelien Jacobs 43de50659b use ff_ prefix for extern vars 17 years ago
Aurelien Jacobs 182f56cb0c make ff_p* vars extern so that they can be used in various *_mmx.c files 17 years ago
Christophe Gisquet ac40ce4244 Typo fix. Previous version had some picture error building up until next keyframe. 17 years ago
Christophe Gisquet d3a9c44e1d Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% 17 years ago