index
:
delta/libwebp.git
0.2.0
0.3.0
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.3.0
main
master
portable-intrinsics
sandbox/jzern@google.com/mips-testing
wasm-simd
chromium.googlesource.com: webm/libwebp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dsp
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSE4.1 version of TransformColorInverse
Ilya Kurdyukov
2021-02-18
1
-0
/
+1
*
neon IsFlat
Johann
2018-12-03
1
-0
/
+1
*
neon: SetResidualCoeffs
Johann
2018-11-14
1
-0
/
+1
*
Remove AVX2 files.
Vincent Rabaud
2018-10-16
1
-7
/
+0
*
Clean-up the common sources in dsp.
Vincent Rabaud
2018-10-08
1
-18
/
+45
*
remove WEBP_EXPERIMENTAL_FEATURES
James Zern
2018-02-09
1
-1
/
+1
*
Implement the upsampling/yuv functions in SSE41
Vincent Rabaud
2017-12-04
1
-0
/
+2
*
WIP: list includes as descendants of the project dir
James Zern
2017-10-10
1
-0
/
+1
*
rationalize the Makefile.am
Pascal Massimino
2017-08-29
1
-6
/
+13
*
Remove the argb* files.
Vincent Rabaud
2017-06-25
1
-3
/
+0
*
NEON implementation of some Sharp-YUV420 functions
Pascal Massimino
2017-04-18
1
-0
/
+1
*
move the SSIM calculation code in ssim.c / ssim_sse2.c
Pascal Massimino
2017-02-21
1
-0
/
+2
*
src/{dec,enc,utils}: give filenames a unique suffix
James Zern
2017-01-19
1
-1
/
+1
*
NEON: implement alpha-filters (horizontal/vertical/gradient)
Pascal Massimino
2017-01-17
1
-0
/
+1
*
NEON: implement several alpha-processing functions
Pascal Massimino
2017-01-11
1
-0
/
+1
*
Split off common lossless dsp inline functions.
Vincent Rabaud
2016-09-12
1
-0
/
+1
*
dsp/Makefile.am: put msa source in correct lib
James Zern
2016-08-03
1
-2
/
+2
*
Add MSA optimized YUV to RGB upsampling functions
Parag Salasakar
2016-07-22
1
-0
/
+1
*
Add MSA optimized rescaling functions
Parag Salasakar
2016-07-19
1
-0
/
+1
*
Add MSA optimized color transform functions
Parag Salasakar
2016-07-18
1
-0
/
+1
*
Add MSA optimized encoder transform functions
Parag Salasakar
2016-07-05
1
-4
/
+10
*
Add MSA optimized alpha filter functions
Parag Salasakar
2016-07-01
1
-0
/
+1
*
Add MSA optimized colorspace conversion functions
Parag Salasakar
2016-06-27
1
-0
/
+1
*
Added MSA optimized transform functions
Parag Salasakar
2016-06-16
1
-0
/
+9
*
add runtime NEON detection
James Zern
2016-05-06
1
-7
/
+19
*
Regroup common SSE code + optimization.
Vincent Rabaud
2016-02-16
1
-0
/
+1
*
configure: disable asserts by default
James Zern
2015-12-16
1
-1
/
+3
*
10% faster table-less SSE2/NEON version of YUV->RGB conversion
Pascal Massimino
2015-12-08
1
-1
/
+0
*
neon-implementation for rescaler code
skal
2015-10-07
1
-0
/
+1
*
rescaler: add some SSE2 code
Pascal Massimino
2015-09-25
1
-0
/
+1
*
SSE4.1 implementation of some lossless encoding functions
Pascal Massimino
2015-06-23
1
-0
/
+1
*
SSE4.1 implementation of some alpha-processing functions
Pascal Massimino
2015-06-19
1
-0
/
+1
*
encoding SSE4.1 stub for StoreHistogram + Quantize + SSE_16xN
Pascal Massimino
2015-03-25
1
-2
/
+8
*
dsp/lossless: split enc/dec functions
James Zern
2015-03-23
1
-1
/
+5
*
stub for SSE4.1 support.
Pascal Massimino
2015-03-20
1
-2
/
+12
*
4-5% faster encoding using SSE2 for GetResidualCost
Pascal Massimino
2015-02-18
1
-0
/
+1
*
MIPS: dspr2: added optimization for function GetResidualCost
Pascal Massimino
2015-02-07
1
-0
/
+3
*
add SSE2 variants for alpha filtering functions
Pascal Massimino
2015-01-29
1
-0
/
+1
*
Alpha coding: reorganize the filter/unfiltering code
Pascal Massimino
2015-01-28
1
-0
/
+1
*
move rescaler functions to rescaler* files in src/dsp/
Djordje Pesut
2015-01-09
1
-0
/
+3
*
SSE2 implementation of VP8PackARGB
Pascal Massimino
2015-01-05
1
-2
/
+3
*
MIPS: dspr2: added optimization for function MakeARGB32
Djordje Pesut
2014-12-22
1
-0
/
+2
*
MIPS: dspr2: added optimization for ITransform
Djordje Pesut
2014-10-28
1
-0
/
+2
*
MIPS: dspr2: added optimization for TransformDC
Djordje Pesut
2014-09-09
1
-0
/
+1
*
MIPS: dspr2: added optimization for ColorIndexInverseTransforms
Djordje Pesut
2014-09-08
1
-0
/
+1
*
add a DispatchAlpha() for SSE2 that handles 8 pixels at a time
skal
2014-08-25
1
-0
/
+1
*
MIPS: dspr2: added optimization for EmitAlphaRGB
Djordje Pesut
2014-08-21
1
-0
/
+1
*
MIPS: dspr2: added optimizations for VP8YuvTo*
Djordje Pesut
2014-08-19
1
-0
/
+1
*
MIPS: dspr2: added optimization for (un)filters
Djordje Pesut
2014-08-14
1
-0
/
+1
*
MIPS: dspr2: Optimization of some simple point-sampling functions
Djordje Pesut
2014-08-13
1
-0
/
+1
[next]