warped_motion: set correct sample array size
Change-Id: I28e0d2c35c7b1eeb1d5f6eb5d4592ffa96032175
This commit is contained in:
Родитель
d561eaddeb
Коммит
d28bdbab29
|
@ -25,10 +25,9 @@
|
|||
|
||||
#define MAX_PARAMDIM 9
|
||||
#if CONFIG_WARPED_MOTION
|
||||
#define SAMPLES_ARRAY_SIZE ((2 * MAX_MIB_SIZE + 2) * 2)
|
||||
|
||||
#define LEAST_SQUARES_SAMPLES_MAX_BITS 3
|
||||
#define LEAST_SQUARES_SAMPLES_MAX (1 << LEAST_SQUARES_SAMPLES_MAX_BITS)
|
||||
#define SAMPLES_ARRAY_SIZE (LEAST_SQUARES_SAMPLES_MAX * 2)
|
||||
|
||||
#define DEFAULT_WMTYPE AFFINE
|
||||
#endif // CONFIG_WARPED_MOTION
|
||||
|
|
Загрузка…
Ссылка в новой задаче