1847 Commits (09024fe681e1969cedff9cb8fcf949ac992b7c06)

Author SHA1 Message Date
James Almer 9e0e1f9067 x86/dsputil: add emms to ff_scalarproduct_int16_mmxext() 11 years ago
Diego Biurrun 3bfdee00cd x86: dcadsp: Fix linking with yasm and optimizations disabled 11 years ago
Diego Biurrun 3741aa37c2 x86: cabac: Use correct #includes to make header compile standalone 11 years ago
James Almer 7fd64e3e36 x86/synth_filter: add synth_filter_fma3 11 years ago
James Almer 206167a295 x86/synth_filter: add missing HAVE_YASM guard 11 years ago
James Almer 884e085d1e x86/synth_filter: Revert the switch to float ops with SSE2 11 years ago
James Almer 68c3ed936a x86/synth_filter: add synth_filter_avx 11 years ago
James Almer 6467209836 x86/synth_filter: add synth_filter_sse 11 years ago
Christophe Gisquet 2cdbcc0048 x86: synth filter float: implement SSE2 version 11 years ago
Christophe Gisquet 169243112c x86: dcadsp: implement SSE lfe_dir 11 years ago
Christophe Gisquet 4cb6964244 dcadec: simplify decoding of VQ high frequencies 11 years ago
Christophe Gisquet 08e3ea60ff x86: synth filter float: implement SSE2 version 11 years ago
Christophe Gisquet ad507d7907 x86: dcadsp: implement SSE lfe_dir 11 years ago
Diego Biurrun b23650491f prores: Use consistent names for DSP arch initialization functions 11 years ago
James Almer 2163a40a46 x86/imdct36: use sse3 instructions in the last BUTTERF step when possible 11 years ago
James Almer fbf98375e4 x86/imdct36: don't build imdct36_float_sse on x86_64 targets 11 years ago
James Almer 3f3d748cab x86: Move XOP emulation to x86util 11 years ago
Diego Biurrun 017a06a9ee x86: dsputil: Use correct file name as multiple inclusion guard 11 years ago
Diego Biurrun b23bc95920 x86: dca: Add missing multiple inclusion guards 11 years ago
Hendrik Leppkes 7716eda0aa vp9/x86: set correct number of registers used in intra pred asm 11 years ago
James Almer 07b4b0ca62 tta/x86: add ff_ttafilter_process_dec_{ssse3, sse4} 11 years ago
Ronald S. Bultje fdb093c4e4 vp9/x86: intra prediction SIMD. 11 years ago
James Almer ec482e738d x86/fladsp: add missing check to ff_flacdsp_init_x86() 11 years ago
Michael Niedermayer d601106ab1 avcodec/x86/lossless_videodsp: fix w type 11 years ago
Peter Ross b8664c9294 avcodec/vp8dsp: add VP7 idct and loop filter 11 years ago
James Almer e87974bc00 flac/x86: add ff_flac_lpc_32_xop() 11 years ago
James Darnley 623f380a18 lavc: fix flac encoder and decoder dependencies 11 years ago
Janne Grunau 5c1c6e8226 dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders 11 years ago
Janne Grunau 0cffd6fff5 x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale 11 years ago
Clément Bœsch 669d4f9053 x86/vp9lpf: simplify 2nd transpose in 44/48/88/84. 11 years ago
Christophe Gisquet 5b59a9fc61 x86: dcadsp: implement int8x8_fmul_int32 11 years ago
Loren Merritt 9c978f243a flac/x86: add ff_flac_lpc_32_sse4() 11 years ago
Clément Bœsch d92a725329 x86/vp9lpf: remove 8 SWAPs in 84/48 transpose. 11 years ago
Clément Bœsch 97dde561de x86/vp9lpf: remove braindead double pxor. 11 years ago
Clément Bœsch 9a3b05b0a9 x86/vp9lpf: save a few mov in flat8in/hev masks calc. 11 years ago
Clément Bœsch 91d85bb167 x86/vp9lpf: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. 11 years ago
Clément Bœsch c5dd73b890 x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 11 years ago
Ronald S. Bultje 9ee9c679a7 x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'. 11 years ago
Ronald S. Bultje 51daafb02e x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. 11 years ago
James Almer 644c32ea4b x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2() 11 years ago
Clément Bœsch 222c46c531 x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 11 years ago
Clément Bœsch 822385d775 x86/vp9lpf: add a preload system in FILTER_UPDATE. 11 years ago
Clément Bœsch 315b4775ad x86/vp9lpf: refactor v/h using common macros for P7 to Q7. 11 years ago
Clément Bœsch 5d144086cc x86/vp9lpf: faster P7..Q7 accesses. 11 years ago
Clément Bœsch 5f4d04d084 x86/lossless_videodsp: silly one-line cosmetic. 11 years ago
Clément Bœsch 5267e85056 x86/lossless_videodsp: use common macro for add and diff int16 loop. 11 years ago
Clément Bœsch cddbfd2a95 x86/lossless_videodsp: simplify and explicit aligned/unaligned flags 11 years ago
Ronald S. Bultje c9e6325ed9 vp9/x86: use explicit register for relative stack references. 11 years ago
Ronald S. Bultje 97474d527f vp9/x86: iwht4x4 (lossless) mmx. 11 years ago
Ronald S. Bultje d43efa68bd vp9/x86: 4x4 iadst SIMD (ssse3) variants. 11 years ago