summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_deblock.asm
Commit message (Expand)AuthorAge
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-07
* x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet2014-08-06
* hevc_deblock: change tc typeChristophe Gisquet2014-08-06
* x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet2014-08-04
* x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-03
* x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer2014-07-31
* x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer2014-07-29
* x86/hevc_deblock: improve luma functions register allocationJames Almer2014-07-29
* x86/hevc_deblock: remove some unnecessary instructionsJames Almer2014-07-29
* x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer2014-07-29
* x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer2014-07-28
* Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-27
|\
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
* x86/hevc: remove unused constant in deblocking filterMickaël Raulet2014-07-26
* x86/hevc: add 12bits support for deblocking filterMickaël Raulet2014-07-26
* avcodec/x86/hevc_deblock: Fix compilation with nasm.Carl Eugen Hoyos2014-07-23
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-22
* avcodec/x86/hevc_deblock: cosmeticsAnton Khirnov2014-07-22
* hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructionsAnton Khirnov2014-07-22
* avcodec/x86/hevc_deblock: use test instead of cmp 0Anton Khirnov2014-07-22
* avcodec/x86/hevc_deblock: use of paddw instead of psllwAnton Khirnov2014-07-22
* avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions"Anton Khirnov2014-07-22
* hevc: cleaning up SSE2 and SSSE3 deblocking filtersAnton Khirnov2014-07-22
* x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2James Almer2014-07-13
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-24
* x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer2014-05-19
* x86/hevc_deblock: remove some duplicated instructionsJames Almer2014-05-18
* Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos2014-05-17
* x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-17
* x86/hevc_deblock: fix label namesJames Almer2014-05-17
* x86/hevc_deblock: fix usage of ABS1James Almer2014-05-17
* x86/hevc_deblock: merge movs with other instructionsJames Almer2014-05-17
* avcodec/x86/hevc: updated to use x86util macrosplepere2014-05-16
* avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-16