HomeSort by relevance Sort by last modified time
    Searched refs:MB_FEATURE_TREE_PROBS (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 31 #define MB_FEATURE_TREE_PROBS 3
260 vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Segment number */
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 60 enum { MB_FEATURE_TREE_PROBS = 3,
143 uint8_t segments_[MB_FEATURE_TREE_PROBS];
vp8.c 171 for (s = 0; s < MB_FEATURE_TREE_PROBS; ++s) {
  /external/libvpx/libvpx/vp8/common/
blockd.h 31 #define MB_FEATURE_TREE_PROBS 3
260 vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Segment number */
  /external/webp/src/dec/
vp8i.h 60 enum { MB_FEATURE_TREE_PROBS = 3,
143 uint8_t segments_[MB_FEATURE_TREE_PROBS];
vp8.c 171 for (s = 0; s < MB_FEATURE_TREE_PROBS; ++s) {