]> git.sesse.net Git - ffmpeg/commit
lavu/tx: improve 3-point fixed precision
authorLynne <dev@lynne.ee>
Fri, 14 Feb 2020 19:55:00 +0000 (19:55 +0000)
committerLynne <dev@lynne.ee>
Fri, 14 Feb 2020 19:58:14 +0000 (19:58 +0000)
commite1c84856bb7d804e74904ba117a2ca9700211082
tree3f80b6016a14b48b0d1ae9d097a532d23044c268
parent34a6a36844887580f0dcc5badd640bae837b217b
lavu/tx: improve 3-point fixed precision

There's just no reason not to when its so easy (albeit messy) and its also
reducing the precision of all non-power-of-two transforms that use it.
libavutil/tx_priv.h
libavutil/tx_template.c