Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c220 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()
Dvp9_bitstream.c186 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/
Dvp9_seg_common.h45 vp9_prob tree_probs[SEG_TREE_PROBS]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c58 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
Dvp9_decodeframe.c513 seg->tree_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8) in setup_segmentation()