89 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Martin Vignali b37196adff avutil/x86util : add macro for loading a 128 bits constants in an xmm or in each part of an ymm in order to simplify avx2 asm func 7 years ago
Ivan Kalvachev 30ae07d7ef Add macros to x86util.asm . 7 years ago
James Almer e229df9478 x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4} 8 years ago
James Almer d8962ffbd8 avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args are the same 8 years ago
Diego Biurrun 994c4bc107 x86util: Port all macros to cpuflags 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley 7627df15d4 x86util: import MOVHL macro 8 years ago
James Darnley 9d815b7424 avcodec/x86: deduplicate PASS8ROWS macro 8 years ago
Alexandra Hájková 07e1f99a1b x86util: Document SBUTTERFLY macro 8 years ago
James Almer fd5e6a095f x86util: Extend SPLATW for avx2 8 years ago
Ronald S. Bultje f0a2b6249b vp9: add 16x16 idct avx2 (8-bit). 8 years ago
James Almer 172af20852 x86/showcqt: use three operand format for some instructions 9 years ago
James Almer 99b899483e avutil/x86util: move haddps sse emulation from showcqt 9 years ago
James Almer d5f8a642f6 x86: port PSIGNW to cpuflags 9 years ago
James Almer 5750d6c5e9 x86: move XOP emulation code back to x86inc 9 years ago
James Almer 37b35feb64 x86/swr: add SSE2/AVX pack_8ch functions 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Kieran Kunhya 36091742d1 v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 10 years ago
James Almer 1ace9573dc x86/hevc_idct: replace old and unused idct functions 10 years ago
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Christophe Gisquet 2267003981 x86: hpeldsp: better factorization 11 years ago
James Almer 561bfc85eb x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1} 11 years ago
James Almer 76ed71a72b x86: move horizontal add macros to x86util 11 years ago
James Almer 3f3d748cab x86: Move XOP emulation to x86util 11 years ago
Jason Garrett-Glaser c6908d6b4b x86inc: FMA3/4 Support 11 years ago
Derek Buitenhuis 206895708e x86inc: Remove our FMA4 support 11 years ago
Diego Biurrun d633d12b2c x86inc: Add cvisible macro for C functions with public prefix 12 years ago
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Diego Biurrun dae1d507af x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags 12 years ago
Diego Biurrun 320e1d0df3 x86: ABSB2: port to cpuflags 12 years ago
Diego Biurrun 094a7405e5 x86: ABSB: port to cpuflags 12 years ago
Diego Biurrun 51969a652c x86: ABS2: port to cpuflags 12 years ago
Diego Biurrun 5b4dfbffc2 x86: ABS1: port to cpuflags 12 years ago
Justin Ruggles ac7eb4cb20 float_dsp: add vector_dmul_scalar() to multiply a vector of doubles 12 years ago
Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun f0d124f005 x86inc: Set program_name outside of x86inc.asm 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Diego Biurrun dbb37e7711 x86: PABSW: port to cpuflags 12 years ago
Diego Biurrun 0a7a94f2e5 x86: Refactor PSWAPD fallback implementations and port to cpuflags 12 years ago
Diego Biurrun 26f01bd106 x86: PMINUB: port to cpuflags 12 years ago
Diego Biurrun 61bc2bc7d4 x86util: Add cpuflags_mmxext alias for cpuflags_mmx2 12 years ago
Dave Yeo 264f12342c x86: Fix assembly with NASM 12 years ago
Dave Yeo 9c167914a1 x86: Fix assembly with NASM 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Justin Ruggles 6092dafb5a lavr: x86: optimized 6-channel s16 to fltp conversion 12 years ago
Jason Garrett-Glaser 85a3c19ed1 dsputil: x86: add SHUFFLE_MASK_W macro 12 years ago
Loren Merritt 4d4752366f x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros 13 years ago