summaryrefslogtreecommitdiff
path: root/src/dsp/dec.c
Commit message (Expand)AuthorAgeFilesLines
* move VP8GetCPUInfo declaration to cpu.cJames Zern2023-04-271-0/+1
* dsp/*: use WEBP_HAVE_* to determine Init availabilityJames Zern2021-07-241-3/+3
* add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNCJames Zern2018-04-171-8/+1
* dec,cosmetics: normalize function naming styleJames Zern2017-11-211-19/+19
* dec: harmonize function suffixesJames Zern2017-11-211-128/+130
* dsp: avoid defining _C functions w/NEON buildsJames Zern2017-10-271-13/+110
* WIP: list includes as descendants of the project dirJames Zern2017-10-101-3/+3
* add missing ()s to macro parametersJames Zern2017-08-041-1/+1
* src/{dec,enc,utils}: give filenames a unique suffixJames Zern2017-01-191-1/+1
* Remove some errors when compiling the code as C++.Vincent Rabaud2016-10-051-1/+1
* Added MSA optimized transform functionsParag Salasakar2016-06-161-0/+6
* Move DitherCombine8x8 to dsp/dec.cPascal Massimino2016-05-241-0/+22
* dsp.h: remove utils.h includeJames Zern2016-05-111-0/+1
* introduce WebPMemToUint32 and WebPUint32ToMem for memory accessPascal Massimino2015-12-041-4/+4
* fix of undefined multiply (int32 overflow)Pascal Massimino2015-11-241-13/+13
* stub for SSE4.1 support.Pascal Massimino2015-03-201-0/+6
* make VP8PredLuma16[] array non-constPascal Massimino2015-02-041-11/+13
* make the 'last_cpuinfo_used' variable names uniqueJames Zern2015-01-071-3/+4
* multi-thread fix: lock each entry points with a static varPascal Massimino2015-01-051-1/+5
* dsp: initialize VP8PredChroma8 in VP8DspInit()James Zern2014-11-241-4/+9
* make VP8PredLuma4[] non-const and initialize array in VP8DspInit()Pascal Massimino2014-10-221-38/+47
* WEBP_TSAN_IGNORE_FUNCTION: fix gcc compat warningJames Zern2014-10-161-1/+1
* mark some init function as being safe for thread_sanitizer.Pascal Massimino2014-10-161-1/+1
* MIPS: dspr2: added optimization for TransformDCDjordje Pesut2014-09-091-2/+10
* remove the !WEBP_REFERENCE_IMPLEMENTATION tweak in Put8x8uvskal2014-07-231-6/+1
* Always reinit VP8TransformWHT instead of hard-codingskal2014-05-281-1/+2
* clean-up and slight speed-up in-loop filtering SSE2Pascal Massimino2014-05-191-2/+3
* dsp/dec: TransformDCUV: use VP8TransformDCJames Zern2014-03-261-4/+4
* cosmetics: normalize VP8GetCPUInfo checksJames Zern2014-02-281-1/+1
* use static clipping tablesskal2014-02-131-66/+39
* MIPS: MIPS32r1: Optimization of function TransformOne. PATCH [4/6]Djordje Pesut2014-01-281-0/+5
* drop: ifdef __cplusplus checks from C filesJames Zern2013-12-131-7/+0
* Special-case sparse transformskal2013-10-081-0/+24
* update copyright textJames Zern2013-06-061-3/+5
* introduce WEBP_REFERENCE_IMPLEMENTATION compile optionskal2013-02-141-5/+10
* Android: only build dec_neon with NEON supportJames Zern2012-05-231-1/+1
* cosmetics & warningsJames Zern2012-01-301-3/+3
* cosmetics: normalize copyright headersJames Zern2012-01-061-1/+1
* simplify checks for enabling SSE2 codeJames Zern2011-12-201-1/+1
* use WEBP_INLINE for inline function declarationsJames Zern2011-11-111-14/+17
* NEON decode support in WebPSomnath Banerjee2011-09-131-0/+5
* create a separate libwebpdsp under src/dspPascal Massimino2011-09-131-0/+724