summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-021-2/+2
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-281-1/+1
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-282-0/+80
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-282-23/+120
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-282-14/+28
* h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-281-3/+3
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-211-7/+0
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-161-4/+4
* dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje2012-04-131-1/+1
* ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles2012-04-121-2/+4
* h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje2012-04-121-4/+4
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-3/+2
* x86inc improvements for 64-bitHenrik Gramner2012-04-1110-221/+198
* rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-101-23/+20
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-102-49/+51
* dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-042-2/+2
* dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-041-2/+2
* vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-041-10/+8
* cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-282-11/+22
* cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-12/+12
* cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-281-3/+3
* cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-282-20/+22
* h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-3/+5
* h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-22/+22
* h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-8/+11
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-47/+40
* x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-251-1295/+1310
* x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-251-773/+1049
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-252-6/+14
* dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-251-4/+12
* aacsbr: handle m_max values smaller than 4.Ronald S. Bultje2012-03-231-0/+1
* vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-101-235/+212
* vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-101-187/+164
* sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger2012-03-071-8/+8
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-071-5/+2
* x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-071-10/+0
* SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-061-1/+1
* x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-051-417/+475
* vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-031-25/+30
* vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje2012-03-031-97/+103
* vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje2012-03-031-272/+272
* vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje2012-03-031-201/+158
* vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje2012-03-032-116/+124
* h264: change underread for 10bit QPEL to overread.Ronald S. Bultje2012-03-021-1/+1
* vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje2012-03-022-4/+35
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-021-83/+106
* h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje2012-02-271-1/+1
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-232-0/+43
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-233-0/+113
OpenPOWER on IntegriCloud