Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/ppc
AgeCommit message (Expand)Author
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2022-01-04ppc: Rename types.h to dav1d_types.hMatthias Dressel
2021-10-29Remove lpf_stride parameter from LR filtersVictorien Le Couviour--Tuffet
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth (10-bit) sgr AVX2 asmHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2020-12-13x86: Rewrite wiener SSE2/SSSE3/AVX2 asmHenrik Gramner
2020-12-13Add miscellaneous minor wiener optimizationsHenrik Gramner
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2019-10-09Add VSX wiener filter implementationMichail Alvanos
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-07-27vsx: Add cdef_filterLuca Barbato
2019-07-27vsx: Add shorter types and unpack helpersLuca Barbato
2019-06-10Initial PowerPC supportLuca Barbato