Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c55 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES… variable
1164 ++ tree_update_hist [i][j][k][t] [u]; in vp8_update_coef_probs()
1713 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1]; in print_tree_update_probs()
1717 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0) in print_tree_update_probs()
1718 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum); in print_tree_update_probs()