index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
vp9lpf.asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp9/x86: add myself to copyright holders for loopfilter assembly.
Ronald S. Bultje
2014-12-27
1
-0
/
+1
*
vp9/x86: make filter_16_h work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-38
/
+153
*
vp9/x86: make filter_48/84/88_h work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-17
/
+45
*
vp9/x86: make filter_44_h work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-63
/
+77
*
vp9/x86: make filter_16_v work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-39
/
+96
*
vp9/x86: make filter_48/84_v work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-5
/
+3
*
vp9/x86: make filter_88_v work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-47
/
+108
*
vp9/x86: make filter_44_v work on 32-bit.
Ronald S. Bultje
2014-12-27
1
-58
/
+96
*
vp8/x86: save one register in SIGN_ADD/SUB.
Ronald S. Bultje
2014-12-27
1
-14
/
+14
*
vp9/x86: store unpacked intermediates for filter6/14 on stack.
Ronald S. Bultje
2014-12-27
1
-72
/
+79
*
vp8/x86: move variable assigned inside macro branch.
Ronald S. Bultje
2014-12-27
1
-1
/
+1
*
vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.
Ronald S. Bultje
2014-12-27
1
-51
/
+52
*
vp8/x86: remove unused register from ABSSUB_CMP macro.
Ronald S. Bultje
2014-12-27
1
-21
/
+21
*
vp9/x86: slightly simplify 44/48/84/88 h stores.
Ronald S. Bultje
2014-12-27
1
-48
/
+40
*
vp9/x86: make cglobal statement more conservative in register allocation.
Ronald S. Bultje
2014-12-27
1
-5
/
+16
*
vp9/x86: save one register in loopfilter surface coverage.
Ronald S. Bultje
2014-12-27
1
-28
/
+28
*
avcodec/x86/vp9lpf: Always include x86util.asm
Michael Niedermayer
2014-09-17
1
-2
/
+2
*
x86: vpx/h264/hevc/mpeg2: share constants
Christophe Gisquet
2014-08-06
1
-2
/
+2
*
x86/vp9lpf: use fewer instructions in SPLATB_MIX
James Almer
2014-08-05
1
-3
/
+2
*
avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.
Clément Bœsch
2014-04-20
1
-0
/
+2
*
avcodec/x86/vp9lpf: merge a few movs with other instructions.
Clément Bœsch
2014-04-20
1
-42
/
+37
*
vp9/x86: simplify FILTER_INIT.
Clément Bœsch
2014-04-19
1
-6
/
+2
*
vp9/x86: clarify mixed splatb.
Clément Bœsch
2014-04-19
1
-5
/
+6
*
x86/vp9lpf: simplify 2nd transpose in 44/48/88/84.
Clément Bœsch
2014-02-08
1
-66
/
+48
*
x86/vp9lpf: remove 8 SWAPs in 84/48 transpose.
Clément Bœsch
2014-02-05
1
-23
/
+10
*
x86/vp9lpf: remove braindead double pxor.
Clément Bœsch
2014-02-05
1
-5
/
+5
*
x86/vp9lpf: save a few mov in flat8in/hev masks calc.
Clément Bœsch
2014-02-05
1
-7
/
+5
*
x86/vp9lpf: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.
Clément Bœsch
2014-02-05
1
-27
/
+100
*
x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().
Clément Bœsch
2014-01-30
1
-28
/
+31
*
x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2()
James Almer
2014-01-28
1
-3
/
+17
*
x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.
Clément Bœsch
2014-01-28
1
-27
/
+182
*
x86/vp9lpf: add a preload system in FILTER_UPDATE.
Clément Bœsch
2014-01-27
1
-27
/
+20
*
x86/vp9lpf: refactor v/h using common macros for P7 to Q7.
Clément Bœsch
2014-01-27
1
-136
/
+80
*
x86/vp9lpf: faster P7..Q7 accesses.
Clément Bœsch
2014-01-27
1
-113
/
+114
*
vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
James Almer
2014-01-17
1
-6
/
+8
*
vp9/x86: add AVX for itxfm and lpf.
Clément Bœsch
2014-01-15
1
-1
/
+6
*
vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().
Clément Bœsch
2014-01-12
1
-0
/
+666