Merge "Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistently"

This commit is contained in:
John Koleszar
2011-06-29 07:29:58 -07:00
committed by Code Review
13 changed files with 49 additions and 50 deletions

View File

@@ -979,7 +979,7 @@ int vp8_decode_frame(VP8D_COMP *pbi)
for (i = 0; i < BLOCK_TYPES; i++)
for (j = 0; j < COEF_BANDS; j++)
for (k = 0; k < PREV_COEF_CONTEXTS; k++)
for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++)
for (l = 0; l < ENTROPY_NODES; l++)
{
vp8_prob *const p = pc->fc.coef_probs [i][j][k] + l;