summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_weight_10bit.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-4/+5
|\ | | | | | | | | | | | | | | | | | | * commit '55519926ef855c671d084ccc151056de9e3d3a77': x86: Make function prototype comments in assembly code consistent Conflicts: libavcodec/x86/sbrdsp.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-4/+5
| | | | | | | | This helps grepping for functions, among other things.
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-131-63/+69
|
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
| | | | | This is more consistent with the way we handle C #includes and it simplifies the build system.
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
| | | | This is necessary to allow refactoring some x86util macros with cpuflags.
* x86: add colons after labelsMans Rullgard2012-08-071-8/+8
| | | | | | nasm prints a warning if the colon is missing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-161-4/+4
| | | | Fixes crashes when using biweight on win64.
* h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje2012-04-121-4/+4
| | | | | This should have been updated in the x86inc.asm update, but was accidently forgotten.
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-1/+1
| | | | This allows combining multiple conditionals in a single statement.
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-221-0/+1
| | | | | Right now it's not actually initialized on 32-bit, leading to crashes on win32.
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-95/+50
| | | | Neon parts by Mans Rullgard <mans@mansr.com>.
* Fix NASM include directiveDave Yeo2011-08-151-2/+2
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
| | | | This allows using it in swscale also.
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
| | | | This allows using it in libswscale/ also.
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-211-0/+321
Mainly ported from 8-bit H.264 weight/biweight. Signed-off-by: Diego Biurrun <diego@biurrun.de>
OpenPOWER on IntegriCloud