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

/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c54 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] [2]; variable
1165 ++ tree_update_hist [i][j][k][t] [u];
1714 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1];
1718 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0)
1719 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum);

Completed in 45 milliseconds