Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1) macro
45 vp9_prob tree_probs[SEG_TREE_PROBS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c228 vp9_prob no_pred_tree[SEG_TREE_PROBS]; in vp9_choose_segmap_coding_method()
229 vp9_prob t_pred_tree[SEG_TREE_PROBS]; in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c758 for (i = 0; i < SEG_TREE_PROBS; i++) { in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c504 for (i = 0; i < SEG_TREE_PROBS; i++) in setup_segmentation()