lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.

This commit is contained in:
Clément Bœsch
2013-05-07 16:37:27 +02:00
parent f0250cc463
commit 4db84bac13
3 changed files with 7 additions and 9 deletions

View File

@ -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 {