Home
last modified time | relevance | path

Searched refs:vp9_segment_tree (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_seg_common.c58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = { variable
H A Dvp9_seg_common.h80 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodemv.c61 return vpx_read_tree(r, vp9_segment_tree, seg->tree_probs); in read_segment_id()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_bitstream.c200 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0); in write_segment_id()