summaryrefslogtreecommitdiff
path: root/src/dsp/cost.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-2/+2
* neon: SetResidualCoeffsJohann2018-11-141-0/+6
* add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNCJames Zern2018-04-171-8/+1
* WIP: list includes as descendants of the project dirJames Zern2017-10-101-2/+2
* cost*.c: harmonize the suffix namingsskal2017-07-311-5/+5
* src/{dec,enc,utils}: give filenames a unique suffixJames Zern2017-01-191-1/+1
* 1-2% faster encoding by removing an indirection in GetResidualCost()Pascal Massimino2015-02-191-3/+3
* 4-5% faster encoding using SSE2 for GetResidualCostPascal Massimino2015-02-181-6/+2
* move some cost tables from enc/ to dsp/James Zern2015-02-111-0/+304
* VP8EncDspCostInit*: add missing TSan annotationsJames Zern2015-02-091-1/+8
* MIPS: dspr2: added optimization for function GetResidualCostPascal Massimino2015-02-071-0/+105