Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c237 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_choose_segmap_coding_method()
286 vpx_memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree)); in vp9_choose_segmap_coding_method()
290 vpx_memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree)); in vp9_choose_segmap_coding_method()
299 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_reset_segment_features()
Dvp9_bitstream.c188 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0); in write_segment_id()
759 const int prob = seg->tree_probs[i]; in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h45 vp9_prob tree_probs[SEG_TREE_PROBS]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c59 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
Dvp9_decodeframe.c505 seg->tree_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8) in setup_segmentation()