lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
This commit is contained in:
@ -30,9 +30,6 @@
|
||||
#define MIN_MATRIX_SIZE 3
|
||||
#define MAX_MATRIX_SIZE 63
|
||||
|
||||
/* right-shift and round-up */
|
||||
#define SHIFTUP(x,shift) (-((-(x))>>(shift)))
|
||||
|
||||
#if CONFIG_OPENCL
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user