Searched refs:tree_probs (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 219 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()
|
D | vp9_bitstream.c | 194 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/ |
D | vp9_seg_common.h | 44 vpx_prob tree_probs[SEG_TREE_PROBS]; member
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.h | 87 uint8_t tree_probs[kNumTreeProbs]; member
|
D | vp9_uncompressed_header_parser.cc | 828 for (auto& tree_prob : segmentation.tree_probs) { in ReadSegmentationParams()
|
/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 | 1338 seg->tree_probs[i] = in setup_segmentation()
|