changed to use vpx_integer.h for type definition
Change-Id: I7739849aa8dd5dcb0755858367fd3223587d107f
This commit is contained in:
Родитель
a1d8918fd1
Коммит
ea2d319cfc
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
@ -17,6 +16,7 @@
|
|||
#include <string.h>
|
||||
#include "vp9/common/vp9_common.h"
|
||||
#include "vp9/encoder/vp9_resize.h"
|
||||
#include "vpx/vpx_integer.h"
|
||||
|
||||
#define FILTER_BITS 7
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче