mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
lavfi/fspp: Remove two unused macros.
This commit is contained in:
parent
63c2c83f6e
commit
c3aa4844f3
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user