Moving MAX_PROB constant to vp9_prob.h.

Change-Id: I07470ad1b7a0344d088911428ffab8ba9a0d8708
This commit is contained in:
Dmitry Kovalev 2013-12-20 15:56:59 -08:00
Родитель f69b5609ff
Коммит 87440aeb82
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -53,7 +53,6 @@ typedef struct {
// indexed by token value
extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
#define MAX_PROB 255
#define DCT_MAX_VALUE 16384
/* Coefficients are predicted via a 3-dimensional probability table. */

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

@ -20,6 +20,8 @@
typedef uint8_t vp9_prob;
#define MAX_PROB 255
#define vp9_prob_half ((vp9_prob) 128)
typedef int8_t vp9_tree_index;