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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1) macro
45 vpx_prob tree_probs[SEG_TREE_PROBS];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c210 vpx_prob no_pred_tree[SEG_TREE_PROBS];
211 vpx_prob t_pred_tree[SEG_TREE_PROBS];
H A Dvp9_bitstream.c769 for (i = 0; i < SEG_TREE_PROBS; i++) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1062 for (i = 0; i < SEG_TREE_PROBS; i++)

Completed in 211 milliseconds