Searched refs:tree_update_hist (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dbitstream.c53 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1] [2]; variable
1307 ++ tree_update_hist [i][j][k][t] [u];
1705 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1];
1709 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0)
1710 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum);

Completed in 39 milliseconds