Searched refs:tree_probs (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 220 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_choose_segmap_coding_method() 270 vpx_memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree)); in vp9_choose_segmap_coding_method() 274 vpx_memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree)); in vp9_choose_segmap_coding_method() 283 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_reset_segment_features()
|
D | vp9_bitstream.c | 186 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0); in write_segment_id() 757 const int prob = seg->tree_probs[i]; in encode_segmentation()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 45 vp9_prob tree_probs[SEG_TREE_PROBS]; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 58 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
|
D | vp9_decodeframe.c | 513 seg->tree_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8) in setup_segmentation()
|