summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_deblock.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86: deduplicate PASS8ROWS macroJames Darnley2017-02-181-5/+0
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-1/+2
* x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet2014-08-061-1/+1
* hevc_deblock: change tc typeChristophe Gisquet2014-08-061-4/+4
* x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet2014-08-041-4/+0
* x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-031-48/+22
* x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer2014-07-311-17/+8
* x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer2014-07-291-1/+9
* x86/hevc_deblock: improve luma functions register allocationJames Almer2014-07-291-44/+44
* x86/hevc_deblock: remove some unnecessary instructionsJames Almer2014-07-291-7/+4
* x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer2014-07-291-0/+8
* x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer2014-07-281-8/+8
* Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-271-4/+8
|\
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-261-0/+825
* x86/hevc: remove unused constant in deblocking filterMickaël Raulet2014-07-261-1/+0
* x86/hevc: add 12bits support for deblocking filterMickaël Raulet2014-07-261-28/+100
* avcodec/x86/hevc_deblock: Fix compilation with nasm.Carl Eugen Hoyos2014-07-231-2/+2
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-221-50/+33
* avcodec/x86/hevc_deblock: cosmeticsAnton Khirnov2014-07-221-1/+1
* hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructionsAnton Khirnov2014-07-221-16/+12
* avcodec/x86/hevc_deblock: use test instead of cmp 0Anton Khirnov2014-07-221-1/+1
* avcodec/x86/hevc_deblock: use of paddw instead of psllwAnton Khirnov2014-07-221-7/+7
* avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions"Anton Khirnov2014-07-221-0/+4
* hevc: cleaning up SSE2 and SSSE3 deblocking filtersAnton Khirnov2014-07-221-44/+50
* x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2James Almer2014-07-131-1/+7
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-241-44/+43
* x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer2014-05-191-32/+15
* x86/hevc_deblock: remove some duplicated instructionsJames Almer2014-05-181-9/+4
* Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos2014-05-171-21/+21
* x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-171-16/+8
* x86/hevc_deblock: fix label namesJames Almer2014-05-171-17/+13
* x86/hevc_deblock: fix usage of ABS1James Almer2014-05-171-5/+5
* x86/hevc_deblock: merge movs with other instructionsJames Almer2014-05-171-73/+36
* avcodec/x86/hevc: updated to use x86util macrosplepere2014-05-161-88/+67
* avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-161-0/+924