Searched defs:tree_probs (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h41 vp9_prob tree_probs[SEG_TREE_PROBS]; member in struct:segmentation
H A Dvp9_entropy.c297 vp9_prob *tree_probs) {
301 vpx_memcpy(tree_probs + UNCONSTRAINED_NODES,
307 tree_probs[i] = (model[l][i - UNCONSTRAINED_NODES] +
296 extend_model_to_full_distribution(vp9_prob p, vp9_prob *tree_probs) argument

Completed in 282 milliseconds