Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c255 vpx_prob t_pred_tree[SEG_TREE_PROBS]; in vp9_choose_segmap_coding_method() local
291 calc_segtree_probs(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()
292 t_pred_cost = cost_segmap(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()
310 memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree)); in vp9_choose_segmap_coding_method()