Home | History | Annotate | Download | only in encoder

Lines Matching refs:BLOCK_TYPES

53 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1] [2];
1246 while (++i < BLOCK_TYPES);
1341 while (++i < BLOCK_TYPES);
1689 fprintf(f, "const vp8_prob tree_update_probs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1] = {\n");
1691 for (i = 0; i < BLOCK_TYPES; i++)