Searched refs:tree_probs (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 237 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()
|
D | vp9_bitstream.c | 188 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/ |
D | vp9_seg_common.h | 45 vp9_prob tree_probs[SEG_TREE_PROBS]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 59 return vp9_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
|
D | vp9_decodeframe.c | 505 seg->tree_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8) in setup_segmentation()
|