mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
This commit is contained in:
parent
f0250cc463
commit
4db84bac13
3 changed files with 7 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue