Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c260 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()
Dvp9_bitstream.c199 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/
Dvp9_seg_common.h44 vpx_prob tree_probs[SEG_TREE_PROBS]; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h795 unsigned char tree_probs[7]; member
Dradeon_vcn_dec.c402 prbs->seg.tree_probs[i] = pic->picture_parameter.mb_segment_tree_probs[i]; in get_vp9_msg()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c61 return vpx_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
Dvp9_decodeframe.c1347 seg->tree_probs[i] = in setup_segmentation()