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/mc.h
AgeCommit message (Expand)Author
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2020-03-31Invert src_w/h argument in mc.resize()Ronald S. Bultje
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-11-16Add support for super-resRonald S. Bultje
2018-11-14Add support for scaled referencesRonald S. Bultje
2018-11-10Split MC blendHenrik Gramner
2018-11-07Change emu_edge function argument order for easier SIMDRonald S. Bultje
2018-11-06Move emu_edge() from recon_tmpl.c to Dav1dMCDSPContext in mc_tmpl.cRonald S. Bultje
2018-11-03Simplify blend() by making intermediate buffer contiguousRonald S. Bultje
2018-10-21arm64/mc: add 8-bit neon asm for avg, w_avg and maskJanne Grunau
2018-09-27x86: MC AVX2Henrik Gramner
2018-09-22Initial decoder implementation.Ronald S. Bultje