Searched refs:tree_probs (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 260 memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_choose_segmap_coding_method() 310 memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree)); in vp9_choose_segmap_coding_method() 314 memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree)); in vp9_choose_segmap_coding_method() 323 memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_reset_segment_features()
|
D | vp9_bitstream.c | 199 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0); in write_segment_id() 775 const int prob = seg->tree_probs[i]; in encode_segmentation()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 44 vpx_prob tree_probs[SEG_TREE_PROBS]; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.h | 795 unsigned char tree_probs[7]; member
|
D | radeon_vcn_dec.c | 402 prbs->seg.tree_probs[i] = pic->picture_parameter.mb_segment_tree_probs[i]; in get_vp9_msg()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 61 return vpx_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
|
D | vp9_decodeframe.c | 1347 seg->tree_probs[i] = in setup_segmentation()
|