summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fspp.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-04-14 22:56:17 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-04-16 00:43:10 +0200
commitc3aa4844f393f781df604878ef7896a99917f37b (patch)
tree672b4234232b02626c9e511806293e2e40c72b64 /libavfilter/vf_fspp.h
parent63c2c83f6eb46743e57a16b47dc2f45185391b00 (diff)
lavfi/fspp: Remove two unused macros.
Diffstat (limited to 'libavfilter/vf_fspp.h')
-rw-r--r--libavfilter/vf_fspp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_fspp.h b/libavfilter/vf_fspp.h
index 74a34473bb..802db1452a 100644
--- a/libavfilter/vf_fspp.h
+++ b/libavfilter/vf_fspp.h
@@ -32,8 +32,6 @@
#define DCTSIZE_S "8"
#define FIX(x,s) ((int) ((x) * (1 << s) + 0.5) & 0xffff)
-#define C64(x) ((uint64_t)((x) | (x) << 16)) <<32 | (uint64_t)(x) | (uint64_t)(x) << 16
-#define FIX64(x,s) C64(FIX(x,s))
#define MULTIPLY16H(x,k) (((x) * (k)) >> 16)
#define THRESHOLD(r,x,t) \