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.c219 memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_choose_segmap_coding_method()
269 memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree)); in vp9_choose_segmap_coding_method()
273 memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree)); in vp9_choose_segmap_coding_method()
282 memset(seg->tree_probs, 255, sizeof(seg->tree_probs)); in vp9_reset_segment_features()
Dvp9_bitstream.c194 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0); in write_segment_id()
770 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/v4l2_codec2/vda/
Dvp9_parser.h87 uint8_t tree_probs[kNumTreeProbs]; member
Dvp9_uncompressed_header_parser.cc828 for (auto& tree_prob : segmentation.tree_probs) { in ReadSegmentationParams()
/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.c1338 seg->tree_probs[i] = in setup_segmentation()