Merge "Expand UMV border to 96 pixels" into experimental

This commit is contained in:
John Koleszar 2013-04-30 15:34:58 -07:00 коммит произвёл Gerrit Code Review
Родитель ad6890316c 9f5fd31d7f
Коммит 3af212eb35
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ extern "C" {
#include "vpx/vpx_integer.h" #include "vpx/vpx_integer.h"
#define VP8BORDERINPIXELS 32 #define VP8BORDERINPIXELS 32
#define VP9BORDERINPIXELS 64 #define VP9BORDERINPIXELS 96
#define VP9_INTERP_EXTEND 4 #define VP9_INTERP_EXTEND 4
/************************************* /*************************************