xface: reduce table sizes.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2014-11-22 23:27:38 +01:00
parent 6369a7b742
commit dfc6f56c5a
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ enum XFaceColor { XFACE_COLOR_BLACK = 0, XFACE_COLOR_GREY, XFACE_COLOR_WHITE };
* The probability of the data determines the range of possible encodings.
* Offset gives the first possible encoding of the range. */
typedef struct {
int range;
int offset;
uint8_t range;
uint8_t offset;
} ProbRange;
extern const ProbRange ff_xface_probranges_per_level[4][3];