Home
last modified time | relevance | path

Searched defs:SEG_TREE_PROBS (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_seg_common.h24 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1) macro
/external/libaom/av1/common/
Dseg_common.h22 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1) macro
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs23 pub const SEG_TREE_PROBS: usize = MAX_SEGMENTS - 1; constant
267 pub fn tree_probs(&self) -> [u8; SEG_TREE_PROBS] { in tree_probs()